CVE-2018-10899: Cross-Site Request Forgery in Jolokia
8.1
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.8341%
CWE
Published
5/24/2022
Updated
1/27/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jolokia:jolokia-core | maven | >= 1.2, < 1.6.1 | 1.6.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stemmed from improper CORS origin validation when strict checking was enabled. Key evidence includes:
- CorsChecker.check() pre-patch allowed null origins during strict checks
- HttpRequestHandler.checkAccess() skipped origin validation when header was missing
- Parameter renaming in BackendManager.isOriginAllowed() indicates logic flaw These functions would appear in stack traces when processing malicious CSRF requests due to their role in origin validation and security decision-making.