CVE-2005-3857
Linux Kernel < 2.6.15 - Denial of Service via Lease Time-Out Log Flooding
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2005-3857. PoCs published by Avi Kivity.
AI-analyzed exploit summary This exploit repeatedly acquires and releases file leases on a target file, causing excessive kernel memory consumption due to logging events when leases timeout. This leads to a denial-of-service condition by exhausting kernel memory.
Description
The time_out_leases function in locks.c for Linux kernel before 2.6.15-rc3 allows local users to cause a denial of service (kernel log message consumption) by causing a large number of broken leases, which is recorded to the log using the printk function.
Exploits (1)
This exploit repeatedly acquires and releases file leases on a target file, causing excessive kernel memory consumption due to logging events when leases timeout. This leads to a denial-of-service condition by exhausting kernel memory.