CVE-2014-7822
Linux Kernel < 3.15.8 - Denial of Service via Splice System Call
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2014-7822. PoCs published by Emeric Nasi.
AI-analyzed exploit summary This PoC exploits a vulnerability in the Linux kernel before 3.16 where splice_write operations do not enforce maximum file size restrictions, leading to a denial of service (kernel panic) via a crafted splice system call on an ext4 filesystem.
Description
The implementation of certain splice_write file operations in the Linux kernel before 3.16 does not enforce a restriction on the maximum size of a single file, which allows local users to cause a denial of service (system crash) or possibly have unspecified other impact via a crafted splice system call, as demonstrated by use of a file descriptor associated with an ext4 filesystem.
Exploits (1)
This PoC exploits a vulnerability in the Linux kernel before 3.16 where splice_write operations do not enforce maximum file size restrictions, leading to a denial of service (kernel panic) via a crafted splice system call on an ext4 filesystem.