vendor:
Web Hosting Directory Script
by:
bd0rk
7,5
CVSS
HIGH
Remote File Include
98
CWE
Product Name: Web Hosting Directory Script
Affected Version From: 4.0
Affected Version To: 4.0
Patch Exists: NO
Related CWE: N/A
CPE: //a:ramui:web_hosting_directory_script:4.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2020
Ramui web hosting directory script 4.0 Remote File Include Vulnerability
The $root-parameter is a __construct. But no value was passed to him. Therefore, nothing can be checked before include in line 13. So an attacker can execute malicious shellcode about it. In this case, the __construct is meaningless.
Mitigation:
Input validation should be done to prevent malicious code injection.