vendor:
BanManager-WebUI
by:
HaHwul
7,5
CVSS
HIGH
PHP Code Injection & Stored XSS
94
CWE
Product Name: BanManager-WebUI
Affected Version From: 1.5.8
Affected Version To: 1.5.8
Patch Exists: YES
Related CWE: N/A
CPE: a:banmanagement:banmanager-webui
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Debian
2017
BanManager WebUI 1.5.8 – PHP Code Injection & Stored XSS
Code executed via the updatesetting action will modify 'setting.php'. In the process, there is not verification of the input value, so it is possible to insert php code. Vulnerable parameters include footer, buttons_before, buttons_after, banextra, and muteextra. Attack code is a POST request with the payload 'aaaaaa';$hacker=hwul//inject_php_code';
Mitigation:
Verify user input and ensure that it is properly sanitized before being used in any code.