vendor:
WORK system e-commerce
by:
Rodrigo Duarte
N/A
CVSS
HIGH
Inclusion Vulnerability
98
CWE
Product Name: WORK system e-commerce
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Inclusion Vulnerability in WORK system e-commerce
The WORK system e-commerce PHP application is vulnerable to an inclusion vulnerability. The vulnerable script is 'include_top.php', which is part of the content management system (CMS) for e-commerce. The vulnerability allows an attacker to include arbitrary files by manipulating the 'g_include' parameter in the URL. An example proof-of-concept (PoC) URL is provided in the text. The vulnerability can be exploited to execute malicious code or disclose sensitive information.
Mitigation:
To mitigate this vulnerability, it is recommended to properly validate and sanitize user input before including any files. Additionally, it is important to implement access controls and restrict the inclusion of files to trusted sources only.