๐Ÿ” CVE Alert

CVE-2026-75482

HIGH 7.5

SWE-agent Trajectory Inspector Path Traversal File Disclosure

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

SWE-agent's trajectory inspector (sweagent inspector), confirmed in v1.1.0, is an HTTP server that joins request paths to the trajectory directory in its /trajectory/ handler without rejecting parent-directory ('..') references, bypassing the built-in path sanitization. The server binds all interfaces (0.0.0.0), applies wildcard CORS, and requires no authentication. An unauthenticated network client (or a malicious web page via CORS) can use path traversal sequences to read files outside the intended directory. Because the read sink parses targets as trajectory JSON, disclosure is constrained to JSON files shaped like a trajectory, which can contain repository contents, command output, and secrets/API keys.

CWE CWE-22
Vendor swe-agent
Product swe-agent
Published Aug 17, 2026
Stay Ahead of the Next One

Get instant alerts for swe-agent swe-agent

Be the first to know when new high vulnerabilities affecting swe-agent swe-agent are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

SWE-agent / SWE-agent
0 โ‰ค 1.1.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/SWE-agent/SWE-agent/issues/1472 github.com: https://github.com/SWE-agent/SWE-agent github.com: https://github.com/SWE-agent/SWE-agent/blob/main/sweagent/inspector/server.py vulncheck.com: https://www.vulncheck.com/advisories/swe-agent-trajectory-inspector-path-traversal-file-disclosure

Credits

๐Ÿ” geo-chen