---
id: CVE-2026-75482
title: >-
  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,
  bypassin…
summary: >-
  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,
  bypassin…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-22
vendor: SWE-agent
product: SWE-agent
affected:
  - SWE-agent <= 1.1.0
published: '2026-08-17'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T20:06:30.133'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-75482'
references:
  - url: 'https://github.com/SWE-agent/SWE-agent'
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/SWE-agent/SWE-agent/blob/main/sweagent/inspector/server.py
    label: disclosure@vulncheck.com
  - url: 'https://github.com/SWE-agent/SWE-agent/issues/1472'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/swe-agent-trajectory-inspector-path-traversal-file-disclosure
    label: disclosure@vulncheck.com
  - url: 'https://github.com/SWE-agent/SWE-agent/issues/1472'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - cve.org
  - exploit-available
epss: 0.00926
epssPercentile: 0.58787
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-08-18T12:55:28.488439Z'
ingestedAt: '2026-09-24T15:45:56.700Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
