Files
CVEs-PoC/2012/CVE-2012-4529.md
T
2025-09-29 21:09:30 +02:00

18 lines
803 B
Markdown

### [CVE-2012-4529](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-4529)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
The org.apache.catalina.connector.Response.encodeURL method in Red Hat JBoss Web 7.1.x and earlier, when the tracking mode is set to COOKIE, sends the jsessionid in the URL of the first response of a session, which allows remote attackers to obtain the session id (1) via a man-in-the-middle attack or (2) by reading a log.
### POC
#### Reference
- http://rhn.redhat.com/errata/RHSA-2013-1437.html
#### Github
No PoCs found on GitHub currently.