CVE-2026-22870: GuardDog Zip Bomb Vulnerability in safe_extract() Allows DoS

Published Jan 13, 2026
·
Updated

Summary

GuardDog's safeextract() function does not validate decompressed file sizes when extracting ZIP archives (wheels, eggs), allowing attackers to cause denial of service through zip bombs. A malicious package can consume gigabytes of disk space from a few megabytes of compressed data.

Vulnerability Details

Affected Component: guarddog/utils/archives.py - safeextract() function Vulnerability Type: CWE-409 - Improper Handling of Highly Compressed Data (Zip Bomb) Severity: HIGH (CVSS ~8) Attack Vector: Network (malicious package uploaded to PyPI/npm) or local

Root Cause

The safeextract() function handles TAR files securely using the tarsafe library, but ZIP file extraction has no size validation: python elif zipfile.iszipfile(sourcearchive): with zipfile.ZipFile(sourcearchive, "r") as zip: for file in zip.namelist(): zip.extract(file, path=os.path.join(targetdirectory, file))

Missing protections: - ❌ No decompressed size limit - ❌ No compression ratio validation - ❌ No file count limits - ❌ No total extracted size validation

Impact

Denial of Service Scenarios

1. CI/CD Pipeline Disruption - Attacker publishes malicious package to PyPI - Developer adds package to requirements.txt - CI/CD runs GuardDog scan - Disk fills (GitHub Actions: standard 14GB limit) - All deployments blocked

2. Resource Exhaustion - Local development environments - Security scanning infrastructure - Automated scanning systems - Docker containers with limited disk

3. Supply Chain Attack Amplification - Single malicious package blocks security scanning - Prevents detection of other malicious packages - Forces manual intervention - Increases security team workload

Recommended Fix

Add size validation for ZIP files similar to what tarsafe provides for TAR files

Configuration Options

Make limits configurable via environment variables or config file

Additional Improvements

1. Add warning logs when archives approach limits 2. Provide clear error messages for users 3. Document limits in user-facing documentation 4. Add tests for zip bomb detection 5. Consider using a safe ZIP library (similar to tarsafe)

Credit

Reported by: Charbel (dwbruijn)

Other sources

GuardDog is a CLI tool to identify malicious PyPI packages. Prior to 2.7.1, GuardDog's safeextract() function does not validate decompressed file sizes when extracting ZIP archives (wheels, eggs), allowing attackers to cause denial of service through zip bombs. A malicious package can consume gigabytes of disk space from a few megabytes of compressed data. This vulnerability is fixed in 2.7.1.

MITRE

Affected Software

3 affected componentsFixes available
pypi/GuardDog<2.7.1
pip/guarddog<2.7.1
2.7.1
datadoghq Guarddog Python<2.7.1

Event History

Jan 13, 2026
CVE Published
via MITRE·08:43 PM
Data Sourced
via MITRE·08:43 PM
DescriptionWeakness
Data Sourced
via NVD·09:15 PM
RemedyDescriptionSeverityWeaknessAffected Software
Advisory Published
via GitHub·09:54 PM
Data Sourced
via GitHub·09:54 PM
DescriptionWeaknessAffected Software
Feb 19, 58052
Event
via FIRST·07:46 PM
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-22870?

CVE-2026-22870 is classified as a high severity vulnerability due to its potential to cause denial of service.

2

How do I fix CVE-2026-22870?

To fix CVE-2026-22870, upgrade GuardDog to version 2.7.1 or later.

3

What does CVE-2026-22870 affect?

CVE-2026-22870 affects GuardDog versions prior to 2.7.1.

4

What type of vulnerability is CVE-2026-22870?

CVE-2026-22870 is a denial of service vulnerability caused by improper validation of file sizes in ZIP archive extraction.

5

How can attackers exploit CVE-2026-22870?

Attackers can exploit CVE-2026-22870 by crafting malicious ZIP files that overwhelm the safe_extract() function, leading to denial of service.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203