CVE-2005-2800
Linux Kernel <= 2.6.13 - Denial of Service via SCSI procfs Interface Memory Leak
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2005-2800. PoCs published by anonymous.
AI-analyzed exploit summary This script exploits a memory leak in the Linux kernel by repeatedly reading the '/proc/scsi/sg/devices' file, leading to kernel memory exhaustion and a denial of service. The vulnerability is local and does not require authentication.
Description
Memory leak in the seq_file implementation in the SCSI procfs interface (sg.c) in Linux kernel 2.6.13 and earlier allows local users to cause a denial of service (memory consumption) via certain repeated reads from the /proc/scsi/sg/devices file, which is not properly handled when the next() iterator returns NULL or an error.
Exploits (1)
This script exploits a memory leak in the Linux kernel by repeatedly reading the '/proc/scsi/sg/devices' file, leading to kernel memory exhaustion and a denial of service. The vulnerability is local and does not require authentication.