Zemana AntiLogger - Process Termination
5.5
Medium
Discovered by

Offensive Team, Fluid Attacks
Summary
Full name
Zemana AntiLogger v2.74.204.664 - Arbitrary Process Termination
Code name
State
Public
Release date
Mar 14, 2024
Affected product
Zemana AntiLogger
Vendor
Zemana Ltd.
Affected version(s)
Version 2.74.204.664
Vulnerability name
Arbitrary Process Termination
Vulnerability type
Remotely exploitable
No
CVSS v3.0 vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CVSS v3.0 base score
5.5
Exploit available
Yes
CVE ID(s)
Description
Zemana AntiLogger v2.74.204.664 is vulnerable to an Arbitrary Process Termination vulnerability by triggering the 0x80002048
IOCTL code of the zam64.sys
and zamguard64.sys
drivers.
Vulnerability
The 0x80002048
IOCTL code of the zam64.sys
and zamguard64.sys
drivers allow to kill arbitrary processes on the system where it's installed, by sending a process ID on the first DWORD
of the lpInBuffer
parameter request call.
In order to perform calls to any IOCTL of the zam64.sys
and zamguard64.sys
driver, a call to the IOCTL 0x80002010
must be performed with the current process ID as an authorized IOCTL process caller:
The handling decompiled code of the 0x80002048
IOCTL starts with:
The sub_14001048C
routine calls sub_1400133D0
:
The sub_1400133D0
is the vulnerable function:
At [1]
a check is perform to prevent critical processes termination. At [2]
a handle of the process passed as an ID on the SystemBuffer
is obtained. At [3]
that handle is used as a parameter of the ZwTerminateProcess
call which terminates the process.
Evidence of exploitation

Our security policy
We have reserved the ID CVE-2024-1853 to refer to this issue from now on.
System Information
Version: Zemana AntiLogger v2.74.204.664
Operating System: Windows
Mitigation
There is currently no patch available for this vulnerability.
References
Vendor page https://zemana.com/
Product page https://zemana.com/us/antilogger.html
Timeline
Vulnerability discovered
Feb 23, 2024
Vendor contacted
Mar 4, 2024
Public disclosure
Mar 14, 2024