mirror of
https://github.com/0xMarcio/cve.git
synced 2025-12-30 04:49:42 +00:00
22 lines
959 B
Markdown
22 lines
959 B
Markdown
### [CVE-2022-40303](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-40303)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
An issue was discovered in libxml2 before 2.10.3. When parsing a multi-gigabyte XML document with the XML_PARSE_HUGE parser option enabled, several integer counters can overflow. This results in an attempt to access an array at a negative 2GB offset, typically leading to a segmentation fault.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://seclists.org/fulldisclosure/2022/Dec/21
|
|
- http://seclists.org/fulldisclosure/2022/Dec/24
|
|
- http://seclists.org/fulldisclosure/2022/Dec/25
|
|
- http://seclists.org/fulldisclosure/2022/Dec/26
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/seal-community/patches
|
|
|