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-2022-1227

CVE-2022-1227: Podman Privilege Escalation Vulnerability

CVE-2022-1227 is a privilege escalation vulnerability in Podman that enables attackers to access the host filesystem through malicious images. This article covers technical details, affected versions, impact, and mitigation.

Published: February 17, 2026

CVE-2022-1227 Overview

A privilege escalation vulnerability was discovered in Podman, the popular daemonless container engine for developing, managing, and running OCI Containers. This flaw allows an attacker to publish a malicious image to a public registry. Once this image is downloaded by a potential victim, the vulnerability is triggered after a user runs the podman top command. This action gives the attacker access to the host filesystem, leading to information disclosure or denial of service.

Critical Impact

Attackers can gain unauthorized access to the host filesystem through a malicious container image, enabling data exfiltration or service disruption when users execute the podman top command.

Affected Products

  • Podman Project Podman
  • PSGo Project PSGo
  • Red Hat Enterprise Linux 7.0, 8.0
  • Red Hat Enterprise Linux EUS 8.6
  • Red Hat OpenShift Container Platform 4.0
  • Red Hat Quay 3.0.0
  • Red Hat Developer Tools 1.0
  • Red Hat Enterprise Linux for IBM z Systems 7.0, 8.6
  • Red Hat Enterprise Linux for Power Little Endian 7.0, 8.6
  • Red Hat Enterprise Linux Server (various editions)
  • Fedora 34, 35

Discovery Timeline

  • April 29, 2022 - CVE-2022-1227 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-1227

Vulnerability Analysis

This vulnerability is classified under CWE-281 (Improper Preservation of Permissions) and CWE-269 (Improper Privilege Management). The flaw exists in how Podman handles process information when executing the podman top command against containers running maliciously crafted images.

The attack requires user interaction—specifically, a victim must download a malicious container image and subsequently execute the podman top command to inspect container processes. This command triggers the vulnerability by improperly handling permissions during process information retrieval, allowing the attacker-controlled code within the container to access the host filesystem.

The vulnerability affects both the Podman container engine and the PSGo library (a Go library for retrieving process information), indicating the root cause may reside in shared process inspection functionality.

Root Cause

The underlying issue stems from improper privilege management during the execution of the podman top command. When this command inspects processes within a container, insufficient permission boundaries allow malicious code embedded in a container image to escape the container's isolation and access the host filesystem. The PSGo library, which Podman uses for process introspection, fails to properly preserve permission constraints during this operation.

Attack Vector

The attack vector is network-based and requires user interaction through the following exploitation chain:

  1. Initial Setup: The attacker crafts a malicious container image with embedded code designed to exploit the permission handling flaw
  2. Distribution: The malicious image is published to a public container registry (Docker Hub, Quay.io, or similar)
  3. Social Engineering: A potential victim downloads the malicious image, potentially through typosquatting, dependency confusion, or impersonating a legitimate image
  4. Trigger: When the victim runs podman top <container_id> to inspect processes in the malicious container, the vulnerability is triggered
  5. Exploitation: The attacker gains access to the host filesystem, enabling information disclosure or denial of service attacks

The vulnerability mechanism involves the improper handling of process namespaces and filesystem permissions when the podman top command queries process information from a running container. Malicious containers can craft their process information in ways that cause Podman to access host filesystem paths with elevated privileges. For detailed technical information, refer to the GitHub Podman Issue #10941 and Red Hat Bug Report #2070368.

Detection Methods for CVE-2022-1227

Indicators of Compromise

  • Unexpected file access or modifications in host filesystem directories from container processes
  • Anomalous podman top command executions, especially against recently pulled images from public registries
  • Container images from untrusted or unknown sources being pulled and executed
  • Unusual process behavior within containers attempting to access /proc or host filesystem paths

Detection Strategies

  • Monitor podman top command usage and correlate with recently pulled container images from public registries
  • Implement container image scanning to detect suspicious configurations or embedded malicious code before deployment
  • Use audit logging to track container runtime operations and filesystem access patterns
  • Deploy runtime security monitoring to detect container escape attempts or unauthorized host filesystem access

Monitoring Recommendations

  • Enable comprehensive audit logging for all Podman operations, particularly podman top, podman pull, and podman run commands
  • Implement alerting for container images pulled from untrusted registries or lacking proper signatures
  • Monitor for unusual patterns of filesystem access originating from container processes
  • Track and alert on privilege escalation attempts within container environments

How to Mitigate CVE-2022-1227

Immediate Actions Required

  • Update Podman to the latest patched version available for your distribution
  • Audit currently deployed container images and remove any from untrusted sources
  • Restrict usage of podman top command through policy enforcement until patching is complete
  • Implement container image signing and verification to prevent execution of untrusted images
  • Review and harden container security policies to limit potential impact of container escapes

Patch Information

Security patches are available through distribution-specific package managers. Red Hat has released updates for Enterprise Linux 7.x and 8.x, OpenShift Container Platform, and related products. Fedora has released patches for Fedora 34 and 35. Consult the Fedora Package Announcement for Fedora-specific updates and the Red Hat Bug Report for Red Hat product updates.

Workarounds

  • Avoid running podman top against containers from untrusted or unverified image sources
  • Implement strict container image policies that only allow images from trusted, verified registries
  • Use rootless Podman mode where possible to limit the impact of potential privilege escalation
  • Enable SELinux or AppArmor confinement for Podman containers to provide additional isolation layers
  • Consider using podman ps with --format options instead of podman top for basic process information
bash
# Configuration example - Restrict container image sources
# /etc/containers/policy.json
{
    "default": [
        {
            "type": "reject"
        }
    ],
    "transports": {
        "docker": {
            "registry.access.redhat.com": [
                {
                    "type": "signedBy",
                    "keyType": "GPGKeys",
                    "keyPath": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release"
                }
            ]
        }
    }
}

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechPodman

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability32.06%

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

  • CWE-269
  • Technical References
  • Red Hat Bug Report #2070368

  • GitHub Podman Issue #10941

  • Fedora Package Announcement

  • NetApp Security Advisory NTAP-20240628-0001
  • Related CVEs
  • CVE-2023-0778: Podman Privilege Escalation Vulnerability

  • CVE-2022-27649: Podman Privilege Escalation Vulnerability

  • CVE-2025-4953: Podman Information Disclosure Vulnerability

  • CVE-2025-6032: Podman TLS Verification Vulnerability
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