云虫漏洞库

CVE-2026-65896 - 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 (conten - 漏洞详情

漏洞编号:CVE-2026-65896

风险等级:高危

漏洞来源:CVE

CVE 编号:CVE-2026-65896

CNNVD 编号:-

厂商/产品:- / -

影响范围:-

CWE:CWE-73

发布/更新时间:2026-07-23 / 2026-08-28

漏洞描述

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.

相关链接

相关漏洞

« 返回首页