SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-82049

HIGH · CVSS 8.4 EPSS 0.18% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-14 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The tarfile module in CPython 3.13 and earlier is vulnerable to crafted tar archives that can exploit hard links to symbolic links, potentially leading to unauthorized modifications of file permissions or timestamps outside the intended extraction directory. This vulnerability could also expose sensitive file contents within the extracted directory structure. Organizations using affected versions of CPython should prioritize patching to mitigate the risk of data exposure and integrity issues.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-82049
Severity
HIGH
CVSS
8.4
EPSS
0.18%

Original NVD Description

In CPython 3.13 and earlier, the tarfile module's data and tar extraction filters are vulnerable to crafted archives containing a hard link to a symbolic link. Such archives may cause extraction to modify the permissions or modification time of a file outside the destination directory, or expose the contents of that file within the extracted tree.