CVE-2026-75482
7.5SWE-agent · SWE-agent
The SWE-agent trajectory inspector component is vulnerable to a path traversal attack, which could allow an unauthenticated attacker to read arbitrary files from the underlying server.
Executive summary
A path traversal vulnerability in the SWE-agent trajectory inspector allows unauthenticated remote attackers to perform unauthorized file disclosure, potentially leading to the exposure of sensitive system data.
Vulnerability
The vulnerability is a Path Traversal (CWE-22) issue within the sweagent inspector component. It occurs because the software fails to properly sanitize user-supplied input, allowing an attacker to navigate outside the intended directory and access sensitive files on the host filesystem.
Business impact
The ability to perform unauthorized file reads presents a high risk of information disclosure, including the potential exposure of configuration files, credentials, or source code. With a CVSS score of 7.5, the impact is substantial, as it may provide attackers with the necessary intelligence to escalate privileges or conduct further attacks against the infrastructure.
Remediation
Immediate Action: Update the SWE-agent software to the latest available version that includes the security fix for the trajectory inspector.
Proactive Monitoring: Monitor system logs for file access attempts that contain directory traversal sequences such as dot-dot-slash patterns.
Compensating Controls: Ensure the service runs with the principle of least privilege, restricting the filesystem access of the process to the minimum necessary directory scope.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Organizations utilizing SWE-agent should prioritize upgrading their instances to address this path traversal vulnerability. Restricting network access to the trajectory inspector component is recommended until the patch is applied.