cve/2010/CVE-2010-0453.md

18 lines
877 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2010-0453](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0453)
![](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
The ucode_ioctl function in intel/io/ucode_drv.c in Sun Solaris 10 and OpenSolaris snv_69 through snv_133, when running on x86 architectures, allows local users to cause a denial of service (panic) via a request with a 0 size value to the UCODE_GET_VERSION IOCTL, which triggers a NULL pointer dereference in the ucode_get_rev function, related to retrieval of the microcode revision.
### POC
#### Reference
- http://www.oracle.com/technetwork/topics/security/cpuapr2010-099504.html
#### Github
No PoCs found on GitHub currently.