Files
CVEs-PoC/2020/CVE-2020-6115.md
T
2024-06-18 02:51:15 +02:00

1.3 KiB
Raw Blame History

CVE-2020-6115

Description

An exploitable vulnerability exists in the cross-reference table repairing functionality of Nitro Software, Inc.s Nitro Pro 13.13.2.242. While searching for an object identifier in a malformed document that is missing from the cross-reference table, the application will save a reference to the objects cross-reference table entry inside a stack variable. If the referenced object identifier is not found, the application may resize the cross-reference table which can change the scope of its entry. Later when the application tries to reference cross-reference entry via the stack variable, the application will access memory belonging to the recently freed table causing a use-after-free condition. A specially crafted document can be delivered by an attacker and loaded by a victim in order to trigger this vulnerability.

POC

Reference

Github

No PoCs found on GitHub currently.