PatchSiren cyber security CVE debrief
CVE-2026-72695 getgrav CVE debrief
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-25T02:16:45.097Z and has not been modified since then. The CVE-2026-72695 record indicates a path traversal vulnerability in Grav before 2.0.16, specifically in MediaUploadTrait::deleteFile(). Authenticated users with media management permissions can delete arbitrary files by supplying filenames with directory traversal sequences. Evidence is limited to CVE and NVD details. Defenders should verify affected Grav installations, review media management permissions, and monitor for suspicious file deletion activity. The vulnerability allows for potential data breaches and system compromise, emphasizing the need for prompt mitigation.
- Vendor
- getgrav
- Product
- grav
- CVSS
- HIGH 7.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-25
- Original CVE updated
- 2026-08-31
- Advisory published
- 2026-08-25
- Advisory updated
- 2026-08-31
Who should care
Users of Grav before version 2.0.16, especially those with media management permissions, should be aware of this vulnerability and take steps to mitigate it. This includes reviewing and restricting media management permissions, monitoring for suspicious activity, and updating Grav to version 2.0.16 or later. Additionally, system administrators and security teams should assess their exposure and implement compensating controls if necessary.
Technical summary
The CVE-2026-72695 record indicates a path traversal vulnerability in Grav before 2.0.16, specifically in MediaUploadTrait::deleteFile(). Authenticated users with media management permissions can delete arbitrary files by supplying filenames with directory traversal sequences. The method validates only the basename portion of the filename while preserving unvalidated directory paths containing ../ sequences that are passed to unlink(), enabling deletion of files outside the intended media storage directory. This vulnerability allows for potential data breaches and system compromise.
Defensive priority
Authenticated users with media management permissions can delete arbitrary files.
Recommended defensive actions
- Inventory affected Grav installations and verify media management permissions.
- Restrict media management permissions to trusted users.
- Monitor for suspicious file deletion activity.
- Update Grav to version 2.0.16 or later.
- Implement additional access controls and file system restrictions.
Evidence notes
The CVE-2026-72695 record indicates a path traversal vulnerability in Grav before 2.0.16, specifically in MediaUploadTrait::deleteFile(). Authenticated users with media management permissions can delete arbitrary files by supplying filenames with directory traversal sequences. Evidence is limited to CVE and NVD details. Defenders should verify affected Grav installations, review media management permissions, and monitor for suspicious file deletion activity.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-72695 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-72695
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-72695 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-72695
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/getgrav/grav/security/advisories/GHSA-jq29-c7v8-rg55
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/grav-before-path-traversal-via-mediauploadtrait-deletefile
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.