---
id: CVE-2026-61690
title: Grav is a file-based Web platform
summary: >-
  Grav is a file-based Web platform. Prior to 2.0.1, Grav ZipArchiver::extract()
  in system/src/Grav/Common/Filesystem/ZipArchiver.php passes archives to
  ZipArchive::extractTo() without enforcing the system.gpm.archive
  uncompressed-size, fi…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'
cwe:
  - CWE-409
vendor: getgrav
product: getgrav/grav
affected:
  - getgrav/grav < 2.0.1
patched:
  - getgrav/grav 2.0.1
published: '2026-08-19'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T21:13:25.910'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-61690'
references:
  - url: >-
      https://github.com/getgrav/grav/commit/1c1003cfcab5344203d6fde1aaa1f9a4ee3413ff
    label: security-advisories@github.com
  - url: 'https://github.com/getgrav/grav/releases/tag/2.0.1'
    label: security-advisories@github.com
  - url: 'https://github.com/getgrav/grav/security/advisories/GHSA-928x-9mpw-8h56'
    label: security-advisories@github.com
  - url: 'https://github.com/getgrav/grav/security/advisories/GHSA-928x-9mpw-8h56'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-61690'
  - url: 'https://github.com/advisories/GHSA-928x-9mpw-8h56'
tags:
  - nvd
  - ghsa
  - composer
epss: 0.0053
epssPercentile: 0.42425
aliases:
  - GHSA-928x-9mpw-8h56
ecosystem: composer
ingestedAt: '2026-09-02T21:51:04.053Z'
---

## Overview

Grav is a file-based Web platform. Prior to 2.0.1, Grav ZipArchiver::extract() in system/src/Grav/Common/Filesystem/ZipArchiver.php passes archives to ZipArchive::extractTo() without enforcing the system.gpm.archive uncompressed-size, file-count, or nesting-depth limits. Code using Archiver::create('zip') to extract an attacker-controlled archive can exhaust disk space or inodes and make the site unavailable. This issue is fixed in version 2.0.1.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-61690)

Affected packages:

- `getgrav/grav < 2.0.1`

Patched in:

- `getgrav/grav 2.0.1`

Source: https://github.com/advisories/GHSA-928x-9mpw-8h56
