vendor:
Online Verwaltung III
by:
novaCapta Software & Consulting GmbH
7,5
CVSS
HIGH
Parameter Traversal Arbitrary File Access
22
CWE
Product Name: Online Verwaltung III
Affected Version From: 3.0
Affected Version To: 3.0
Patch Exists: NO
Related CWE: N/A
CPE: a:novacapta:online_verwaltung_iii
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2020
OV3 Online Administration 3.0 Parameter Traversal Arbitrary File Access PoC Exploit
The application (Online Verwaltung III) suffers from an unauthenticated file disclosure vulnerability when input passed thru the 'file' parameter to 'download.php' script is not properly verified before being used to include files. This can be exploited to read arbitrary files from local resources with directory traversal attacks.
Mitigation:
Input validation should be performed to verify that the file parameter is a valid file path and is not attempting to traverse outside of the intended directory.