CVE Vulnerabilities

CVE-2006-4997

Use After Free

Published: Oct 10, 2006 | Modified: Nov 21, 2024
CVSS 3.x
7.5
HIGH
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS 2.x
7.1 HIGH
AV:N/AC:M/Au:N/C:N/I:N/A:C
RedHat/V2
RedHat/V3
Ubuntu
MEDIUM

The clip_mkip function in net/atm/clip.c of the ATM subsystem in Linux kernel allows remote attackers to cause a denial of service (panic) via unknown vectors that cause the ATM subsystem to access the memory of socket buffers after they are freed (freed pointer dereference).

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
Linux_kernel Linux * 2.6.18 (excluding)
Red Hat Enterprise Linux 2.1 RedHat kernel-0:2.4.18-e.64 *
Red Hat Enterprise Linux 2.1 RedHat kernel-0:2.4.9-e.71 *
Red Hat Enterprise Linux 3 RedHat kernel-0:2.4.21-47.0.1.EL *
Red Hat Enterprise Linux 4 RedHat kernel-0:2.6.9-42.0.3.EL *
Linux-source-2.6.15 Ubuntu dapper *
Linux-source-2.6.17 Ubuntu edgy *

Potential Mitigations

References