VYPR
Unrated severityNVD Advisory· Published Jun 21, 2019· Updated Aug 5, 2024

CVE-2018-15733

CVE-2018-15733

Description

An issue was discovered in STOPzilla AntiMalware 6.5.2.59. The driver file szkg64.sys contains a NULL Pointer Dereference vulnerability due to not validating the size of the output buffer value from IOCtl 0x80002028.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

STOPzilla AntiMalware driver szkg64.sys has a NULL pointer dereference in IOCTL 0x80002028 due to missing output buffer size validation, leading to denial of service.

Vulnerability

In STOPzilla AntiMalware version 6.5.2.59, the kernel driver szkg64.sys contains a NULL pointer dereference vulnerability in the handler for IOCTL 0x80002028. The driver fails to validate the size of the output buffer provided by the caller, allowing a caller to specify a zero or insufficiently sized buffer. When the driver attempts to write to this buffer, a NULL pointer dereference occurs, crashing the system [2].

Exploitation

An attacker with local access to the system can open a handle to the driver device and send a crafted IOCTL 0x80002028 with an output buffer size of zero or less than the expected size. No authentication or special privileges beyond the ability to interact with the driver are required. The IOCTL triggers the vulnerable code path, causing a NULL pointer dereference in kernel mode [2].

Impact

Successful exploitation results in a denial of service (DoS) condition, typically a Blue Screen of Death (BSOD). The vulnerability does not allow arbitrary code execution or privilege escalation; it only crashes the system [2].

Mitigation

As of the publication date, no official patch or update from STOPzilla has been released. The vendor did not respond to disclosure attempts [2]. Users are advised to uninstall STOPzilla AntiMalware or restrict access to the driver device until a fix is available. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.

AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.