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
    • 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-2024-28285

CVE-2024-28285: Crypto++ Privilege Escalation Vulnerability

CVE-2024-28285 is a fault injection privilege escalation flaw in Crypto++ 8.9 that allows co-resident attackers to disclose information and gain elevated privileges. This post covers technical details, impact, and mitigation.

Published: April 15, 2026

CVE-2024-28285 Overview

A Fault Injection vulnerability has been identified in the SymmetricDecrypt function within cryptopp/elgamal.h of Cryptopp Crypto++ version 8.9. This vulnerability allows an attacker who can co-reside in the same system with a victim process to disclose sensitive information and escalate privileges. The flaw represents a significant side-channel attack vector that undermines the cryptographic security guarantees of the ElGamal encryption implementation.

Critical Impact

Attackers with local system access can exploit fault injection techniques to extract sensitive cryptographic material and escalate privileges, potentially compromising encrypted communications and system security.

Affected Products

  • Cryptopp Crypto++ 8.9
  • Applications utilizing the ElGamal implementation in cryptopp/elgamal.h
  • Systems where attackers can achieve co-residency with victim processes

Discovery Timeline

  • 2024-05-14 - CVE-2024-28285 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-28285

Vulnerability Analysis

This vulnerability belongs to the category of Side Channel Attack vulnerabilities, specifically targeting the ElGamal cryptographic implementation through fault injection techniques. The flaw exists in the SymmetricDecrypt function, where improper handling of computational faults during decryption operations can leak sensitive information about the private key or plaintext data.

Fault injection attacks exploit the physical or software-based manipulation of computational processes to induce errors that reveal information about internal cryptographic state. In this case, an attacker co-residing on the same physical or virtual system can introduce controlled faults during ElGamal decryption operations. By analyzing the resulting erroneous outputs or timing differences, the attacker can progressively extract the private key material.

The vulnerability is classified under CWE-209 (Generation of Error Message Containing Sensitive Information), indicating that error conditions or fault responses may inadvertently expose cryptographic secrets. The attack requires the adversary to have local system access or the ability to influence the execution environment of the victim process.

Root Cause

The root cause lies in the SymmetricDecrypt function's failure to adequately protect against fault-based side-channel attacks. The implementation does not incorporate sufficient countermeasures such as algorithmic blinding, redundant computations, or fault detection mechanisms that would prevent information leakage when computational errors occur during decryption operations.

Attack Vector

The attack exploits the network-accessible nature of applications using the vulnerable Crypto++ library. An attacker must first achieve co-residency with the target process, which can occur in cloud computing environments, shared hosting scenarios, or through malware execution on the target system. Once co-located, the attacker can:

  1. Induce controlled faults through voltage glitching, clock manipulation, or software-based fault injection
  2. Observe the decryption process responses to faulty inputs
  3. Correlate fault outputs with mathematical properties of the ElGamal algorithm
  4. Progressively recover the private key through differential fault analysis

A proof-of-concept demonstrating this vulnerability is available through the GitHub Gist PoC.

Detection Methods for CVE-2024-28285

Indicators of Compromise

  • Unusual computational patterns or timing anomalies in cryptographic operations
  • Repeated decryption failures or error messages from Crypto++ ElGamal functions
  • Evidence of co-resident processes with elevated privileges or suspicious behavior
  • Anomalous system events indicating potential fault injection attempts (voltage fluctuations, clock irregularities)

Detection Strategies

  • Monitor for applications using Crypto++ version 8.9 with ElGamal encryption functionality
  • Implement runtime integrity monitoring for cryptographic library operations
  • Deploy behavioral analysis to detect abnormal decryption patterns or error rates
  • Use SentinelOne's real-time process monitoring to identify suspicious co-resident processes

Monitoring Recommendations

  • Enable comprehensive logging for all cryptographic operations in affected applications
  • Monitor system-level events that may indicate physical or software fault injection attempts
  • Implement alerting for elevated decryption failure rates or unusual error patterns
  • Track process co-residency and resource sharing in virtualized or cloud environments

How to Mitigate CVE-2024-28285

Immediate Actions Required

  • Audit all systems for the presence of Crypto++ 8.9 and applications utilizing the ElGamal implementation
  • Evaluate the risk exposure based on the deployment environment (higher risk in shared/cloud infrastructure)
  • Consider migrating to alternative cryptographic implementations with fault injection countermeasures
  • Implement additional isolation measures for sensitive cryptographic processes

Patch Information

As of the last CVE update on 2024-11-21, users should monitor the official Crypto++ project for security advisories and updated releases. Review the GitHub Gist PoC for technical details on the vulnerability mechanism and potential mitigation approaches.

Workarounds

  • Isolate processes using ElGamal encryption to dedicated systems where co-residency cannot be achieved
  • Implement additional process isolation through containerization or virtual machine boundaries
  • Consider using alternative encryption schemes that include built-in fault injection countermeasures
  • Apply hardware-level protections where available, such as trusted execution environments (TEEs)
bash
# Example: Check for vulnerable Crypto++ version
find / -name "*.h" -path "*/cryptopp/*" 2>/dev/null | xargs grep -l "elgamal" | head -5
# Review application dependencies for cryptopp version 8.9
grep -r "cryptopp" /path/to/application/dependencies/

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechCrypto Plus Plus

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-209
  • Technical References
  • GitHub Gist PoC
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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