Files
CVEs-PoC/2019/CVE-2019-20907.md
2025-09-29 21:09:30 +02:00

679 B

CVE-2019-20907

Description

In Lib/tarfile.py in Python through 3.8.3, an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation.

POC

Reference

Github