Salvo is a Rust web framework. Versions 0.39.0 through 0.89.2 have a Path Traversal and Access Control Bypass vulnerability in the salvo-proxy component. The vulnerability allows an unauthenticated external attacker to bypass proxy routing constraints and access unintended backend paths (e.g., protected endpoints or administrative dashboards). This issue stems from the encode_url_path function, which fails to normalize "../" sequences and inadvertently forwards them verbatim to the upstream server by not re-encoding the "." character. Version 0.89.3 contains a patch.
Metrics
Affected Vendors & Products
Advisories
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-f842-phm9-p4v4 | Salvo has a Path Traversal in salvo-proxy::encode_url_path allows API Gateway Bypass |
Fixes
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
References
History
Tue, 24 Mar 2026 19:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Salvo
Salvo salvo |
|
| CPEs | cpe:2.3:a:salvo:salvo:*:*:*:*:*:rust:*:* | |
| Vendors & Products |
Salvo
Salvo salvo |
Tue, 24 Mar 2026 10:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Salvo-rs
Salvo-rs salvo |
|
| Vendors & Products |
Salvo-rs
Salvo-rs salvo |
Tue, 24 Mar 2026 02:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | Salvo is a Rust web framework. Versions 0.39.0 through 0.89.2 have a Path Traversal and Access Control Bypass vulnerability in the salvo-proxy component. The vulnerability allows an unauthenticated external attacker to bypass proxy routing constraints and access unintended backend paths (e.g., protected endpoints or administrative dashboards). This issue stems from the encode_url_path function, which fails to normalize "../" sequences and inadvertently forwards them verbatim to the upstream server by not re-encoding the "." character. Version 0.89.3 contains a patch. | |
| Title | Salvo has a Path Traversal in salvo-proxy::encode_url_path allows API Gateway Bypass | |
| Weaknesses | CWE-22 | |
| References |
| |
| Metrics |
cvssV3_1
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-03-24T15:12:45.439Z
Reserved: 2026-03-18T02:42:27.508Z
Link: CVE-2026-33242
No data.
Status : Analyzed
Published: 2026-03-24T00:16:29.670
Modified: 2026-03-24T19:37:42.130
Link: CVE-2026-33242
No data.
OpenCVE Enrichment
Updated: 2026-03-24T10:29:47Z
Weaknesses
Github GHSA