Description
Qwen-Agent through 0.0.34 contains a server-side request forgery vulnerability in the document parsing path that treats caller-supplied paths as URLs without scheme restriction or host validation. Attackers can reach the unauthenticated Gradio interface to make the server issue HTTP requests to arbitrary internal addresses including metadata services and read retrieved content through parsed document output.
Published: 2026-08-28
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Qwen-Agent through 0.0.34 is vulnerable to a server‑side request forgery flaw in its document parsing routine. The server accepts any caller‑supplied path as a URL without enforcing the presence of a scheme or checking the host, allowing an attacker to trick the application into treating arbitrary strings as internal URLs. When the Gradio interface—which is unauthenticated— is invoked with a crafted document URL, the server performs outbound HTTP requests to the specified host and incorporates the retrieved content into the parsed output. This flaw permits the exfiltration of internal data, such as cloud metadata services, and can serve as a pivot for further attacks, compromising confidentiality and potentially enabling downstream exploitation.

Affected Systems

The vulnerability affects QwenLM's Qwen-Agent version 0.0.34. The affected product is the Qwen-Agent server component that hosts a Gradio user interface. To mitigate the issue, any deployments of Qwen-Agent running 0.0.34 must be updated.

Risk and Exploitability

This flaw carries a CVSS score of 8.7, indicating high severity. Because the vulnerable endpoint is publicly reachable through the Gradio UI, attackers need only an unauthenticated web session to craft a URL and trigger the request. No exploit code is publicly available, but the lack of host validation makes the attack trivial to execute. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog, yet the unauthenticated nature and high CVSS score warrant immediate attention.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Qwen-Agent to a patched version (≥0.0.35) that validates and sanitizes document URLs.
  • Restrict access to the Gradio interface by enabling authentication or limiting inbound traffic to trusted networks.
  • If the document parsing feature is not required, disable or remove the endpoint, or enforce a whitelist of allowed internal hosts for outbound requests.
  • Monitor outbound HTTP requests from Qwen-Agent for unexpected destinations to detect illicit activity.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 22:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


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

Type Values Removed Values Added
Description Qwen-Agent through 0.0.34 contains a server-side request forgery vulnerability in the document parsing path that treats caller-supplied paths as URLs without scheme restriction or host validation. Attackers can reach the unauthenticated Gradio interface to make the server issue HTTP requests to arbitrary internal addresses including metadata services and read retrieved content through parsed document output.
Title Qwen-Agent Server-Side Request Forgery via Caller-Supplied Document URL
Weaknesses CWE-918
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-28T20:24:39.353Z

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

Link: CVE-2026-82268

cve-icon Vulnrichment

Updated: 2026-08-28T20:24:10.312Z

cve-icon NVD

Status : Received

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

Modified: 2026-08-28T22:16:55.737

Link: CVE-2026-82268

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T22:45:05Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)