On this page

CWE-36: Absolute Path Traversal

Weakness Summary

The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize absolute path sequences such as "/abs/path" that can resolve to a location that is outside of that directory.

  • Canonical source: MITRE CWE-36 (opens in a new tab)
  • Published Atomicorp CVE observations: 6
  • Distinct affected products in those observations: 6
  • Active Atomicorp rules associated with this weakness: 8

Atomicorp Research Context

Atomicorp has published CVE-specific research observations associated with this weakness category. Each linked CVE page states whether the tested request was detected or blocked and is the authoritative customer-facing finding.

The CVEs and rules shown here are selected published examples, not a complete list of Atomicorp protections. If a CWE, CVE, or rule is absent from this page, no conclusion should be drawn about whether Atomicorp protects against that weakness or attack method.

A CWE describes a class of software weakness. It does not identify one exploit request, and association with a CWE does not mean that every vulnerability or exploitation path in that category is detected or blocked.

Selected Published CVE Observations

CVEVulnerabilityProductAtomicorp findingObserved rules
CVE-2024-48248NAKIVO Backup and Replication Solution - Unauthenticated Arbitrary File Readbackup & replication directorAttack Blocked by Atomicorp344360 , 390726 , 392647
CVE-2025-46822Java-springboot-codebase 1.1 - Arbitrary File ReadJava-springboot-codebaseAttack Blocked by Atomicorp347009
CVE-2024-6250LOLLMS WebUI - Absolute Path Traversallollms web uiAttack Blocked by Atomicorp392301
CVE-2026-28414Gradio - Absolute Path TraversalgradioAttack Blocked by Atomicorp390716
CVE-2026-61891theia Exposure of Sensitive Information to an Unauthorized Actor VulnerabilitytheiaAttack Blocked by Atomicorp340007 , 344360 , 347009 , 390709
CVE-2026-7217Deepractice PromptX Document File index.ts read_pdf absolute path traversalPromptXAttack Blocked by Atomicorp340007 , 344360 , 390709

Associated Atomicorp WAF Rules

RuleStatusBehavior
340007Activedisruptive (deny)
344360Activedisruptive (deny)
347009Activedisruptive (deny)
390709Activedisruptive (deny)
390716Activedisruptive (deny)
390726Activedisruptive (deny)
392301Activedisruptive (deny)
392647Activedisruptive (deny)

MITRE associates this CWE with the following attack-pattern entries. These taxonomy relationships are context, not Atomicorp coverage claims:

CAPEC-597 (opens in a new tab)