SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-14966

LOW · CVSS 3.1 EPSS 0.29% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-08 · Last synced 2026-08-07

CyberRota Analysis

AI-Generated

The vulnerability exists in BBOT's unarchive module, which fails to properly handle symlink entries in zip and 7z archives that contain a DOS-attribute prefix, allowing attackers to plant symlinks in the extraction directory. While the impact is limited to the creation of the symlink itself—without writing the target file—hosts utilizing legacy versions of p7zip should prioritize this issue to mitigate potential exploitation risks. Organizations still using outdated p7zip builds are particularly at risk and should take immediate action to update their software.

Public Exploit Signal

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

GitHub PoC Links

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

CVE
CVE-2026-14966
Severity
LOW
CVSS
3.1
EPSS
0.29%

Original NVD Description

BBOT's unarchive module rejects archives containing symlink entries before extraction, but for zip and 7z archives it failed to detect symlinks whose listing carries a DOS-attribute prefix before the unix mode, as produced by legacy versions of p7zip. Such an archive, downloaded and extracted during a scan (for example via filedownload), bypassed the guard and caused an attacker-controlled symlink to be written into the extraction directory. The effect is limited to planting the symlink (its target is not written through), and only hosts using such a legacy p7zip build are affected; current mainline 7-Zip is not.