Poll
On Windows Vista I use
Advisory 2007-05-15.01
Bypassing PFW/HIPS open process control with uncommon identifier
Basic information:
Release date: May 15, 2007
Last update: June 1, 2007
Severity:Critical bugs
Character:Complete system control
Status:Fixed
Testing program: BTP00000P000ZA.zip (for ZA)
BTP00002P005CF.zip (for CFP)
Description:
Windows operating systems with NT kernel version 5.0 and higher (i.e. Windows 2000, XP, 2003) use integer numbers divisible by four to identify processes. Internal implementation of system API functions also allows programmers to use integers that are not divisible by four. This means that for every process running in the system there are four valid identifiers.
The control of API functions, which work with process identifiers, like OpenProcess (usually implemented by SSDT hook of NtOpenProcess), that assumes using identifiers divisible by four is insufficient. An implementation by a simple test on equivalence between the internal personal firewall/HIPS database and the given identifier can be dangerous. In such case, it is possible that a firewall misinterprets a call and allows an action that should be forbidden. If the security software implements a process protection for critical processes in this manner, it is a critical bug, which can be exploited to gain control over the whole system. Vulnerable products implements process protection, which can be bypassed if identifiers not divisible by four are used.
Vulnerable software:
- Comodo Firewall Pro 2.4.18.184
- Comodo Personal Firewall 2.3.6.81
- ZoneAlarm Pro 6.1.744.001
- probably older versions of above mentioned products
- possibly other personal firewalls and HIPS software
Not vulnerable software:
- Comodo Firewall Pro 3.x and higher
- ZoneAlarm Pro 6.5.737.000 and higher
Events:
- 2007-05-16: Candidate for inclusion in the CVE list
- 2007-05-15: Vulnerability confirmed by popular information sources
- 2007-05-15: Avisory released
- 2006-08-31: The vendor of ZoneAlarm released version 6.5.737.000, which fixed the bug
- 2006-05-15: Vulnerability discovered