vendor:
phpMyFAQ
by:
Kacper Szurek
7,5
CVSS
HIGH
Stored XSS
79
CWE
Product Name: phpMyFAQ
Affected Version From: 2.9.0
Affected Version To: 2.9.0
Patch Exists: YES
Related CWE: N/A
CPE: 2.9.0
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
2016
phpMyFAQ 2.9.0 Stored XSS
PHP `filter_input()` function with `FILTER_VALIDATE_URL` flag is used to validate url inside `savefaq` functionality. But this function doesn’t protect against XSS. By default every user can propose faq entries. When admin activate article using http://phpmyfaq/admin/?action=view url or records.defaultActivation option is enabled, XSS will be visible on entry page. For exploitation use folowing url inside Link for this FAQ field: http://example.com/"><script>alert("xss")</script>
Mitigation:
Update to version 2.9.1