here is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. This vulnerability can be mitigated by including the following patch after importing the “tarfile” module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1
No configuration.
04 Nov 2025, 22:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
24 Sep 2025, 18:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Published : 2025-07-28 19:15
Updated : 2025-11-04 22:16
NVD link : CVE-2025-8194
Mitre link : CVE-2025-8194
CVE.ORG link : CVE-2025-8194
JSON object : View
No product.
Loop with Unreachable Exit Condition ('Infinite Loop')