mirror of
https://github.com/0xMarcio/cve.git
synced 2025-12-16 20:27:21 +00:00
19 lines
881 B
Markdown
19 lines
881 B
Markdown
|
|
### [CVE-2019-9901](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9901)
|
||
|
|

|
||
|
|

|
||
|
|

|
||
|
|
|
||
|
|
### Description
|
||
|
|
|
||
|
|
Envoy 1.9.0 and before does not normalize HTTP URL paths. A remote attacker may craft a relative path, e.g., something/../admin, to bypass access control, e.g., a block on /admin. A backend server could then interpret the non-normalized path and provide an attacker access beyond the scope provided for by the access control policy.
|
||
|
|
|
||
|
|
### POC
|
||
|
|
|
||
|
|
#### Reference
|
||
|
|
- https://github.com/envoyproxy/envoy/security/advisories/GHSA-xcx5-93pw-jw2w
|
||
|
|
|
||
|
|
#### Github
|
||
|
|
- https://github.com/alphaSeclab/sec-daily-2019
|
||
|
|
- https://github.com/solo-io/envoy-cves
|
||
|
|
|