vendor:
Tiki Wiki CMS Groupware
by:
Egidio Romano aka EgiX
7,5
CVSS
HIGH
PHP Code Execution
502
CWE
Product Name: Tiki Wiki CMS Groupware
Affected Version From: Tiki Wiki CMS Groupware <= 8.3
Affected Version To: Tiki Wiki CMS Groupware <= 8.3
Patch Exists: YES
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
2009
Tiki Wiki CMS Groupware <= 8.3 "unserialize()" PHP Code Execution
The vulnerability is caused due to all these scripts using "unserialize()" with user controlled input. This can lead to execution of arbitrary PHP code passing an ad-hoc Zend Framework serialized object.
Mitigation:
Input validation should be used to prevent unserialize() from being called with user-controlled input.