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

CVE-2022-1665: Red Hat Enterprise Linux Auth Bypass Flaw

CVE-2022-1665 is an authentication bypass flaw in Red Hat Enterprise Linux for IBM Power that allows attackers to bypass Secure Boot validations and load untrusted code. This article covers technical details, impact, and fixes.

Published: February 17, 2026

CVE-2022-1665 Overview

A Secure Boot bypass vulnerability exists in pre-production kernel packages of Red Hat Enterprise Linux for IBM Power architecture. These kernel builds can be booted by GRUB in Secure Boot mode despite lacking the necessary secure boot lockdown patches. This allows attackers to bypass secure boot validations and load untrusted code onto affected systems.

Critical Impact

Attackers with local access and high privileges can bypass Secure Boot protections, potentially loading malicious code that persists across reboots and evades traditional security controls.

Affected Products

  • Red Hat Enterprise Linux 8.0 (IBM Power architecture)
  • Pre-production kernel packages for RHEL on ppc64le

Discovery Timeline

  • 2022-06-21 - CVE-2022-1665 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-1665

Vulnerability Analysis

This vulnerability falls into the category of Secure Boot Bypass and relates to CWE-1291 (Public Key Re-Use for Signing Both Debug and Production Code). The core issue stems from pre-production kernel packages being improperly signed in a way that allows GRUB to boot them in Secure Boot mode, even though these kernels lack the critical secure boot lockdown patches.

When Secure Boot is enabled, the system firmware validates the bootloader and kernel signatures before execution. However, the affected pre-production kernels pass this validation despite missing the lockdown patches that would normally prevent unauthorized access to sensitive kernel interfaces. This creates a dangerous gap where an attacker can leverage these improperly secured kernels as a bridge to load additional untrusted code.

The attack requires local access with high privileges. However, if successfully exploited, the impact extends beyond the initial system boundaries due to the scope change characteristic—an attacker could potentially affect other components or systems that rely on the integrity guarantees that Secure Boot is supposed to provide.

Root Cause

The root cause of this vulnerability is a failure in the build and signing process for pre-production kernel packages on the IBM Power (ppc64le) architecture. These kernel packages were signed with valid production keys but did not include the secure boot lockdown patches. This allowed the kernels to pass signature verification during the Secure Boot process while lacking the runtime protections that prevent loading of unsigned kernel modules and direct hardware access.

Attack Vector

The attack vector is local, requiring the attacker to have high-privileged access to the target system. The exploitation process involves:

  1. Obtaining or placing the vulnerable pre-production kernel packages on the target system
  2. Configuring GRUB to boot the vulnerable kernel
  3. Bypassing Secure Boot validations due to the kernel's valid signature
  4. Exploiting the missing lockdown patches to load unsigned kernel modules or access restricted kernel interfaces
  5. Installing persistent malicious code that operates below the operating system level

The vulnerability is particularly concerning because it undermines the trust chain that Secure Boot is designed to establish, potentially allowing rootkit-level persistence.

Detection Methods for CVE-2022-1665

Indicators of Compromise

  • Presence of pre-production or non-standard kernel packages on IBM Power architecture systems
  • Unexpected kernel versions that don't match official RHEL releases
  • Unsigned or improperly signed kernel modules loaded on systems with Secure Boot enabled
  • Modified GRUB configuration pointing to non-standard kernel images

Detection Strategies

  • Audit installed kernel packages using rpm -qa | grep kernel and verify against official Red Hat package manifests
  • Monitor GRUB configuration files (/etc/default/grub, /boot/grub2/grub.cfg) for unauthorized changes
  • Implement file integrity monitoring on boot-related directories (/boot, /boot/efi)
  • Use SentinelOne Singularity Platform to detect anomalous boot sequences and kernel module loading behavior

Monitoring Recommendations

  • Enable kernel audit logging to track module loading events via auditctl -w /sbin/modprobe -p x -k kernel_modules
  • Configure alerts for changes to boot partition files and GRUB configurations
  • Monitor for kernel version changes or unexpected reboots to non-standard kernels
  • Leverage SentinelOne's deep visibility into kernel-level activity for real-time threat detection

How to Mitigate CVE-2022-1665

Immediate Actions Required

  • Inventory all Red Hat Enterprise Linux systems on IBM Power architecture and identify any pre-production kernel packages
  • Remove any pre-production kernel packages and replace them with official production releases from Red Hat
  • Verify Secure Boot is properly configured and test that only authorized kernels can boot
  • Review GRUB configuration to ensure only approved kernel images are listed

Patch Information

Red Hat has addressed this vulnerability through proper production kernel releases that include the secure boot lockdown patches. Administrators should update to the latest officially released RHEL 8 kernel packages for IBM Power architecture. Detailed information about the fix is available in Red Hat Bug Report #2089529.

To update to patched kernel packages:

bash
# Update to latest kernel packages
sudo dnf update kernel kernel-core kernel-modules

# Verify installed kernel version
rpm -qa | grep kernel

# Regenerate GRUB configuration
sudo grub2-mkconfig -o /boot/grub2/grub.cfg

# Reboot to apply updated kernel
sudo systemctl reboot

Workarounds

  • Restrict physical and administrative access to IBM Power systems running RHEL to trusted personnel only
  • Implement strict package management policies that prevent installation of non-production kernel packages
  • Use Red Hat Satellite or similar tools to enforce compliance with approved kernel versions across the environment
  • Enable UEFI Secure Boot database auditing where supported to detect unauthorized signing key usage
bash
# Configuration example
# Verify Secure Boot status
mokutil --sb-state

# List enrolled Secure Boot keys
mokutil --list-enrolled

# Ensure only official RHEL kernels are installed
rpm -qa --qf '%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH} %{SIGPGP:pgpsig}\n' | grep kernel

# Lock kernel packages to prevent accidental downgrades
sudo dnf versionlock add kernel kernel-core kernel-modules

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechRedhat Enterprise Linux

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.07%

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

  • NVD-CWE-Other
  • Vendor Resources
  • Red Hat Bug Report #2089529
  • Related CVEs
  • CVE-2023-50387: Red Hat Enterprise Linux DNS DoS Attack

  • CVE-2023-6377: Redhat Enterprise Linux XKB Escalation Flaw

  • CVE-2023-6121: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2022-40982: Red Hat Enterprise Linux Info Disclosure
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