vendor:
iWare Professional CMS
by:
nuffsaid
7,5
CVSS
HIGH
Remote Code Execution
78
CWE
Product Name: iWare Professional CMS
Affected Version From: iWare Professional CMS <= 5.0.4
Affected Version To: iWare Professional CMS <= 5.0.4
Patch Exists: NO
Related CWE:
CPE: a:dsiware:iware_professional_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: None
iWare Pro <= 5.0.4 (chat_panel.php) Remote Code Execution Vulnerability
iWare admin/mods/simplechat_1.0.0/chat_panel.php does not sanatize the $message variable in the first argument of the PostMessage() function on line 11 before writing the variable contents to chat_log.php on line 25. When chat_panel.php is requested, the PostMessage() function is called on line 32 and $_REQUEST['msg'] is written to chat_log.php unsanatized.
Mitigation:
Sanitize the $message variable before writing it to chat_log.php