CyberRota Analysis
AI-GeneratedGrav versions prior to 2.0.15 are susceptible to a path traversal vulnerability in the static asset server, allowing unauthenticated attackers to access files in sibling directories by manipulating the request path. This could lead to unauthorized exposure of sensitive files within the server's directory structure. Organizations using affected versions of Grav should prioritize patching to mitigate potential data leaks.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Grav before 2.0.15 contains a path traversal vulnerability in the static asset server within index.php that uses string prefix matching instead of directory-boundary validation. Unauthenticated attackers can access files in sibling directories by exploiting directory names that extend the base path string, such as requesting assets-secret when assets is the configured base.