The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2023-28133

CVE-2023-28133: Checkpoint Endpoint Security Privilege Escalation

CVE-2023-28133 is a local privilege escalation vulnerability in Checkpoint Endpoint Security Client that allows attackers to gain elevated system privileges. This post covers technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2023-28133 Overview

CVE-2023-28133 is a local privilege escalation vulnerability in Check Point Endpoint Security Client version E87.30 for Windows. The vulnerability allows a local attacker to escalate privileges on the system through a crafted OpenSSL configuration file. This vulnerability is classified under CWE-732 (Incorrect Permission Assignment for Critical Resource), indicating improper access control over sensitive configuration files.

Critical Impact

A local attacker with low privileges can exploit this vulnerability to gain elevated system privileges by manipulating the OpenSSL configuration file, potentially leading to complete system compromise.

Affected Products

  • Check Point Endpoint Security Client version E87.30 for Windows
  • checkpoint endpoint_security (cpe:2.3:a:checkpoint:endpoint_security:e87.30:*:*:*:*:windows:*:*)

Discovery Timeline

  • 2023-07-23 - CVE-2023-28133 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-28133

Vulnerability Analysis

This local privilege escalation vulnerability exists due to incorrect permission assignment for critical resources in the Check Point Endpoint Security Client. The flaw allows local attackers to exploit improper file permission controls on OpenSSL configuration files used by the endpoint security software.

The vulnerability requires local access and user interaction to exploit, but no special privileges are needed to initiate the attack. Once exploited, an attacker can achieve full compromise of confidentiality, integrity, and availability on the affected system. The attack is confined to the vulnerable system's scope without enabling broader network propagation.

Root Cause

The root cause of this vulnerability is CWE-732: Incorrect Permission Assignment for Critical Resource. The Check Point Endpoint Security Client does not properly restrict write access to the OpenSSL configuration file location. This allows unprivileged users to place a malicious configuration file that will be processed by privileged processes, leading to arbitrary code execution in an elevated context.

Attack Vector

The attack vector for CVE-2023-28133 is local, requiring the attacker to have access to the target system. The exploitation process involves:

  1. The attacker identifies the location where the Check Point Endpoint Security Client reads its OpenSSL configuration
  2. Due to improper permission assignments, the attacker can create or modify the OpenSSL configuration file
  3. The attacker crafts a malicious OpenSSL configuration file that includes directives to load arbitrary code
  4. When a privileged Check Point process loads the OpenSSL library, it reads the malicious configuration
  5. The malicious configuration causes code to execute with the elevated privileges of the Check Point process

The vulnerability exploits the fact that OpenSSL configuration files can specify dynamic engine modules to be loaded, and when processed by a privileged service, can result in privilege escalation.

Detection Methods for CVE-2023-28133

Indicators of Compromise

  • Unexpected modifications to OpenSSL configuration files in Check Point installation directories
  • Creation of new .cnf or OpenSSL configuration files in writable locations searched by the client
  • Suspicious DLL or shared library files appearing alongside OpenSSL configurations
  • Unusual process spawning from Check Point Endpoint Security services with elevated privileges

Detection Strategies

  • Monitor file system activity for changes to OpenSSL configuration file paths used by Check Point software
  • Implement file integrity monitoring on Check Point Endpoint Security installation directories
  • Use endpoint detection and response (EDR) solutions to detect privilege escalation patterns from endpoint security processes
  • Enable Windows Security Event logging for file permission changes and process creation events

Monitoring Recommendations

  • Configure alerts for write operations to Check Point Endpoint Security configuration directories by non-administrative users
  • Monitor for new DLL loading events from Check Point processes that reference unusual file paths
  • Establish baseline behavior for Check Point services and alert on deviations
  • Review Windows Event logs (Event IDs 4663, 4656) for file access attempts on sensitive configuration locations

How to Mitigate CVE-2023-28133

Immediate Actions Required

  • Update Check Point Endpoint Security Client to the latest patched version as specified in the vendor advisory
  • Restrict file system permissions on OpenSSL configuration file locations to prevent unauthorized modifications
  • Implement application whitelisting to prevent unauthorized code execution from Check Point process contexts
  • Review and audit file permissions across all Check Point installation directories

Patch Information

Check Point has released a security advisory addressing this vulnerability. Administrators should consult the Check Point Security Advisory (sk181276) for specific patch information and remediation steps. It is recommended to update to the latest version of the Endpoint Security Client that addresses this vulnerability.

Workarounds

  • Apply strict ACLs (Access Control Lists) to directories where OpenSSL configuration files are read from, ensuring only SYSTEM and Administrators have write access
  • Use Windows Software Restriction Policies or AppLocker to prevent execution of unsigned code from Check Point installation directories
  • Implement least-privilege principles for user accounts that interact with systems running vulnerable Check Point software
  • Deploy host-based intrusion detection to monitor for exploitation attempts until patching can be completed
bash
# Example: Restrict permissions on Check Point configuration directories (PowerShell)
# Adjust the path based on your installation location
$path = "C:\Program Files\CheckPoint\Endpoint Security\Endpoint Connect"
$acl = Get-Acl $path
$acl.SetAccessRuleProtection($true, $false)
$rule = New-Object System.Security.AccessControl.FileSystemAccessRule("BUILTIN\Administrators","FullControl","ContainerInherit,ObjectInherit","None","Allow")
$acl.AddAccessRule($rule)
$rule = New-Object System.Security.AccessControl.FileSystemAccessRule("NT AUTHORITY\SYSTEM","FullControl","ContainerInherit,ObjectInherit","None","Allow")
$acl.AddAccessRule($rule)
Set-Acl $path $acl

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 Endpoint Security

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability1.84%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-732
  • Vendor Resources
  • Checkpoint Security Advisory
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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