CVE-2026-61455
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedGrav before 2.0.1 contains a decompression bomb vulnerability in ZipArchiver::extract() that lacks limits on uncompressed size, file count, and nesting depth. Attackers can supply a crafted ZIP archive that expands to fill available disk space, causing denial of service by exhausting storage resources.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceGrav's ZipArchiver::extract() lacks validation of uncompressed size, file count, and directory nesting depth when processing ZIP archives. Attackers can supply a small crafted ZIP file (a decompression bomb) that expands to consume all available disk space, causing denial of service through storage resource exhaustion.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm Grav installation and versionCheck for the presence of Grav by looking for index.php or system/Grav.php in the web root. Retrieve the version from system/defines.php or via bin/grav version command if available.Affected if Grav is installed and the ZipArchiver class (system/src/Grav/Common/Archive/ZipArchiver.php) is present without size/file count/nesting validation in its extract() method.
-
Locate ZipArchiver::extract() methodOpen system/src/Grav/Common/Archive/ZipArchiver.php and locate the extract() method. Inspect the method signature and body for any validation of uncompressed size, file count limits, or directory nesting depth before decompression.Affected if The extract() method performs unzip/extraction without validating archive contents against defined thresholds.
-
Identify ZIP extraction usage pointsSearch the codebase for calls to ZipArchiver or ZipArchive extraction (e.g., grep for 'ZipArchiver', 'extractTo', or 'unzip'). Identify if these are triggered by user-uploaded ZIP files or admin operations.Affected if The system processes user-supplied or untrusted ZIP archives through ZipArchiver without pre-extraction validation.
-
Check for existing size or count limits in configurationLook for configuration files (config/system.yaml or similar) that may define limits on uncompressed file sizes, maximum file counts, or archive extraction paths. Also check if the PHP memory_limit or post_max_size impose practical constraints.Affected if No application-level limits are defined for archive extraction, allowing unbounded decompression.
You are affected if Grav with the vulnerable ZipArchiver::extract() method processes untrusted ZIP archives without pre-extraction validation of size, file count, or nesting depth.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedImplement size limits, file count limits, and nesting depth checks in ZipArchiver::extract() to reject archives that exceed defined thresholds before decompression begins.
Grav 2.0.1 or later
- 1. Identify current Grav installation version by checking the version file or admin panel
- 2. Create a complete backup of the Grav installation including all files, database, and configuration
- 3. Download Grav 2.0.1 or the latest stable release from the official Grav repository
- 4. Replace the existing Grav core files with the new version, preserving custom configuration and content
- 5. Verify the ZipArchiver class has been updated with proper limits on uncompressed size, file count, and nesting depth
- 6. Test the extraction functionality with both normal and boundary-case ZIP files
- 7. Monitor disk usage during ZIP extraction operations to confirm limits are enforced
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation3.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,272.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-61455 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-61455 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data