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-2026-24414

CVE-2026-24414: Icinga PowerShell Framework Info Leak Flaw

CVE-2026-24414 is an information disclosure vulnerability in Icinga PowerShell Framework that exposes private certificate keys through incorrect permissions. This post covers technical details, affected versions, and mitigation.

Updated: May 15, 2026

CVE-2026-24414 Overview

CVE-2026-24414 affects the Icinga PowerShell Framework, which provides configuration and check capabilities for monitoring Windows environments through Icinga for Windows. The vulnerability stems from insecure default permissions on the certificate directory, which grant read access to every local user. This exposes the private key of the Icinga host certificate to any authenticated local account. All installations prior to versions 1.13.4, 1.12.4, and 1.11.2 are affected. The flaw is tracked under [CWE-276: Incorrect Default Permissions].

Critical Impact

Any local user can read the Icinga host certificate private key, enabling impersonation of the monitored host within the Icinga monitoring infrastructure.

Affected Products

  • Icinga PowerShell Framework versions prior to 1.11.2
  • Icinga PowerShell Framework versions 1.12.0 through 1.12.3
  • Icinga PowerShell Framework versions 1.13.0 through 1.13.3

Discovery Timeline

  • 2026-01-29 - CVE-2026-24414 published to the National Vulnerability Database
  • 2026-01-29 - Vendor advisory GHSA-88h5-rrm6-5973 published by Icinga
  • 2026-03-10 - Last updated in NVD database

Technical Details for CVE-2026-24414

Vulnerability Analysis

The Icinga PowerShell Framework stores cryptographic material in C:\Program Files\WindowsPowerShell\modules\icinga-powershell-framework\certificate. The framework provisions this directory without restricting its Access Control List (ACL). As a result, the default Users group inherits read permissions from the parent path, exposing the private key file used to authenticate the host to the Icinga master.

An attacker with any low-privileged interactive or remote session on the monitored Windows host can read the private key. The key authenticates the host within the Icinga API, so theft of the key enables certificate-based impersonation of that host. Attackers can then submit forged check results, suppress alerts, or pivot through trust relationships within the monitoring fabric.

A parallel issue, tracked as CVE-2026-24413, affects the Icinga 2 agent at C:\ProgramData\icinga2\var. Upgrading the PowerShell Framework also remediates the Icinga 2 issue automatically.

Root Cause

The installer applies inherited NTFS permissions to the certificate directory rather than explicitly setting a restrictive ACL. Standard users inherit Read & Execute rights on files under C:\Program Files, which should not apply to private key material. The framework fails to enforce least privilege on sensitive artifacts at installation time.

Attack Vector

Exploitation requires local access with low privileges (PR:L, AV:L). The attacker reads the private key file directly using any user-mode tool such as Get-Content, type, or copy. No code execution, elevation, or user interaction is required. The exploited material can then be exfiltrated and reused offline against the Icinga master.

No public proof-of-concept exploit is currently available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog.

Detection Methods for CVE-2026-24414

Indicators of Compromise

  • Read access events (Event ID 4663) on files within the Icinga certificate directory originating from non-service, non-administrator accounts.
  • Unexpected file copy or PowerShell Get-Content operations targeting *.crt, *.key, or *.pem under the Icinga framework path.
  • Duplicate or geographically anomalous TLS sessions from the host certificate to the Icinga master.

Detection Strategies

  • Enable object access auditing on C:\Program Files\WindowsPowerShell\modules\icinga-powershell-framework\certificate and C:\ProgramData\icinga2\var to capture read attempts by non-privileged principals.
  • Inventory current ACLs across managed Windows endpoints using icacls or PowerShell Get-Acl to identify hosts where the BUILTIN\Users group retains read rights on the certificate directory.
  • Correlate Icinga API authentication logs with expected source hosts to identify certificate reuse from unauthorized systems.

Monitoring Recommendations

  • Forward Windows Security and Sysmon FileCreate / FileRead events for the affected directories into a centralized log platform for retroactive hunting.
  • Alert on any process other than icinga2.exe or powershell.exe running under the Icinga service account that opens files within the certificate directory.
  • Track installed versions of icinga-powershell-framework across the fleet and flag any host running a version below 1.11.2, 1.12.4, or 1.13.4.

How to Mitigate CVE-2026-24414

Immediate Actions Required

  • Upgrade the Icinga PowerShell Framework to version 1.13.4, 1.12.4, or 1.11.2 depending on the deployed release branch.
  • Rotate the Icinga host certificate and private key on every previously affected endpoint after upgrading, since prior key material must be considered compromised.
  • Audit ACLs on C:\Program Files\WindowsPowerShell\modules\icinga-powershell-framework\certificate and C:\ProgramData\icinga2\var and remediate any host retaining inherited user read rights.

Patch Information

Icinga released fixed versions 1.13.4, 1.12.4, and 1.11.2 of the PowerShell Framework. The patches set explicit ACLs on the certificate directory and propagate them to all sub-items. Upgrading also addresses the related CVE-2026-24413 issue in the Icinga 2 agent. Refer to the Icinga Blog Release Notes and the GitHub Security Advisory GHSA-88h5-rrm6-5973 for full details.

Workarounds

  • Manually restrict the ACL on the affected certificate directory and all sub-folders to allow only the Icinga service user and local Administrators.
  • Apply the same restriction to C:\ProgramData\icinga2\var to remediate the parallel Icinga 2 agent exposure.
  • Disable inheritance on the certificate directory to prevent default Users rights from re-propagating after configuration changes.
bash
# Restrict ACL on the Icinga certificate directory (run as Administrator)
icacls "C:\Program Files\WindowsPowerShell\modules\icinga-powershell-framework\certificate" /inheritance:r
icacls "C:\Program Files\WindowsPowerShell\modules\icinga-powershell-framework\certificate" /grant:r "Administrators:(OI)(CI)F" "SYSTEM:(OI)(CI)F" "icinga-service-user:(OI)(CI)RX"

# Apply the same hardening to the Icinga 2 agent path (CVE-2026-24413)
icacls "C:\ProgramData\icinga2\var" /inheritance:r
icacls "C:\ProgramData\icinga2\var" /grant:r "Administrators:(OI)(CI)F" "SYSTEM:(OI)(CI)F" "icinga-service-user:(OI)(CI)RX"

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechIcinga

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.00%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-276

  • NVD-CWE-noinfo
  • Technical References
  • GitHub Security Advisory

  • Icinga Blog Release Notes
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-24413: Icinga 2 Information Disclosure Flaw

  • CVE-2022-50942: Icinga Web 2 XSS Vulnerability

  • CVE-2025-48057: Icinga 2 Auth Bypass Vulnerability

  • CVE-2024-49369: Icinga Auth Bypass Vulnerability
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