CVE-2026-82268
Received Received - Intake

Server-Side Request Forgery in Qwen-Agent

Vulnerability report for CVE-2026-82268, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-28

Last updated on: 2026-08-28

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-28
Generated
2026-08-29
AI Q&A
2026-08-29
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
qwenlm qwen-agent to 0.0.34 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-918 The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-82268 is a Server-Side Request Forgery (SSRF) vulnerability in Qwen-Agent versions up to 0.0.34. It allows unauthenticated attackers to exploit the document parsing path by supplying paths treated as URLs without proper scheme or host validation. This forces the server to make HTTP requests to arbitrary internal addresses, including metadata services, and read the retrieved content through parsed document output.

Detection Guidance

Check if Qwen-Agent versions up to 0.0.34 are installed by running: pip show qwen-agent. Inspect network traffic for outbound HTTP requests to internal or unexpected addresses. Monitor Gradio interface logs for unauthenticated access attempts or unusual document parsing requests.

Impact Analysis

This vulnerability can allow attackers to access internal network services, perform cloud metadata exfiltration (e.g., stealing IAM credentials on AWS), scan internal networks, and retrieve sensitive data from private services. It may also lead to unauthorized data exposure or further network compromise depending on the server's environment.

Compliance Impact

This SSRF vulnerability could lead to unauthorized access to sensitive data, violating GDPR's data protection principles or HIPAA's security requirements for protected health information. Organizations using affected Qwen-Agent versions may face compliance breaches, legal penalties, and reputational damage due to potential data leaks or unauthorized access to internal systems.

Mitigation Strategies

Upgrade Qwen-Agent to a patched version if available. Restrict network access to the Gradio interface using firewalls. Disable document parsing from untrusted URLs or implement strict URL validation. Block requests to private IP ranges and loopback addresses in the application configuration.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82268. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart