ZonealarmApplication · Checkpoint

CVE-2019-8453

MEDIUM · 5.5 CVSS v3.0 Published 2019-04-17
Fix available
A fix is available. Upgrade to after 15.4.062 or later.
See remediation →
57/100
Remediation priority · Elevated
Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Some of the DLLs loaded by Check Point ZoneAlarm up to 15.4.062 are taken from directories where all users have write permissions. This can allow a local attacker to replace a DLL file with a malicious one and cause Denial of Service to the client.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Check Point ZoneAlarm up to version 15.4.062 is vulnerable to DLL hijacking. The application loads dynamic-link libraries from directories where all users have write permissions, allowing a local unprivileged attacker to place a malicious DLL with the same name in those directories. When ZoneAlarm loads, it will inadvertently load the attacker-controlled DLL instead of the legitimate one, causing denial of service or potentially code execution.

MitigationAdministrators should restrict write permissions on the ZoneAlarm installation directory to authorized administrators only. Users should avoid running ZoneAlarm with elevated privileges. The vendor should implement secure DLL loading practices using absolute paths, SetDllDirectory(), or manifest-based isolation.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
ZonealarmApplication
Affected:<= 15.4.062

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Local
Complexity
Low
Privileges
Low
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify ZoneAlarm installation and version
    Open Programs and Features (appwiz.cpl) or check the installation directory for ZoneAlarm. Look for executable files such as 'ZoneAlarm.exe' or 'zaInst.exe' and note the installed version number.
    Affected if The installed version is 15.4.062 or lower.
  2. Locate the ZoneAlarm installation directory
    Right-click the ZoneAlarm entry in Programs and Features, select Properties, and check the 'Install Location' path. Common paths include C:\Program Files\CheckPoint\ZoneAlarm or C:\Program Files\ZoneLabs\ZoneAlarm.
    Affected if The installation directory exists and contains ZoneAlarm executables.
  3. Verify directory permissions on the installation folder
    Right-click the ZoneAlarm installation folder, select Properties, go to the Security tab, and check which users or groups have Write or Modify permissions. Use 'icacls <folder>' from an elevated command prompt for detailed permission output.
    Affected if Users other than Administrators or SYSTEM have Write or Modify permissions on the ZoneAlarm installation directory.
  4. Check for DLL files in writable locations
    Examine the ZoneAlarm installation directory for DLL files that could be planted by an attacker. List all .dll files and note their timestamps and ownership.
    Affected if Unexpected DLL files exist in the ZoneAlarm installation directory, especially those not part of a standard ZoneAlarm installation or with recent modification dates.
  5. Inspect DLL search order behavior
    Use Process Monitor (from Sysinternals) with a filter for Process Name equals ZoneAlarm.exe and Operation equals CreateFile to observe which DLLs the application attempts to load and from which paths.
    Affected if ZoneAlarm attempts to load DLLs from directories with weak permissions or directories where non-admin users can write.

A user is affected if ZoneAlarm version 15.4.062 or lower is installed and the installation directory or a directory in its DLL search path is writable by non-privileged users, allowing potential DLL hijacking.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Upgrade available Upgrade to a release after 15.4.062
Interim mitigation

Administrators should restrict write permissions on the ZoneAlarm installation directory to authorized administrators only. Users should avoid running ZoneAlarm with elevated privileges. The vendor should implement secure DLL loading practices using absolute paths, SetDllDirectory(), or manifest-based isolation.

Fix this in Zonealarm Scoped from the published advisory
  • Consultation2.0 h
  • Implementation8.0 h
  • Testing4.0 h
  • Review / QA2.0 h
16.0 hours of engineering $2,800
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,480.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2019-8453 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2019-8453 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data