CVE-2007-4571
Linux Kernel < 2.6.22.8 - Information Disclosure via ALSA snd_mem_proc_read
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-4571. PoCs published by Karimo_DM.
AI-analyzed exploit summary This exploit demonstrates an information disclosure vulnerability in the Linux kernel's ALSA snd-page-alloc driver. It reads kernel memory by exploiting a boundary check failure when count=1, leaking sensitive data.
Description
The snd_mem_proc_read function in sound/core/memalloc.c in the Advanced Linux Sound Architecture (ALSA) in the Linux kernel before 2.6.22.8 does not return the correct write size, which allows local users to obtain sensitive information (kernel memory contents) via a small count argument, as demonstrated by multiple reads of /proc/driver/snd-page-alloc.
Exploits (1)
This exploit demonstrates an information disclosure vulnerability in the Linux kernel's ALSA snd-page-alloc driver. It reads kernel memory by exploiting a boundary check failure when count=1, leaking sensitive data.