CVE Vulnerabilities

CVE-2010-0629

Use After Free

Published: Apr 07, 2010 | Modified: Apr 11, 2025
CVSS 3.x
6.5
MEDIUM
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CVSS 2.x
4 MEDIUM
AV:N/AC:L/Au:S/C:N/I:N/A:P
RedHat/V2
4 IMPORTANT
AV:N/AC:L/Au:S/C:N/I:N/A:P
RedHat/V3
Ubuntu
MEDIUM

Use-after-free vulnerability in kadmin/server/server_stubs.c in kadmind in MIT Kerberos 5 (aka krb5) 1.5 through 1.6.3 allows remote authenticated users to cause a denial of service (daemon crash) via a request from a kadmin client that sends an invalid API version number.

Weakness

The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory “belongs” to the code that operates on the new pointer.

Affected Software

Name Vendor Start Version End Version
Kerberos_5 Mit 1.5 (including) 1.6.3 (including)
Red Hat Enterprise Linux 5 RedHat krb5-0:1.6.1-36.el5_5.2 *
Krb5 Ubuntu hardy *
Krb5 Ubuntu intrepid *
Krb5 Ubuntu jaunty *
Krb5 Ubuntu upstream *

Potential Mitigations

References