mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-31 02:30:33 +00:00
18 lines
790 B
Markdown
18 lines
790 B
Markdown
### [CVE-2023-3044](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-3044)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
An excessively large PDF page size (found in fuzz testing, unlikely in normal PDF files) can result in a divide-by-zero in Xpdf's text extraction code.This is related to CVE-2022-30524, but the problem here is caused by a very large page size, rather than by a very large character coordinate.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/baker221/poc-xpdf
|
|
|
|
#### Github
|
|
- https://github.com/baker221/poc-xpdf
|
|
|