Files
cve/2010/CVE-2010-5155.md

20 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2010-5155](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-5155)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
2025-09-29 21:09:30 +02:00
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
2024-05-26 14:27:05 +02:00
### Description
2025-09-29 21:09:30 +02:00
Race condition in Blink Professional 4.6.1 on Windows XP allows local users to bypass kernel-mode hook handlers, and execute dangerous code that would otherwise be blocked by a handler but not blocked by signature-based malware detection, via certain user-space memory changes during hook-handler execution, aka an argument-switch attack or a KHOBE attack. NOTE: this issue is disputed by some third parties because it is a flaw in a protection mechanism for situations where a crafted program has already begun to execute
2024-05-26 14:27:05 +02:00
### POC
#### Reference
- http://countermeasures.trendmicro.eu/you-just-cant-trust-a-drunk/
2025-09-29 21:09:30 +02:00
- http://www.osvdb.org/67660
2024-05-26 14:27:05 +02:00
- http://www.theregister.co.uk/2010/05/07/argument_switch_av_bypass/
#### Github
No PoCs found on GitHub currently.