-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| thorsten/phpmyfaq | composer | < 3.1.12 | 3.1.12 |
The vulnerability stemmed from 3 key points: 1) In stopwords.php, both HTML generation functions (buildStopWordsHTML/buildStopWordInputElement) directly interpolated user-controlled stopword values into HTML without escaping. 2) The Stopwords::getByLang method returned raw database values. The fix added HTML entity escaping in all these locations - through a new escape() function in JavaScript and Strings::htmlentities in PHP. The pre-patch absence of these sanitizations in these specific functions created XSS vectors when handling the 'stopword' parameter.
KEV Misses 88% of Exploited CVEs- Get the report