cve/2013/CVE-2013-2067.md

19 lines
991 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2013-2067](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2067)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
java/org/apache/catalina/authenticator/FormAuthenticator.java in the form authentication feature in Apache Tomcat 6.0.21 through 6.0.36 and 7.x before 7.0.33 does not properly handle the relationships between authentication requirements and sessions, which allows remote attackers to inject a request into a session by sending this request during completion of the login form, a variant of a session fixation attack.
### POC
#### Reference
- http://www.oracle.com/technetwork/security-advisory/cpuoct2016-2881722.html
2024-06-09 00:33:16 +00:00
- http://www.oracle.com/technetwork/security-advisory/cpuoct2016-2881722.html
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.