CVE-2018-7273
MEDIUMLinux Kernel < 4.15.4 - Kernel Address Exposure via Floppy Driver Printk
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2018-7273. PoCs published by Gregory Draperi, jedai47.
AI-analyzed exploit summary This exploit targets a vulnerability in the Linux kernel's floppy driver (CVE-2018-7273) by sending a malformed FDRAWCMD ioctl request to trigger a denial-of-service condition. The code opens /dev/fd0 and issues a recalibrate command with a crafted drive selector.
Description
In the Linux kernel through 4.15.4, the floppy driver reveals the addresses of kernel functions and global variables using printk calls within the function show_floppy in drivers/block/floppy.c. An attacker can read this information from dmesg and use the addresses to find the locations of kernel code and data and bypass kernel security protections such as KASLR.
Exploits (2)
This exploit targets a vulnerability in the Linux kernel's floppy driver (CVE-2018-7273) by sending a malformed FDRAWCMD ioctl request to trigger a denial-of-service condition. The code opens /dev/fd0 and issues a recalibrate command with a crafted drive selector.
This PoC exploits CVE-2018-7273, a vulnerability in the Linux kernel's floppy driver. It sends a malformed FDRAWCMD ioctl request to trigger a denial-of-service condition by causing a kernel panic or crash.
References (3)
Scores
CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N