mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-02 12:01:39 +02:00
27 lines
1.2 KiB
Markdown
27 lines
1.2 KiB
Markdown
### [CVE-2021-29921](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29921)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
In Python before 3,9,5, the ipaddress library mishandles leading zero characters in the octets of an IP address string. This (in some situations) allows attackers to bypass access control that is based on IP addresses.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/python/cpython/pull/12577
|
|
- https://github.com/python/cpython/pull/25099
|
|
- https://github.com/sickcodes/security/blob/master/advisories/SICK-2021-014.md
|
|
- https://sick.codes/sick-2021-014
|
|
- https://www.oracle.com//security-alerts/cpujul2021.html
|
|
- https://www.oracle.com/security-alerts/cpuapr2022.html
|
|
- https://www.oracle.com/security-alerts/cpujan2022.html
|
|
- https://www.oracle.com/security-alerts/cpujul2022.html
|
|
- https://www.oracle.com/security-alerts/cpuoct2021.html
|
|
|
|
#### Github
|
|
- https://github.com/doudoudedi/hackEmbedded
|
|
- https://github.com/mstxq17/SecurityArticleLogger
|
|
|