### [CVE-2005-2827](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2827) ![](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 thread termination routine in the kernel for Windows NT 4.0 and 2000 (NTOSKRNL.EXE) allows local users to modify kernel memory and execution flow via steps in which a terminating thread causes Asynchronous Procedure Call (APC) entries to free the wrong data, aka the "Windows Kernel Vulnerability." ### POC #### Reference - http://securityreason.com/securityalert/252 - https://docs.microsoft.com/en-us/security-updates/securitybulletins/2005/ms05-055 #### Github No PoCs found on GitHub currently.