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

18 lines
830 B
Markdown

### [CVE-2010-0628](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0628)
![](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 spnego_gss_accept_sec_context function in lib/gssapi/spnego/spnego_mech.c in the SPNEGO GSS-API functionality in MIT Kerberos 5 (aka krb5) 1.7 before 1.7.2 and 1.8 before 1.8.1 allows remote attackers to cause a denial of service (assertion failure and daemon crash) via an invalid packet that triggers incorrect preparation of an error token.
### POC
#### Reference
- http://web.mit.edu/kerberos/advisories/MITKRB5-SA-2010-002.txt
#### Github
No PoCs found on GitHub currently.