Files
CVEs-PoC/2014/CVE-2014-9423.md
T
2024-06-18 02:51:15 +02:00

18 lines
843 B
Markdown

### [CVE-2014-9423](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9423)
![](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
The svcauth_gss_accept_sec_context function in lib/rpc/svc_auth_gss.c in MIT Kerberos 5 (aka krb5) 1.11.x through 1.11.5, 1.12.x through 1.12.2, and 1.13.x before 1.13.1 transmits uninitialized interposer data to clients, which allows remote attackers to obtain sensitive information from process heap memory by sniffing the network for data in a handle field.
### POC
#### Reference
- http://web.mit.edu/kerberos/advisories/MITKRB5-SA-2015-001.txt
#### Github
No PoCs found on GitHub currently.