---
id: CVE-2026-65896
title: >-
  Grav API Plugin (Composer package getgrav/grav-plugin-api) before 1.0.10 fails
  to properly validate the slug field in the POST /pages/{route}/move endpoint
summary: >-
  Grav API Plugin (Composer package getgrav/grav-plugin-api) before 1.0.10 fails
  to properly validate the slug field in the POST /pages/{route}/move endpoint.
  PagesController::move() sanitizes the slug only with ltrim($body['slug'],
  '.'), …
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-07-23'
updated: '2026-08-28'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-65896'
references:
  - url: >-
      https://github.com/getgrav/grav-plugin-api/commit/f9438d4e71389b1041ac60b69b0b5714ecfa3bdd
    label: disclosure@vulncheck.com
  - url: 'https://github.com/getgrav/grav/security/advisories/GHSA-qjq4-jp55-4mx2'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/grav-api-plugin-before-path-traversal-via-move
    label: disclosure@vulncheck.com
  - url: 'https://github.com/getgrav/grav/security/advisories/GHSA-qjq4-jp55-4mx2'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00476
epssPercentile: 0.40309
ingestedAt: '2026-08-29T00:27:54.044Z'
---

## Overview

Grav API Plugin (Composer package getgrav/grav-plugin-api) before 1.0.10 fails to properly validate the slug field in the POST /pages/{route}/move endpoint. PagesController::move() sanitizes the slug only with ltrim($body['slug'], '.'), which strips leading periods but does not neutralize '/' or '..' segments. An authenticated API caller with the api.pages.write permission can supply path traversal sequences (e.g., 01.home/../../../pwned) to move an entire page directory (content and media) to an arbitrary writable location outside user/pages/, including outside the Grav installation.

## Remediation

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