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-2021-26804

CVE-2021-26804: Centreon Web Auth Bypass Vulnerability

CVE-2021-26804 is an authentication bypass vulnerability in Centreon Web that exploits insecure file upload permissions. Attackers can bypass validation by changing file extensions to .gif and uploading malicious files.

Published: February 25, 2026

CVE-2021-26804 Overview

CVE-2021-26804 is an Insecure Permissions vulnerability affecting Centreon Web, a popular network monitoring solution. The vulnerability allows remote attackers to bypass file upload validation by changing any file extension to .gif, then uploading it through the "Administration/Parameters/Images" section of the application. This file extension bypass can enable attackers with authenticated access to upload potentially malicious files to the server.

Critical Impact

Authenticated attackers can bypass file upload restrictions and upload arbitrary files disguised with .gif extensions, potentially leading to further compromise of the Centreon monitoring platform.

Affected Products

  • Centreon Web version 19.10.18
  • Centreon Web version 20.04.8
  • Centreon Web version 20.10.2

Discovery Timeline

  • May 4, 2021 - CVE-2021-26804 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-26804

Vulnerability Analysis

This vulnerability stems from improper permission and validation controls in the file upload functionality of Centreon Web. The application fails to properly validate file types based on their actual content (magic bytes), instead relying solely on file extension checking that can be trivially bypassed. When a user navigates to the Administration/Parameters/Images section, the upload functionality allows files to be uploaded as long as they have a .gif extension, regardless of the actual file content.

The weakness is classified as CWE-276 (Incorrect Default Permissions), indicating that the application does not properly restrict what types of files can be uploaded and stored. An authenticated attacker can leverage this flaw to upload files containing malicious content while using the .gif extension to evade validation checks.

Root Cause

The root cause of this vulnerability lies in insufficient file type validation within the Centreon Web image upload functionality. The application relies on file extension-based validation rather than examining the actual content or MIME type of uploaded files. This design flaw allows attackers to bypass intended restrictions simply by renaming malicious files with a .gif extension before upload.

Attack Vector

The attack requires network access and authenticated credentials to the Centreon Web application. Once authenticated, an attacker can navigate to the Administration/Parameters/Images section and upload arbitrary files by simply changing the file extension to .gif. The attack flow involves:

  1. Authenticating to the Centreon Web interface with valid credentials
  2. Navigating to the Administration/Parameters/Images upload section
  3. Renaming a malicious file with a .gif extension
  4. Uploading the disguised file through the web interface
  5. The file is accepted and stored on the server despite not being a valid GIF image

For technical details on the exploitation mechanism, refer to the Medium Blog Post on Centreon Vulnerability.

Detection Methods for CVE-2021-26804

Indicators of Compromise

  • Presence of files with .gif extension in the Centreon images directory that are not valid GIF images
  • Unusual file uploads in the Administration/Parameters/Images section by authenticated users
  • Web server logs showing repeated POST requests to the image upload endpoint with suspicious file names

Detection Strategies

  • Implement file integrity monitoring on the Centreon Web images directory to detect unauthorized file additions
  • Review web application logs for unusual upload activity to the Administration/Parameters/Images endpoint
  • Use MIME type validation tools to identify files that don't match their declared extension
  • Deploy web application firewalls (WAF) rules to inspect uploaded file content

Monitoring Recommendations

  • Enable detailed logging for the Centreon Web administration interface
  • Monitor for new file creations in the images upload directory with automated alerting
  • Implement regular security audits of uploaded content to identify potentially malicious files

How to Mitigate CVE-2021-26804

Immediate Actions Required

  • Upgrade Centreon Web to the latest patched version immediately
  • Review and audit all files currently stored in the images upload directory
  • Restrict access to the Administration/Parameters/Images section to only essential personnel
  • Implement network-level access controls to limit who can reach the Centreon Web administration interface

Patch Information

Organizations running affected versions of Centreon Web (19.10.18, 20.04.8, 20.10.2) should upgrade to newer versions that address this file upload validation bypass vulnerability. Consult the official Centreon documentation and release notes for the latest secure versions and upgrade procedures.

Workarounds

  • Implement server-side MIME type validation that checks actual file content rather than relying on extensions
  • Configure the web server to prevent execution of uploaded files regardless of extension
  • Add additional access controls to restrict who can access the image upload functionality
  • Deploy a web application firewall (WAF) with rules to inspect uploaded file content for malicious payloads
bash
# Configuration example - Restrict execution in upload directory (Apache)
<Directory "/path/to/centreon/images">
    # Disable script execution
    Options -ExecCGI
    RemoveHandler .php .phtml .php3 .php4 .php5
    php_flag engine off
</Directory>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCentreon

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.27%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-276
  • Technical References
  • Medium Blog Post on Centreon Vulnerability
  • Related CVEs
  • CVE-2025-15026: Centreon Auth Bypass Vulnerability

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

  • CVE-2026-2750: Centreon Open Tickets Info Disclosure Flaw

  • CVE-2026-2749: Centreon Open Tickets Vulnerability
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