CVE-2019-10405
Exposure of Sensitive Information to an Unauthorized Actor in Jenkins
Record summary
CVE-2019-10405 has a selected CVSS score of 5.4 (medium); EIP currently links 1 Nuclei template.
Description
Jenkins 2.196 and earlier, LTS 2.176.3 and earlier printed the value of the "Cookie" HTTP request header on the /whoAmI/ URL, allowing attackers exploiting another XSS vulnerability to obtain the HTTP session cookie despite it being marked HttpOnly.
Exploitation context
Available material
- Nuclei templates
- 1
Affected products and versions
2| Product | Source | Version range | Status |
|---|---|---|---|
| CVE List | 2.196 and earlier, LTS 2.176.3 and earlier | affected | |
org.jenkins-ci.main:jenkins-coreBrowse Maven / org.jenkins-ci.main:jenkins-core | GitHub Advisory | Before 2.176.4 · Fixed in 2.176.4 | affected |
| 2.177 to < 2.197 · Fixed in 2.197 | affected |
Nuclei templates
1ProjectDiscoveryMEDIUMJenkins <=2.196 - Cookie ExposureCVSS 5.4
Jenkins through 2.196, LTS 2.176.3 and earlier prints the value of the cookie on the /whoAmI/ URL despite it being marked HttpOnly, thus making it possible to steal cookie-based authentication credentials if the URL is exposed or accessed via another cross-site scripting issue.
Impact
The exposure of cookies can lead to session hijacking, unauthorized access, and potential data breaches.
Remediation
Upgrade Jenkins to a version higher than 2.196 to mitigate the vulnerability.
Source: ProjectDiscovery