-
CVSS Score
-| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| io.hawt:project | maven | < 1.5.4 | 1.5.4 |
The vulnerability description and mitigation steps explicitly reference improper CORS configuration in Jolokia (via jolokia-access.xml). Hawtio relies on Jolokia for JMX-over-HTTP communication, and the lack of strict origin checking in Jolokia's default configuration allowed cross-origin requests to execute privileged actions. The absence of CSRF tokens or origin validation in the affected endpoints made them vulnerable. While no specific function names are provided in the advisory, the root cause lies in Jolokia's CORS handling logic, which is part of hawtio's integration with Jolokia.