vendor:
Awcm Cms
by:
SwEET-DeViL
7,5
CVSS
HIGH
Local File Inclusion
98
CWE
Product Name: Awcm Cms
Affected Version From: 2.x
Affected Version To: 2.x
Patch Exists: NO
Related CWE: N/A
CPE: awcm-cms
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2020
Awcm Cms Local File Inclusion Vulnerability
Awcm Cms is vulnerable to Local File Inclusion vulnerability. An attacker can exploit this vulnerability to include a remote file on the web server. This vulnerability exists due to insufficient sanitization of user-supplied input to the 'v' parameter in 'notify.php' script. An attacker can exploit this vulnerability by sending a specially crafted HTTP request with malicious input to the vulnerable script. Successful exploitation of this vulnerability can result in arbitrary remote file inclusion.
Mitigation:
Input validation should be used to ensure that user-supplied input is properly sanitized before being used in the application. It is recommended to use whitelisting techniques to ensure that only expected characters are accepted in the input.