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-2025-13056

CVE-2025-13056: Centreon Infra Monitoring XSS Vulnerability

CVE-2025-13056 is a stored cross-site scripting flaw in Centreon Infra Monitoring's Administration ACL menu that affects privileged users. This article covers the technical details, affected versions, and mitigation steps.

Updated: January 22, 2026

CVE-2025-13056 Overview

CVE-2025-13056 is a Stored Cross-Site Scripting (XSS) vulnerability affecting Centreon Infra Monitoring, specifically within the Administration ACL menu configuration modules. This vulnerability allows attackers with high privileges to inject malicious scripts that persist in the application and execute in the context of other users' browser sessions when they access the affected administrative pages.

The vulnerability stems from improper neutralization of input during web page generation (CWE-79), enabling authenticated users with administrative access to embed persistent malicious payloads within the ACL configuration interface.

Critical Impact

Privileged attackers can leverage this Stored XSS vulnerability to steal session tokens, escalate privileges, or execute arbitrary actions on behalf of other administrative users accessing the Centreon monitoring platform.

Affected Products

  • Centreon Infra Monitoring versions 25.10.0 to 25.10.1 (fixed in 25.10.2)
  • Centreon Infra Monitoring versions 24.10.0 to 24.10.14 (fixed in 24.10.15)
  • Centreon Infra Monitoring versions 24.04.0 to 24.04.18 (fixed in 24.04.19)

Discovery Timeline

  • 2026-01-05 - CVE-2025-13056 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-13056

Vulnerability Analysis

This Stored XSS vulnerability exists in the Administration ACL (Access Control List) menu configuration modules of Centreon Infra Monitoring. The vulnerability occurs because user-supplied input in the ACL configuration interface is not properly sanitized before being stored in the database and subsequently rendered in web pages.

When a privileged user with access to the Administration ACL configuration submits malicious JavaScript code through input fields, the application fails to properly encode or filter this content. The malicious payload is then stored persistently and executed whenever another user views the affected configuration page, making this a particularly dangerous form of XSS attack.

The scope change indicated in the vulnerability assessment means that exploitation can impact resources beyond the vulnerable component itself, potentially affecting other users' sessions and data within the Centreon platform.

Root Cause

The root cause of CVE-2025-13056 lies in insufficient input validation and output encoding within the ACL menu configuration modules. The application accepts and stores user-controlled data without properly sanitizing HTML and JavaScript content. When this data is rendered back to users, it is not properly escaped, allowing embedded scripts to execute in the victim's browser context.

This represents a classic Stored XSS pattern where the application trusts privileged user input without implementing proper security controls for content that will be displayed to other users.

Attack Vector

The attack is network-based and requires the attacker to have high-privilege access to the Centreon administrative interface. The exploitation flow involves:

  1. An attacker with administrative privileges navigates to the ACL menu configuration modules
  2. The attacker injects malicious JavaScript code into a vulnerable input field
  3. The malicious payload is stored in the application database
  4. When other administrative users access the affected configuration page, the stored script executes in their browser
  5. The executed script can steal session cookies, perform actions as the victim user, or further compromise the monitoring infrastructure

While the attack requires high privileges to initiate, it does not require user interaction from victims—the malicious script executes automatically when the affected page is loaded.

Detection Methods for CVE-2025-13056

Indicators of Compromise

  • Unusual JavaScript content within ACL configuration entries or database records
  • Unexpected HTTP requests originating from the Centreon web interface to external domains
  • Session tokens appearing in server logs or network traffic destined for unauthorized endpoints
  • Modified ACL configurations containing encoded or obfuscated script content

Detection Strategies

  • Implement Content Security Policy (CSP) headers and monitor CSP violation reports for XSS attempts
  • Review Centreon application logs for suspicious patterns in ACL configuration changes
  • Deploy Web Application Firewall (WAF) rules to detect XSS payloads in administrative requests
  • Enable audit logging for all changes to ACL configurations and review for anomalous content

Monitoring Recommendations

  • Monitor database tables associated with ACL configurations for script-like content patterns
  • Set up alerts for outbound connections initiated from the Centreon web server to unexpected destinations
  • Track administrative user sessions for unusual activity patterns following ACL configuration access
  • Implement real-time log analysis to correlate ACL modification events with suspicious client-side behavior

How to Mitigate CVE-2025-13056

Immediate Actions Required

  • Upgrade Centreon Infra Monitoring to the patched version for your release branch (25.10.2, 24.10.15, or 24.04.19)
  • Audit existing ACL configurations for any previously injected malicious content
  • Review administrative access logs to identify potential exploitation attempts
  • Restrict administrative access to the ACL configuration modules to only essential personnel

Patch Information

Centreon has released security patches addressing this vulnerability across multiple supported versions. Organizations should upgrade to the following minimum versions:

  • Version 25.10.2 for the 25.10.x branch
  • Version 24.10.15 for the 24.10.x branch
  • Version 24.04.19 for the 24.04.x branch

For detailed release notes and download links, refer to the GitHub Centreon Release Notes. Additional vulnerability details are available in the Centreon Security Bulletin CVE-2025-13056.

Workarounds

  • Implement a Web Application Firewall with XSS detection rules to filter malicious input to the ACL configuration endpoints
  • Apply strict Content Security Policy headers to prevent inline script execution as an additional defense layer
  • Limit network access to the Centreon administrative interface to trusted IP ranges only
  • Consider temporarily disabling the ACL configuration module access until patching can be completed
bash
# Example: Add CSP headers in Apache configuration for Centreon
# Add to your Centreon virtual host configuration
<IfModule mod_headers.c>
    Header always set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"
    Header always set X-Content-Type-Options "nosniff"
    Header always set X-XSS-Protection "1; mode=block"
</IfModule>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechCentreon

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Centreon Release Notes

  • Centreon Security Bulletin CVE-2025-13056
  • Related CVEs
  • CVE-2025-12513: Centreon Infra Monitoring XSS Vulnerability

  • CVE-2025-12511: Centreon Infra Monitoring XSS Vulnerability

  • CVE-2026-2751: Centreon Web Blind SQLi Vulnerability

  • CVE-2026-2750: Centreon Open Tickets Info Disclosure Flaw
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