Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2020-6024

CVE-2020-6024: Checkpoint SmartConsole Privilege Escalation

CVE-2020-6024 is a local privilege escalation vulnerability in Checkpoint SmartConsole caused by executables running from directories with excessive write permissions. This article covers technical details, affected builds, and mitigation.

Published: March 4, 2026

CVE-2020-6024 Overview

Check Point SmartConsole is vulnerable to a local privilege escalation vulnerability due to improper directory permissions. The application executes binaries from a directory where all authenticated users have write access, allowing a low-privileged attacker to place malicious executables that will be run with elevated privileges.

Critical Impact

Local attackers can escalate privileges to gain full system control by placing malicious executables in a writable directory used by SmartConsole.

Affected Products

  • Check Point SmartConsole before R80.10 Build 185
  • Check Point SmartConsole R80.20 before Build 119
  • Check Point SmartConsole R80.30 before Build 94
  • Check Point SmartConsole R80.40 before Build 415
  • Check Point SmartConsole R81 before Build 548

Discovery Timeline

  • 2021-01-20 - CVE CVE-2020-6024 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-6024

Vulnerability Analysis

This vulnerability stems from insecure directory permissions in Check Point SmartConsole installations. The application is configured to execute binaries from a directory that grants write access to all authenticated users on the system. This design flaw enables privilege escalation attacks where any authenticated user can place a malicious executable in the vulnerable directory path.

When SmartConsole or its components execute binaries from this directory, they may run with elevated privileges. An attacker with local access can exploit this by placing a crafted executable that matches the expected filename, which will then be executed with the application's privileges rather than the attacker's limited permissions.

The vulnerability is classified under CWE-114 (Process Control) and CWE-269 (Improper Privilege Management), reflecting both the execution control weakness and the broader privilege management failure.

Root Cause

The root cause is improper access control configuration on directories used by SmartConsole for executable binaries. The installation process or default configuration grants write permissions to all authenticated users on directories that contain or are searched for executable files. This violates the principle of least privilege, as directories containing executables should only be writable by administrators.

Attack Vector

This is a local attack vector requiring authenticated access to the target system. The attack scenario involves:

  1. An attacker with low-privileged local access identifies the writable directory used by SmartConsole
  2. The attacker crafts a malicious executable designed to perform privileged operations
  3. The malicious executable is placed in the vulnerable directory, named to match expected binaries
  4. When SmartConsole executes, it loads and runs the attacker's malicious code with elevated privileges
  5. The attacker gains escalated permissions on the system

The vulnerability does not require user interaction beyond having authenticated access to the system, making it straightforward to exploit once local access is obtained.

Detection Methods for CVE-2020-6024

Indicators of Compromise

  • Unexpected or newly created executables in SmartConsole installation directories
  • Executables with recent modification timestamps that differ from the original installation
  • Process execution anomalies where SmartConsole spawns unexpected child processes
  • File system audit logs showing write operations to protected directories by non-administrative users

Detection Strategies

  • Monitor file integrity of SmartConsole installation directories using file integrity monitoring (FIM) tools
  • Configure Windows audit policies to log file creation and modification events in the SmartConsole directory
  • Deploy endpoint detection rules to alert on executable writes to SmartConsole paths by non-admin users
  • Use SentinelOne's behavioral AI to detect anomalous process execution chains originating from SmartConsole

Monitoring Recommendations

  • Enable detailed file system auditing on SmartConsole installation directories
  • Implement real-time alerting for any executable file changes in application directories
  • Monitor for privilege escalation patterns using endpoint detection and response (EDR) solutions
  • Review authentication logs for unusual local access patterns to systems running SmartConsole

How to Mitigate CVE-2020-6024

Immediate Actions Required

  • Update Check Point SmartConsole to the patched versions immediately: R80.10 Build 185+, R80.20 Build 119+, R80.30 Build 94+, R80.40 Build 415+, or R81 Build 548+
  • Audit current directory permissions on SmartConsole installations and restrict write access to administrators only
  • Review systems for signs of exploitation before applying patches
  • Implement application whitelisting to prevent unauthorized executable execution

Patch Information

Check Point has released security updates addressing this vulnerability. Refer to the Check Point Support Solution sk142952 for official patch information and download links.

The following minimum build versions contain the fix:

  • R80.10 Build 185
  • R80.20 Build 119
  • R80.30 Build 94
  • R80.40 Build 415
  • R81 Build 548

Workarounds

  • Manually restrict write permissions on SmartConsole installation directories to administrators only
  • Implement application control policies to prevent execution of unsigned or unknown binaries
  • Use Windows Software Restriction Policies or AppLocker to limit executable runs in vulnerable directories
  • Consider network segmentation to limit local access to systems running SmartConsole
bash
# Configuration example - Restrict directory permissions (Windows PowerShell)
# Review and restrict ACLs on SmartConsole directories
$path = "C:\Program Files (x86)\CheckPoint\SmartConsole"
$acl = Get-Acl $path
# Remove write permissions for authenticated users, retain only admin access
# Consult Check Point documentation for specific directory paths

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechCheckpoint Smartconsole

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-114

  • CWE-269
  • Vendor Resources
  • Checkpoint Support Solution #sk142952
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English