cve/2006/CVE-2006-5758.md

21 lines
1.1 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2006-5758](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5758)
![](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 Graphics Rendering Engine in Microsoft Windows 2000 through 2000 SP4 and Windows XP through SP2 maps GDI Kernel structures on a global shared memory section that is mapped with read-only permissions, but can be remapped by other processes as read-write, which allows local users to cause a denial of service (memory corruption and crash) and gain privileges by modifying the kernel structures.
### POC
#### Reference
- http://www.blackhat.com/html/bh-europe-07/bh-eu-07-speakers.html#Eriksson
2024-06-09 00:33:16 +00:00
- http://www.blackhat.com/html/bh-europe-07/bh-eu-07-speakers.html#Eriksson
2024-05-26 14:27:05 +02:00
- https://docs.microsoft.com/en-us/security-updates/securitybulletins/2007/ms07-017
2024-06-09 00:33:16 +00:00
- https://docs.microsoft.com/en-us/security-updates/securitybulletins/2007/ms07-017
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.