Files
CVEs-PoC/2008/CVE-2008-1736.md
T
2024-06-18 02:51:15 +02:00

19 lines
991 B
Markdown

### [CVE-2008-1736](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1736)
![](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
Comodo Firewall Pro before 3.0 does not properly validate certain parameters to hooked System Service Descriptor Table (SSDT) functions, which allows local users to cause a denial of service (system crash) via (1) a crafted OBJECT_ATTRIBUTES structure in a call to the NtDeleteFile function, which leads to improper validation of a ZwQueryObject result; and unspecified calls to the (2) NtCreateFile and (3) NtSetThreadContext functions, different vectors than CVE-2007-0709.
### POC
#### Reference
- http://securityreason.com/securityalert/3838
- http://www.coresecurity.com/?action=item&id=2249
#### Github
No PoCs found on GitHub currently.