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

CVE-2026-24413: Icinga 2 Information Disclosure Flaw

CVE-2026-24413 is an information disclosure vulnerability in Icinga 2 on Windows that exposes private keys and configuration to local users. This article covers technical details, affected versions, impact, and mitigation.

Published: January 29, 2026

CVE-2026-24413 Overview

CVE-2026-24413 is an Insecure Permissions vulnerability in Icinga 2, an open source monitoring system. The vulnerability exists in the MSI installer for Windows, which fails to set appropriate permissions for the %ProgramData%\icinga2\var folder. This misconfiguration allows all local users to read sensitive contents including private keys and synced configuration files, potentially compromising the security of the entire monitoring infrastructure.

Critical Impact

Local users can access private keys and configuration data, enabling potential credential theft, lateral movement, and compromise of monitored systems.

Affected Products

  • Icinga 2 versions 2.3.0 through 2.13.13
  • Icinga 2 versions 2.14.0 through 2.14.7
  • Icinga 2 versions 2.15.0 through 2.15.1

Discovery Timeline

  • 2026-01-29 - CVE CVE-2026-24413 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2026-24413

Vulnerability Analysis

This vulnerability (CWE-276: Incorrect Default Permissions) stems from improper Access Control List (ACL) configuration during Icinga 2 installation on Windows systems. When the Icinga 2 MSI installer creates the data directory at C:\ProgramData\icinga2\var, it does not restrict access permissions appropriately, leaving the folder and its contents readable by any authenticated local user.

The exposed data includes the Icinga agent's private cryptographic keys and synchronized configuration files. An attacker with local access to the system could leverage these credentials to impersonate the monitoring agent, intercept communications between monitored hosts and the Icinga master, or potentially gain access to other systems in the monitoring infrastructure.

Root Cause

The root cause is an oversight in the Icinga 2 MSI installer package that fails to apply restrictive ACLs to the %ProgramData%\icinga2\var directory structure. By default, Windows grants read access to this location for all authenticated users. The installer should have explicitly configured the folder to allow access only to the Icinga service account and local administrators.

Attack Vector

The attack requires local access to the Windows system where Icinga 2 is installed. An attacker with a standard user account can navigate to the C:\ProgramData\icinga2\var directory and read sensitive files including:

  • Private cryptographic keys used for agent authentication
  • Synced configuration containing monitoring rules and potentially sensitive endpoint information
  • Certificate files stored in C:\Program Files\WindowsPowerShell\modules\icinga-powershell-framework\certificate (when using Icinga for Windows)

This information disclosure could enable further attacks such as man-in-the-middle attacks against the monitoring infrastructure or unauthorized access to monitored systems.

Detection Methods for CVE-2026-24413

Indicators of Compromise

  • Unexpected access to C:\ProgramData\icinga2\var directory by non-administrative users
  • File access events showing reads of private key files (.key, .crt) by unauthorized accounts
  • Unusual certificate or key copying operations from the Icinga directories
  • Authentication attempts using compromised Icinga agent credentials from unauthorized sources

Detection Strategies

  • Enable Windows Security Auditing for file access on C:\ProgramData\icinga2\var and subfolders
  • Monitor for Event ID 4663 (file access attempts) on sensitive Icinga directories
  • Implement file integrity monitoring on Icinga certificate and key directories
  • Review ACL configurations on Icinga data directories using PowerShell: Get-Acl 'C:\ProgramData\icinga2\var' | Format-List

Monitoring Recommendations

  • Configure SIEM alerts for abnormal file access patterns to Icinga directories
  • Establish baseline user access patterns and alert on deviations
  • Monitor for certificate enrollment or key generation activities outside normal maintenance windows
  • Track process execution that accesses Icinga private key files

How to Mitigate CVE-2026-24413

Immediate Actions Required

  • Audit current ACL permissions on C:\ProgramData\icinga2\var to determine exposure
  • Identify and rotate any potentially compromised private keys and certificates
  • Review access logs for any unauthorized access to sensitive Icinga files
  • Apply the appropriate patched version or workaround immediately

Patch Information

Icinga has released patched versions that address this vulnerability. Update to one of the following versions:

  • Icinga 2 version 2.13.14 or later (for 2.13.x branch)
  • Icinga 2 version 2.14.8 or later (for 2.14.x branch)
  • Icinga 2 version 2.15.2 or later (for 2.15.x branch)

For Icinga for Windows users, the following versions automatically fix the ACLs:

  • Icinga for Windows version 1.11.2 or later
  • Icinga for Windows version 1.12.4 or later
  • Icinga for Windows version 1.13.4 or later

See the Icinga Blog Release Notes and GitHub Security Advisory for complete details.

Workarounds

  • Upgrade Icinga for Windows to version 1.13.4, 1.12.4, or 1.11.2 which automatically fixes the ACLs
  • Manually update ACLs to restrict access to Icinga service user and administrators only
  • Remove inherited permissions from the Icinga data directories
  • Regularly audit and verify ACL configurations as part of security hardening
powershell
# Manual ACL remediation for Icinga 2 directories
# Remove inherited permissions and restrict to Icinga service account and administrators

$icingaPath = "C:\ProgramData\icinga2\var"
$acl = Get-Acl $icingaPath

# Disable inheritance and remove inherited rules
$acl.SetAccessRuleProtection($true, $false)

# Clear existing access rules
$acl.Access | ForEach-Object { $acl.RemoveAccessRule($_) }

# Add Administrator access
$adminRule = New-Object System.Security.AccessControl.FileSystemAccessRule("BUILTIN\Administrators","FullControl","ContainerInherit,ObjectInherit","None","Allow")
$acl.AddAccessRule($adminRule)

# Add SYSTEM access
$systemRule = New-Object System.Security.AccessControl.FileSystemAccessRule("NT AUTHORITY\SYSTEM","FullControl","ContainerInherit,ObjectInherit","None","Allow")
$acl.AddAccessRule($systemRule)

# Apply the modified ACL
Set-Acl -Path $icingaPath -AclObject $acl

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

  • 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
  • Technical References
  • GitHub Security Advisory

  • GitHub Security Advisory

  • Icinga Blog Release Notes
  • Related CVEs
  • CVE-2026-24414: Icinga PowerShell Information Disclosure

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

  • CVE-2025-48057: Icinga 2 Auth Bypass 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