### [CVE-2018-7273](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7273) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### 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. ### POC #### Reference - https://www.exploit-db.com/exploits/44325/ #### Github - https://github.com/ARPSyndicate/cvemon - https://github.com/bcoles/kasld - https://github.com/jedai47/CVE-2018-7273 - https://github.com/lnick2023/nicenice - https://github.com/qazbnm456/awesome-cve-poc - https://github.com/xbl3/awesome-cve-poc_qazbnm456