cve/2019/CVE-2019-20907.md
2024-06-18 02:51:15 +02:00

668 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