VDB
KO
LOW 3.1

PYSEC-2026-3719

Quick fix

PYSEC-2026-3719 — bbot: upgrade to the fixed version with the command below.

pip install --upgrade 'bbot>=3.0.0'

Details

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.

Are you affected?

Enter the version of the package you're using.

Affected packages

PyPI / bbot
Introduced in: 2.3.1 Fixed in: 3.0.0
Fix pip install --upgrade 'bbot>=3.0.0'

References