Files
CVEs-PoC/2013/CVE-2013-2146.md
T
2025-09-29 21:09:30 +02:00

19 lines
868 B
Markdown

### [CVE-2013-2146](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2146)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
arch/x86/kernel/cpu/perf_event_intel.c in the Linux kernel before 3.8.9, when the Performance Events Subsystem is enabled, specifies an incorrect bitmask, which allows local users to cause a denial of service (general protection fault and system crash) by attempting to set a reserved bit.
### POC
#### Reference
- http://www.mandriva.com/security/advisories?name=MDVSA-2013:176
- https://github.com/torvalds/linux/commit/f1923820c447e986a9da0fc6bf60c1dccdf0408e
#### Github
No PoCs found on GitHub currently.