Description
Qwen-Agent through 0.0.34 contains a path traversal vulnerability in the document parser that fails to restrict file access to intended directories. Attackers can supply absolute file paths to the unauthenticated Gradio interface to read arbitrary files accessible by the server process.
Published: 2026-08-28
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in Qwen-Agent up to version 0.0.34 and arises from insufficient validation of file paths in the document parser. An attacker can provide an absolute file path through the public Gradio interface, bypassing intended directory restrictions and causing the server process to read the requested file. The consequence is that the attacker gains read access to any file that the server process can read, which compromises confidentiality of sensitive configuration, credentials, or proprietary data. The underlying weakness is identified as CWE-22, path traversal.

Affected Systems

QwenLM’s Qwen-Agent library, released through version 0.0.34, is affected. The issue is present in all builds that include the vulnerable simple_doc_parser module; later releases are presumed to have fixed the path validation logic.

Risk and Exploitability

The CVSS score of 8.7 indicates high severity. No EPSS data is available, so the current exploitation probability cannot be quantified, but the vulnerability is accessible via an unauthenticated web interface, implying that remote attackers can exploit it without credentials. The issue is not listed in CISA's KEV catalog, suggesting no publicly known exploits at the time of analysis. The likely attack pathway involves sending a specially crafted request to the Gradio endpoint with an absolute path, triggering the server to read and return the file contents.

Generated by OpenCVE AI on August 28, 2026 at 22:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Qwen-Agent to a version where the path traversal check has been fixed, or apply the official patch if available
  • Restrict or remove access to the Gradio interface, ensuring only authorized users can reach it
  • Implement directory whitelisting or path sanitization in the document parser to prevent future traversal attempts

Generated by OpenCVE AI on August 28, 2026 at 22:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description Qwen-Agent through 0.0.34 contains a path traversal vulnerability in the document parser that fails to restrict file access to intended directories. Attackers can supply absolute file paths to the unauthenticated Gradio interface to read arbitrary files accessible by the server process.
Title Qwen-Agent Arbitrary File Read via Caller-Supplied Document Path
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-28T16:18:56.927Z

Reserved: 2026-08-28T11:12:41.422Z

Link: CVE-2026-82275

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T20:20:18.507

Modified: 2026-08-28T20:20:18.507

Link: CVE-2026-82275

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T22:15:04Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')