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

CVE-2026-33739: FOG Stored XSS Vulnerability

CVE-2026-33739 is a stored cross-site scripting vulnerability in FOG cloning/imaging system affecting multiple management pages. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 2, 2026

CVE-2026-33739 Overview

FOG is a free open-source cloning/imaging/rescue suite/inventory management system. A Stored Cross-Site Scripting (XSS) vulnerability has been identified in FOG Project versions prior to 1.5.10.1812. The vulnerability exists in the listing tables on multiple management pages including Host, Storage, Group, Image, Printer, and Snapin. This security flaw stems from insufficient server-side parameter sanitization during record creations and updates, combined with a lack of HTML escaping in listing tables.

Critical Impact

Attackers with administrative access can inject malicious scripts that execute in the browsers of other users viewing affected management pages, potentially leading to session hijacking, credential theft, or unauthorized actions within the FOG management interface.

Affected Products

  • FOG Project versions prior to 1.5.10.1812
  • Host, Storage, Group, Image, Printer, and Snapin management pages

Discovery Timeline

  • 2026-03-27 - CVE CVE-2026-33739 published to NVD
  • 2026-03-30 - Last updated in NVD database

Technical Details for CVE-2026-33739

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability allows authenticated attackers to inject malicious JavaScript code through record creation and update operations on multiple FOG management pages. The injected script is stored in the database and executed whenever other users view the affected listing tables. The vulnerability affects critical management interfaces including Host, Storage, Group, Image, Printer, and Snapin pages, creating multiple attack surfaces within the application.

The root cause lies in the application's failure to properly sanitize user input on the server side before storing it, combined with inadequate HTML output encoding when rendering the data in listing tables. This dual failure enables persistent script injection attacks.

Root Cause

The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation). FOG Project fails to implement proper input validation and output encoding in two critical areas:

  1. Server-side parameter sanitization - User-supplied data during record creation and updates is not properly sanitized before being stored in the database
  2. HTML escaping in listing tables - When rendering stored data in management page tables, the application does not escape HTML entities, allowing stored scripts to execute

Attack Vector

The attack is network-based and requires the attacker to have authenticated access with privileges to create or update records (such as Host, Image, or Snapin entries). The attacker can inject malicious JavaScript payloads into fields that are displayed in listing tables. When another user, including administrators, navigates to the affected management pages, the stored malicious script executes in their browser context.

Typical attack scenarios include:

  • Injecting script tags into naming fields or description fields of Host records
  • Embedding malicious payloads in Image or Snapin metadata
  • Using event handlers within crafted input to bypass basic filtering

The vulnerability manifests when unsanitized input is stored and later rendered without HTML encoding in the management interface listing tables. For detailed technical information, see the GitHub Security Advisory.

Detection Methods for CVE-2026-33739

Indicators of Compromise

  • Unusual JavaScript or HTML tags present in database records for Host, Storage, Group, Image, Printer, or Snapin tables
  • Unexpected script execution or browser behavior when viewing FOG management pages
  • Audit logs showing creation or modification of records with suspicious payload patterns (e.g., <script>, onerror=, onload=)

Detection Strategies

  • Implement web application firewall (WAF) rules to detect XSS payloads in HTTP requests to FOG management endpoints
  • Review database contents for stored records containing script tags, event handlers, or other potentially malicious HTML content
  • Monitor browser console logs on client systems accessing FOG for unexpected script execution errors

Monitoring Recommendations

  • Enable detailed logging for all record creation and update operations within FOG Project
  • Deploy client-side Content Security Policy (CSP) headers to mitigate the impact of any successful XSS injection
  • Conduct periodic security audits of stored data in affected tables to identify injected payloads

How to Mitigate CVE-2026-33739

Immediate Actions Required

  • Upgrade FOG Project to version 1.5.10.1812 or later immediately
  • Audit existing records in Host, Storage, Group, Image, Printer, and Snapin tables for potentially malicious content
  • Review user accounts with record creation/update privileges and revoke unnecessary access
  • Implement Content Security Policy (CSP) headers to reduce XSS impact

Patch Information

The FOG Project development team has addressed this vulnerability in version 1.5.10.1812. The patch implements proper server-side input sanitization for record creation and update operations, along with HTML escaping for data rendered in listing tables. Users should upgrade to this version or later to remediate the vulnerability. Additional details are available in the GitHub Security Advisory.

Workarounds

  • Restrict access to FOG management pages to only trusted administrators until the patch can be applied
  • Implement a reverse proxy with WAF capabilities to filter XSS payloads in incoming requests
  • Manually sanitize existing database records by removing or encoding any HTML/script content in affected tables
  • Deploy browser-based XSS protection mechanisms such as CSP headers with strict script-src directives
bash
# Example CSP header configuration for Apache (temporary mitigation)
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline';"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechFog

  • SeverityMEDIUM

  • CVSS Score5.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-24138: FOG Imaging Suite SSRF 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