-
CVSS Score
-| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| dolibarr/dolibarr | composer | < 11.0.5 | 11.0.5 |
The vulnerability stems from unescaped output of user-controlled parameters (transphrase and transkey) in notice.php. The patch introduced dol_escape_htmltag to sanitize these outputs, confirming that the original code lacked proper escaping. The 'alphanohtml' filter in GETPOST was not sufficient for HTML context safety, making these function calls vulnerable when their results are printed directly.