vendor:
PHP-Fusion
by:
Unkn0wn
7.5
CVSS
HIGH
Code Execution and Cross Site Scripting
94, 79
CWE
Product Name: PHP-Fusion
Affected Version From: 9.03.50
Affected Version To: 9.03.50
Patch Exists: NO
Related CWE: N/A
CPE: a:php-fusion:php-fusion
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Ubuntu
2020
PHP-Fusion 9.03.50 – ‘panels.php’ Multiple vulnerability
This vulnerability exists in the 'add_panel_form()' function of the 'panels.php' file. In line 527, an 'eval' tag is present which allows for code execution. In line 532, a POST request is made which allows for Cross Site Scripting.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in an 'eval' tag.