Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Ka3N1X

#33409of 56,335
8.1Total CVSS
Vulnerabilities · 1
PT-2026-81138
8.1
2026-08-25
Grav · Grav · CVE-2026-72695
**Name of the Vulnerable Software and Affected Versions** Grav versions prior to 2.0.16 **Description** An issue exists where authenticated users with media management permissions can delete arbitrary files. This occurs because the `deleteFile()` function in `MediaUploadTrait` only validates the basename of the filename, failing to sanitize directory traversal sequences such as `../`. Consequently, these unvalidated paths are passed to the `unlink()` function, allowing the deletion of files located outside the designated media storage directory. **Recommendations** Update Grav to version 2.0.16 or later. As a temporary mitigation, restrict media management permissions to only highly trusted users.