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-3154

CVE-2024-3154: CRI-O Container RCE Vulnerability

CVE-2024-3154 is a remote code execution flaw in CRI-O that allows attackers to inject systemd properties via Pod annotations, enabling arbitrary actions on host systems. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2024-3154 Overview

A command injection vulnerability was discovered in CRI-O, a lightweight container runtime for Kubernetes. The flaw allows arbitrary systemd property injection via Pod annotations, enabling any user who can create a pod with arbitrary annotations to perform unauthorized actions on the host system. This vulnerability affects the core container runtime used in Kubernetes environments, potentially allowing attackers to escape container isolation and compromise the underlying host.

Critical Impact

Attackers with pod creation privileges can inject arbitrary systemd properties through Pod annotations, leading to potential container escape and full host system compromise in Kubernetes environments.

Affected Products

  • CRI-O container runtime (vulnerable versions prior to security patches)
  • Red Hat OpenShift Container Platform
  • Kubernetes clusters utilizing CRI-O as the container runtime

Discovery Timeline

  • April 26, 2024 - CVE CVE-2024-3154 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2024-3154

Vulnerability Analysis

This vulnerability is classified as CWE-77 (Command Injection), where an attacker can inject arbitrary systemd properties through Kubernetes Pod annotations. CRI-O, the container runtime, processes these annotations without adequate validation, allowing malicious systemd unit properties to be passed to the underlying host system's init daemon.

The attack requires network access and high privileges (the ability to create pods with custom annotations). However, once exploited, the impact is severe as it allows complete compromise of confidentiality, integrity, and availability of the host system. The vulnerability enables attackers to break out of container isolation boundaries, a critical security control in Kubernetes environments.

Root Cause

The root cause lies in insufficient input validation and sanitization of Pod annotation values before they are processed by CRI-O and passed to systemd. CRI-O allows certain annotations to configure systemd properties for containers, but the implementation failed to properly restrict which properties could be set. This allows attackers to inject dangerous systemd properties that execute arbitrary commands or modify system configurations at the host level.

The vulnerability relates to unsafe annotation handling as documented in the OCI runtime specification, where annotations passed through to runc can have security implications if not properly validated.

Attack Vector

The attack is network-accessible and requires an attacker to have privileges to create Kubernetes pods with custom annotations. The attacker crafts a malicious Pod specification containing specially crafted annotations that, when processed by CRI-O, inject arbitrary systemd unit properties. These properties are then executed by systemd on the host, allowing the attacker to execute commands, modify files, or perform other actions with root-level host system privileges.

The attack flow involves:

  1. Creating a Pod manifest with malicious annotations targeting systemd properties
  2. CRI-O processing the Pod specification without adequate validation
  3. Malicious systemd properties being applied to the container's systemd unit
  4. Arbitrary command execution or system modification occurring on the host

Since no verified code examples are available for this vulnerability, refer to the GitHub Advisory GHSA-2cgq-h8xw-2v5j for detailed technical information about the exploitation mechanism.

Detection Methods for CVE-2024-3154

Indicators of Compromise

  • Unusual Pod annotations containing systemd property syntax (e.g., ExecStart=, ExecStartPre=, or other systemd unit directives)
  • Unexpected systemd unit modifications or service creations on Kubernetes worker nodes
  • Suspicious processes spawned by systemd that correlate with container creation events
  • Anomalous file system changes on host systems during or after pod deployments

Detection Strategies

  • Monitor Kubernetes audit logs for Pod creation events with suspicious or overly permissive annotations
  • Implement admission controllers (OPA Gatekeeper, Kyverno) to validate and restrict allowed Pod annotations
  • Enable SentinelOne Kubernetes workload protection to detect container escape attempts and suspicious host-level activities
  • Review systemd journal logs for unexpected unit property changes correlating with container lifecycle events

Monitoring Recommendations

  • Configure SentinelOne to monitor for unexpected process spawning from container runtime contexts
  • Set up alerts for Pod creation events with non-standard or untrusted annotations
  • Monitor for privilege escalation patterns from container processes to host-level execution
  • Track systemd unit changes and correlate with Kubernetes deployment activities

How to Mitigate CVE-2024-3154

Immediate Actions Required

  • Update CRI-O to the latest patched version immediately on all Kubernetes worker nodes
  • Apply the security patches referenced in the Red Hat security advisories (RHSA-2024:2669, RHSA-2024:2672, RHSA-2024:2784, RHSA-2024:3496)
  • Review and restrict RBAC policies to limit which users can create Pods with arbitrary annotations
  • Implement admission controllers to validate and restrict Pod annotations to a known-safe list

Patch Information

Red Hat has released multiple security advisories addressing this vulnerability across their OpenShift Container Platform products:

  • RHSA-2024:2669 - Security update for CRI-O
  • RHSA-2024:2672 - Security update for CRI-O
  • RHSA-2024:2784 - Security update for CRI-O
  • RHSA-2024:3496 - Security update for CRI-O

For additional details, refer to the Red Hat CVE Report and the GitHub security advisory.

Workarounds

  • Implement strict Pod Security Standards (PSS) to restrict the use of potentially dangerous annotations
  • Use admission webhooks to deny pods with suspicious annotation patterns
  • Limit pod creation privileges using Kubernetes RBAC to trusted users only
  • Consider temporarily restricting annotation capabilities via OPA Gatekeeper policies until patches can be applied
bash
# Example: Kyverno policy to restrict dangerous annotations
# Save as restrict-pod-annotations.yaml and apply to cluster
apiVersion: kyverno.io/v1
kind: ClusterPolicy
metadata:
  name: restrict-pod-annotations
spec:
  validationFailureAction: enforce
  rules:
  - name: block-dangerous-annotations
    match:
      resources:
        kinds:
        - Pod
    validate:
      message: "Pod annotations with systemd properties are not allowed"
      pattern:
        metadata:
          annotations:
            "!io.kubernetes.cri-o.*": "*"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechCri O

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.49%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-77
  • Technical References
  • Red Hat Security Advisory RHSA-2024:2669

  • Red Hat Security Advisory RHSA-2024:2672

  • Red Hat Security Advisory RHSA-2024:2784

  • Red Hat Security Advisory RHSA-2024:3496

  • Red Hat CVE Report CVE-2024-3154

  • Red Hat Bug Report #2272532

  • GitHub Advisory GHSA-2cgq-h8xw-2v5j

  • GitHub Pull Request #4217

  • GitHub Runtime Spec Features Documentation
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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