vendor:
PHP Fusion
by:
coiffeur
8.8
CVSS
HIGH
Persistent Cross-Site Scripting
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: 2.3:a:php-fusion:php-fusion:9.03.50
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: N/A
2020
PHPFusion 9.03.50 – Persistent Cross-Site Scripting
When creating a thread or editing one of his messages with HTML content, it turns out that the injected characters are correctly escaped. However, when using the print feature, the characters are no longer sanitized and can be used to execute JavaScript by replacing the contents of the message with an onerror attribute.
Mitigation:
Ensure that all user-supplied input is properly sanitized and validated before being used.