cve/2007/CVE-2007-1209.md

19 lines
896 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2007-1209](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1209)
![](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
Use-after-free vulnerability in the Client/Server Run-time Subsystem (CSRSS) in Microsoft Windows Vista does not properly handle connection resources when starting and stopping processes, which allows local users to gain privileges by opening and closing multiple ApiPort connections, which leaves a "dangling pointer" to a process data structure.
### POC
#### Reference
- http://securityreason.com/securityalert/2531
- https://docs.microsoft.com/en-us/security-updates/securitybulletins/2007/ms07-021
#### Github
No PoCs found on GitHub currently.