---
id: CVE-2026-75830
title: >-
  grav-plugin-api (getgrav/grav-plugin-api) versions >= 1.0.0-beta.10 and <=
  1.0.14 contain a path traversal vulnerability in the
  PagesController::batchCopy() method
summary: >-
  grav-plugin-api (getgrav/grav-plugin-api) versions >= 1.0.0-beta.10 and <=
  1.0.14 contain a path traversal vulnerability in the
  PagesController::batchCopy() method. An incomplete fix for GHSA-qjq4-jp55-4mx2
  left the user-controlled 'suff…
severity: high
cvss: 7.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L'
cwe:
  - CWE-73
published: '2026-08-18'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T20:32:39.347'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-75830'
references:
  - url: 'https://github.com/getgrav/grav/security/advisories/GHSA-g6j3-8jv9-ch5f'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/grav-plugin-api-before-path-traversal-via-batchcopy
    label: disclosure@vulncheck.com
  - url: 'https://github.com/getgrav/grav/security/advisories/GHSA-g6j3-8jv9-ch5f'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00394
epssPercentile: 0.308
ingestedAt: '2026-09-08T21:11:12.279Z'
---

## Overview

grav-plugin-api (getgrav/grav-plugin-api) versions >= 1.0.0-beta.10 and <= 1.0.14 contain a path traversal vulnerability in the PagesController::batchCopy() method. An incomplete fix for GHSA-qjq4-jp55-4mx2 left the user-controlled 'suffix' parameter (via POST /api/v1/pages/batch) unvalidated. An authenticated user with the api.pages.write permission (editor-level, not super-admin) can supply path traversal sequences (e.g. /../../../) in the suffix parameter to escape the intended user/pages/ directory and write attacker-controlled page content and page media to arbitrary filesystem locations writable by the web server process. The vulnerability is fixed in 1.0.15.

## Remediation

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