CVE-2004-1333
Linux Kernel < 2.6.10 - Denial of Service via vc_resize Integer Overflow
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2004-1333. PoCs published by Georgi Guninski.
AI-analyzed exploit summary This exploit targets a vulnerability in the Linux virtual terminal (VT) subsystem, specifically an integer overflow in the VT_RESIZEX ioctl call. It attempts to trigger the overflow by passing maliciously crafted values for v_rows and v_cols, leading to a denial-of-service (DoS) condition.
Description
Integer overflow in the vc_resize function in the Linux kernel 2.4 and 2.6 before 2.6.10 allows local users to cause a denial of service (kernel crash) via a short new screen value, which leads to a buffer overflow.
Exploits (1)
This exploit targets a vulnerability in the Linux virtual terminal (VT) subsystem, specifically an integer overflow in the VT_RESIZEX ioctl call. It attempts to trigger the overflow by passing maliciously crafted values for v_rows and v_cols, leading to a denial-of-service (DoS) condition.