vendor:
Technote 7
by:
webDEViL
9.3
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: Technote 7
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2008
Technote 7 Remote File Inclusion
The vulnerability exists due to insufficient sanitization of user-supplied input in the 'shop_this_skin_path' parameter of 'twindow_notice.php' script. A remote attacker can send a specially crafted HTTP request with malicious code in the 'shop_this_skin_path' parameter and execute arbitrary PHP code on the vulnerable system.
Mitigation:
Input validation should be performed to ensure that untrusted input is rejected. Sanitize all user-supplied input to prevent any type of injection attack.