mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-01 19:21:35 +02:00
18 lines
797 B
Markdown
18 lines
797 B
Markdown
### [CVE-2021-29922](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29922)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
library/std/src/net/parser.rs in Rust before 1.53.0 does not properly consider extraneous zero characters at the beginning of an IP address string, which (in some situations) allows attackers to bypass access control that is based on IP addresses, because of unexpected octal interpretation.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/sickcodes/security/blob/master/advisories/SICK-2021-015.md
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
|