CVE-2026-32709: Path Traversal From Payload

A path string is constructed from a payload parameter but used in a filesystem operation without validation. This can lead to unauthenticated path traversal vulnerabilities (e.g., via '..' components) allowing arbitrary file read/write.

Provally CuratedPublic repositoryHighMedium confidenceVerifiedApache-2.0C++
greprules fetch cve-2026-32709-path-traversal-from-payload --engine opengrep

Description

A path string is constructed from a payload parameter but used in a filesystem operation without validation. This can lead to unauthenticated path traversal vulnerabilities (e.g., via '..' components) allowing arbitrary file read/write.