mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-25 12:44:05 +02:00
982 B
982 B
CVE-2014-9421
Description
The auth_gssapi_unwrap_data function in lib/rpc/auth_gssapi_misc.c in MIT Kerberos 5 (aka krb5) through 1.11.5, 1.12.x through 1.12.2, and 1.13.x before 1.13.1 does not properly handle partial XDR deserialization, which allows remote authenticated users to cause a denial of service (use-after-free and double free, and daemon crash) or possibly execute arbitrary code via malformed XDR data, as demonstrated by data sent to kadmind.
POC
Reference
- http://web.mit.edu/kerberos/advisories/MITKRB5-SA-2015-001.txt
- http://web.mit.edu/kerberos/advisories/MITKRB5-SA-2015-001.txt
Github
No PoCs found on GitHub currently.