Files
CVEs-PoC/2011/CVE-2011-4915.md
T
2024-06-18 02:51:15 +02:00

20 lines
768 B
Markdown

### [CVE-2011-4915](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4915)
![](https://img.shields.io/static/v1?label=Product&message=Linux%20kernel&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Path%20Disclosure&color=brighgreen)
### Description
fs/proc/base.c in the Linux kernel through 3.1 allows local users to obtain sensitive keystroke information via access to /proc/interrupts.
### POC
#### Reference
- http://www.openwall.com/lists/oss-security/2011/11/07/9
- https://lkml.org/lkml/2011/11/7/340
- https://vigilance.fr/vulnerability/Linux-kernel-information-disclosure-about-keyboard-11131
#### Github
No PoCs found on GitHub currently.