-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| io.goobi.viewer:viewer-core | maven | < 23.03 | 23.03 |
The vulnerability stems from insufficient input validation in the setLogid method. The patch introduced a regex check ([\w-]+) and exception handling, indicating prior lack of XSS-safe validation. The function directly processes user-controlled LOGID parameter and was vulnerable to script injection before proper sanitization was added. SolrTools.escapeSpecialCharacters() alone doesn't prevent HTML/JS context XSS, making this the clear injection point.
Ongoing coverage of React2Shell