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

CVE-2026-30812: Pandora FMS Stored XSS Vulnerability

CVE-2026-30812 is a stored cross-site scripting flaw in Pandora FMS versions 777-800 that allows attackers to inject malicious scripts via event comments. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-30812 Overview

CVE-2026-30812 is a stored cross-site scripting (XSS) vulnerability affecting Pandora FMS, a popular network monitoring and IT management solution. The vulnerability stems from improper neutralization of input during web page generation, specifically in the event comments functionality. This allows authenticated attackers to inject malicious scripts that execute when other users view the affected event comments.

Critical Impact

Attackers with low privileges can inject persistent malicious scripts into event comments, potentially compromising user sessions, stealing credentials, or performing actions on behalf of other users who view the malicious content.

Affected Products

  • Pandora FMS versions 777 through 800

Discovery Timeline

  • April 13, 2026 - CVE-2026-30812 published to NVD
  • April 13, 2026 - Last updated in NVD database

Technical Details for CVE-2026-30812

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) exists in Pandora FMS's event comments feature. Unlike reflected XSS, stored XSS payloads persist on the server, executing each time a user accesses the affected page. The attack requires network access and a low-privileged authenticated account, though successful exploitation also depends on user interaction—specifically, another user must view the poisoned event comment.

The impact is primarily limited to the confidentiality and integrity of user sessions within the application context. Since the vulnerability requires both authentication and victim interaction, the exploitability is somewhat constrained. However, in multi-user monitoring environments where event comments are regularly reviewed, this could lead to session hijacking or unauthorized actions performed on behalf of administrators.

Root Cause

The vulnerability is caused by insufficient input sanitization in the event comments processing logic. When users submit comments for events in Pandora FMS, the application fails to properly encode or sanitize HTML and JavaScript content before storing it in the database and rendering it back to other users. This allows script tags and event handlers to be injected and executed in the context of other users' browsers.

Attack Vector

The attack vector is network-based, requiring the attacker to have low-privilege authenticated access to the Pandora FMS instance. The attack flow involves:

  1. An authenticated attacker with access to event management submits a comment containing malicious JavaScript code
  2. The application stores the unsanitized input in its database
  3. When another user (potentially an administrator) views the event and its comments, the malicious script executes in their browser session
  4. The script can then steal session tokens, perform actions as the victim user, or redirect them to phishing pages

The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), which covers cross-site scripting flaws where user-controllable input is included in web pages without proper encoding.

Detection Methods for CVE-2026-30812

Indicators of Compromise

  • Unusual JavaScript code or HTML tags appearing in event comment fields in the Pandora FMS database
  • Web application logs showing event comment submissions containing <script>, onerror, onload, or other HTML event handlers
  • Reports from users about unexpected browser behavior or redirects when viewing event comments
  • Session anomalies where administrator actions occur from unexpected IP addresses or user agents

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block XSS payloads in POST requests to event comment endpoints
  • Enable content security policy (CSP) headers to mitigate the impact of XSS attacks by restricting script execution sources
  • Configure SentinelOne Singularity XDR to monitor for suspicious browser activity and script injection attempts
  • Deploy database query monitoring to detect insertion of script tags or HTML event handlers into comment fields

Monitoring Recommendations

  • Review Pandora FMS access logs for authenticated users submitting comments with encoded or obfuscated script content
  • Monitor for unusual patterns in event comment activity, particularly bulk submissions or comments from recently created accounts
  • Implement alerting for CSP violation reports that may indicate attempted XSS exploitation

How to Mitigate CVE-2026-30812

Immediate Actions Required

  • Upgrade Pandora FMS to a version newer than 800 that includes the security patch for this vulnerability
  • Review existing event comments in the database for suspicious content and sanitize any identified malicious entries
  • Implement or strengthen content security policy (CSP) headers to reduce XSS impact
  • Restrict access to event commenting features to only trusted users until patching is complete

Patch Information

Users should upgrade to a patched version of Pandora FMS beyond version 800. For detailed patch information and security updates, refer to the Pandora FMS CVE Overview page which tracks common vulnerabilities and exposures affecting the product.

Workarounds

  • Temporarily disable or restrict access to the event comments feature until the patch can be applied
  • Implement a web application firewall (WAF) with XSS detection rules in front of the Pandora FMS installation
  • Enable strict content security policy headers to prevent inline script execution
  • Manually review and sanitize existing event comments in the database to remove any potentially malicious content

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechPandora Fms

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:P/VC:L/VI:L/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:N/AU:N/R:A/V:D/RE:L/U:Amber
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Pandorafms CVE Overview
  • Related CVEs
  • CVE-2026-34188: Pandora FMS RCE Vulnerability

  • CVE-2026-34186: Pandora FMS SQL Injection Vulnerability

  • CVE-2026-30813: Pandora FMS SQL Injection Vulnerability

  • CVE-2026-30811: Pandora FMS Information 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