CVE-2008-5079
Linux Kernel <= 2.6.27.8 - Denial of Service via ATM Subsystem SVC Socket Handling
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-5079. PoCs published by Jon Oberheide.
AI-analyzed exploit summary This exploit triggers a local denial-of-service (DoS) in Linux Kernel <= 2.6.27.8 by corrupting the vcc table via duplicate calls to svc_listen and reading /proc/net/atm/*vc. It leverages a kernel infinite loop vulnerability in the ATM subsystem.
Description
net/atm/svc.c in the ATM subsystem in the Linux kernel 2.6.27.8 and earlier allows local users to cause a denial of service (kernel infinite loop) by making two calls to svc_listen for the same socket, and then reading a /proc/net/atm/*vc file, related to corruption of the vcc table.
Exploits (1)
This exploit triggers a local denial-of-service (DoS) in Linux Kernel <= 2.6.27.8 by corrupting the vcc table via duplicate calls to svc_listen and reading /proc/net/atm/*vc. It leverages a kernel infinite loop vulnerability in the ATM subsystem.