Severity by source
CVSS:4.0/AV:A/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Adjacent network, low privileges, low impact.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
7DescriptionCVE.org
A vulnerability was found in xlang-ai OpenAgents up to ff2e46440699af1324eb25655b622c4a131265bb and classified as critical. Affected by this issue is the function create_upload_file of the file backend/api/file.py. The manipulation leads to path traversal. The exploit has been disclosed to the public and may be used. Continious delivery with rolling releases is used by this product. Therefore, no version details of affected nor updated releases are available. The reported GitHub issue was closed automatically with the label "not planned" by a bot.
AnalysisAI
Path traversal vulnerability in xlang-ai OpenAgents up to commit ff2e464 allows attackers to read or write arbitrary files via the create_upload_file function in backend/api/file.py. Public exploit code exists, but the vulnerability is not actively exploited per CISA KEV, and EPSS score is low (0.18%).
Technical ContextAI
The vulnerability is a path traversal (CWE-22) in the create_upload_file function of OpenAgents, an AI agent framework. The affected product is identified by CPE cpe:2.3:a:xlang:openagents:*:*:*:*:*:*:*:*. The function fails to sanitize user-supplied file paths, allowing traversal outside the intended upload directory.
RemediationAI
No vendor-released patch identified; the GitHub issue was closed as 'not planned'. As a workaround, restrict access to the upload endpoint (e.g., block /api/file/ paths via web application firewall) or disable the file upload feature if not needed. Monitor for future updates from the project.
More in Openagents
View allSame weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-18699