A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2022-4991

CVE-2022-4991: Tychon OpenSSL RCE Vulnerability

CVE-2022-4991 is a remote code execution vulnerability in Tychon's OpenSSL component that allows unprivileged users to achieve SYSTEM-level code execution. This article covers technical details, impact, and mitigation.

Published: June 4, 2026

CVE-2022-4991 Overview

CVE-2022-4991 affects Tychon, which bundles an OpenSSL component compiled with an OPENSSLDIR variable pointing to a subdirectory that an unprivileged Windows user can control. Tychon runs a privileged service that loads this OpenSSL component. An attacker who writes a crafted openssl.cnf file to the expected path can achieve arbitrary code execution with SYSTEM privileges. The flaw is a local privilege escalation primitive rooted in insecure default configuration of the OpenSSL build. Reference details are published in the CERT Vulnerability Advisory.

Critical Impact

A low-privileged local user can escalate to SYSTEM by planting a malicious openssl.cnf file in an OPENSSLDIR path writable by standard users.

Affected Products

  • Tychon (Windows builds incorporating the vulnerable OpenSSL component)
  • The bundled OpenSSL library configured with a user-writable OPENSSLDIR
  • Privileged Tychon Windows service consuming the OpenSSL component

Discovery Timeline

  • 2026-06-01 - CVE-2022-4991 published to the National Vulnerability Database (NVD)
  • 2026-06-02 - Last updated in the NVD database

Technical Details for CVE-2022-4991

Vulnerability Analysis

The vulnerability stems from how the OpenSSL component shipped with Tychon resolves its configuration directory at runtime. OpenSSL uses the compile-time OPENSSLDIR macro to locate openssl.cnf and other configuration assets. When OPENSSLDIR points to a path within a subdirectory that an unprivileged user can create or modify on Windows, the privileged process will load attacker-controlled configuration. OpenSSL configuration files support directives such as engine and provider loading, which can cause arbitrary DLLs to be mapped into the calling process. Because Tychon executes its OpenSSL-linked service under SYSTEM, this loading occurs in a privileged security context.

Root Cause

The root cause is an insecure default configuration in the OpenSSL build packaged with Tychon. OPENSSLDIR was set to a filesystem location whose parent path is writable by standard Windows users, violating the trust boundary required for a privileged service. This is a classic file-system trust mismatch [CWE-427-class] between a privileged process and an unprivileged configuration source.

Attack Vector

A local attacker creates the missing OPENSSLDIR directory tree and places a crafted openssl.cnf inside it. The configuration directs OpenSSL to load an attacker-supplied engine or provider DLL. When the Tychon privileged service initializes OpenSSL, it parses the planted configuration and loads the malicious module under SYSTEM. No network access or user interaction is required against the target host. Refer to the CERT Vulnerability Advisory for the affected paths.

Detection Methods for CVE-2022-4991

Indicators of Compromise

  • Creation of openssl.cnf or new directories under the OPENSSLDIR path documented in the CERT advisory by non-administrative users.
  • Unexpected DLLs loaded by the Tychon privileged service process, especially from user-writable directories.
  • New child processes spawned by the Tychon service running with SYSTEM integrity that do not match the vendor binary signing baseline.

Detection Strategies

  • Monitor file creation events for openssl.cnf outside vendor-managed installation directories on Windows endpoints running Tychon.
  • Alert on image loads by privileged services from paths writable by the Users or Authenticated Users groups.
  • Hunt for OpenSSL configuration directives such as engines or providers referencing non-standard module paths.

Monitoring Recommendations

  • Enable Sysmon Event ID 11 (FileCreate) and Event ID 7 (ImageLoad) for the Tychon service process.
  • Track Windows Security Event ID 4663 on the affected OPENSSLDIR path with a system access control list (SACL) applied.
  • Baseline DLLs loaded by the Tychon service and alert on deviations using endpoint detection and response (EDR) telemetry.

How to Mitigate CVE-2022-4991

Immediate Actions Required

  • Apply the Tychon update that ships an OpenSSL build with OPENSSLDIR set to a directory writable only by administrators.
  • Audit the OPENSSLDIR path on all Tychon-installed Windows hosts and remove any unauthorized files or directories.
  • Restrict write permissions on the parent directories referenced by OPENSSLDIR to administrative principals only.

Patch Information

Consult the CERT Vulnerability Advisory for the vendor-supplied fixed version and remediation guidance. The corrective change moves OpenSSL configuration loading to a path that unprivileged users cannot influence.

Workarounds

  • Pre-create the OPENSSLDIR directory tree and set NTFS access control lists (ACLs) to deny write access to non-administrators.
  • Block standard users from creating top-level directories on the system drive using Group Policy and file system permissions where feasible.
  • Run application allowlisting to prevent the Tychon service from loading unsigned or unexpected DLLs.
bash
# Configuration example: lock down the OPENSSLDIR path on Windows
# Replace <OPENSSLDIR_PATH> with the path documented in the CERT advisory
icacls "<OPENSSLDIR_PATH>" /inheritance:r
icacls "<OPENSSLDIR_PATH>" /grant:r "Administrators:(OI)(CI)F" "SYSTEM:(OI)(CI)F"
icacls "<OPENSSLDIR_PATH>" /deny "Users:(OI)(CI)(W,AD)"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpenssl

  • SeverityHIGH

  • CVSS Score7.4

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • CERT Vulnerability Advisory
  • Related CVEs
  • CVE-2023-52945: Synology BeeDrive RCE Vulnerability

  • CVE-2026-24695: XWEB Pro RCE Vulnerability

  • CVE-2024-9143: OpenSSL Elliptic Curve RCE Vulnerability

  • CVE-2022-2068: OpenSSL c_rehash Command Injection RCE
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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