CVE-2026-33739
Received Received - Intake
Stored XSS in FOG Management Pages Allows Persistent Script Injection

Publication date: 2026-03-27

Last updated on: 2026-04-08

Assigner: GitHub, Inc.

Description
FOG is a free open-source cloning/imaging/rescue suite/inventory management system. Prior to 1.5.10.1812, the listing tables on multiple management pages (Host, Storage, Group, Image, Printer, Snapin) are vulnerable to Stored Cross-Site Scripting (XSS), due to insufficient server-side parameter sanitization in record creations/updates and a lack of HTML escaping in listing tables. Version 1.5.10.1812 patches the issue.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-27
Last Modified
2026-04-08
Generated
2026-06-16
AI Q&A
2026-03-27
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
fogproject fogproject to 1.5.10.1812 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-33739 is a Stored Cross-Site Scripting (XSS) vulnerability in the FOGProject, an open-source cloning and inventory management system. It affects multiple management pages such as Host, Storage, Group, Image, Printer, and Snapin. The vulnerability arises because the application does not properly sanitize input parameters on the server side during record creation and updates, and it fails to escape HTML characters when displaying data in listing tables.

This allows attackers with authenticated access to inject malicious JavaScript code (e.g., <script>alert(1)</script>) into various fields like User Friendly Name, Group Name, Image Name, Printer Name, and others. When other users view these pages, the malicious scripts execute in their browsers.

The root cause includes insufficient server-side sanitization and lack of HTML escaping in the code, specifically in methods that replace template variables and build table rows.

Impact Analysis

This vulnerability can have several impacts if exploited:

  • Attackers can hijack administrator sessions by stealing cookies.
  • Unauthorized actions can be performed with administrator privileges.
  • Sensitive data can be exfiltrated from users who view the affected pages.
  • Malicious scripts can execute in the context of privileged users’ browsers, potentially leading to further compromise.

The vulnerability requires the attacker to have authenticated access and for the victim to view the malicious content, but it can be exploited remotely over the network.

Detection Guidance

This vulnerability can be detected by checking for the presence of malicious JavaScript payloads such as <script>alert(1)</script> in the input fields of multiple management pages (Host, Storage, Group, Image, Printer, Snapin) within the FOGProject web interface.

Since the vulnerability arises from stored cross-site scripting due to insufficient server-side sanitization and lack of HTML escaping, detection involves inspecting the database or the web interface for injected script tags in fields like Friendly Name, Group Name, Image Name, Printer Name, Port, Model, File, Snapin Name, and Storage Node Name.

There are no specific commands provided in the resources to detect this vulnerability on your network or system.

Mitigation Strategies

The immediate mitigation step is to upgrade FOGProject to version 1.5.10.1812 or later, where this Stored Cross-Site Scripting vulnerability has been patched.

Until the upgrade can be performed, restrict access to the management pages to trusted administrators only, as the vulnerability requires authenticated access and user interaction.

Additionally, review and sanitize any existing input fields in the database that may contain malicious scripts to prevent execution when viewed.

Compliance Impact

The vulnerability allows attackers to execute stored Cross-Site Scripting (XSS) attacks, which can lead to session hijacking, unauthorized actions with administrator privileges, and exfiltration of sensitive data from users viewing the affected pages.

Such impacts can compromise the confidentiality and integrity of sensitive data, potentially violating data protection requirements in common standards and regulations like GDPR and HIPAA that mandate safeguarding personal and sensitive information against unauthorized access and breaches.

Therefore, if exploited, this vulnerability could lead to non-compliance with these regulations due to the exposure and unauthorized manipulation of sensitive data.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-33739. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart