vendor:
Vana CMS
by:
Unknown
6.5
CVSS
MEDIUM
Arbitrary File Download
22
CWE
Product Name: Vana CMS
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE: a:vana_cms
Platforms Tested: Unknown
2021
Arbitrary File Download in Vana CMS
The vulnerability in Vana CMS allows attackers to download arbitrary files by exploiting the application's failure to properly sanitize user-supplied input. By manipulating the 'filename' parameter in the 'download.php' script, an attacker can view arbitrary files within the application's context, potentially gathering sensitive information that can be used for further attacks.
Mitigation:
To mitigate this vulnerability, the Vana CMS developers should implement proper input sanitization and validation techniques. Additionally, access controls should be implemented to restrict unauthorized file downloads.