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

CVE-2026-34799: Endian Firewall Stored XSS Vulnerability

CVE-2026-34799 is a stored XSS vulnerability in Endian Firewall 3.3.25 and earlier that allows authenticated attackers to inject malicious scripts. This article covers the technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-34799 Overview

Endian Firewall version 3.3.25 and prior versions contain a stored cross-site scripting (XSS) vulnerability in the DNS management interface. The vulnerability exists in the remark parameter of the /manage/dnsmasq/hosts/ endpoint, allowing authenticated attackers to inject arbitrary JavaScript code that persists in the application and executes when other users view the affected page.

This stored XSS vulnerability (CWE-79) enables attackers with authenticated access to compromise other users' sessions, including administrators, potentially leading to account takeover, privilege escalation, or further system compromise within the firewall management interface.

Critical Impact

Authenticated attackers can inject persistent malicious JavaScript into the firewall management interface, potentially compromising administrator sessions and gaining elevated access to network security controls.

Affected Products

  • Endian Firewall version 3.3.25
  • Endian Firewall versions prior to 3.3.25

Discovery Timeline

  • 2026-04-02 - CVE-2026-34799 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2026-34799

Vulnerability Analysis

This stored cross-site scripting vulnerability affects the DNS host management functionality within Endian Firewall's web-based administration interface. The vulnerability arises from improper input validation and output encoding in the remark parameter when creating or modifying DNS host entries through the /manage/dnsmasq/hosts/ endpoint.

When an authenticated user submits a DNS host configuration, the remark field is stored in the application database without proper sanitization. Subsequently, when any user—including administrators—views the DNS hosts configuration page, the unsanitized content is rendered directly into the HTML response, causing any embedded JavaScript to execute in the context of the viewing user's browser session.

The attack requires the attacker to have authenticated access to the firewall management interface, but once the malicious payload is stored, it will execute for any user who views the affected page. This makes the vulnerability particularly dangerous in multi-administrator environments where the attacker may target users with higher privileges.

Root Cause

The root cause of this vulnerability is insufficient input validation and lack of output encoding in the DNS host management module. The application fails to sanitize user-supplied input in the remark parameter before storing it in the database and does not properly encode the output when rendering the stored data back to users in the web interface.

Specifically, the application does not implement proper HTML entity encoding or Content Security Policy (CSP) headers that would prevent the execution of injected scripts. This allows JavaScript payloads embedded in the remark field to execute in the browser context of users viewing the DNS hosts page.

Attack Vector

The attack vector for this vulnerability is network-based and requires authenticated access to the Endian Firewall management interface. The exploitation flow follows these steps:

  1. An attacker with valid credentials authenticates to the Endian Firewall web management interface
  2. The attacker navigates to the DNS management section at /manage/dnsmasq/hosts/
  3. When creating or editing a DNS host entry, the attacker injects malicious JavaScript code into the remark field
  4. The payload is stored without sanitization in the application's database
  5. When any other authenticated user (particularly administrators) views the DNS hosts page, the malicious script executes in their browser
  6. The injected script can steal session cookies, perform actions on behalf of the victim, or redirect them to malicious sites

For detailed technical information about this vulnerability, refer to the VulnCheck Advisory.

Detection Methods for CVE-2026-34799

Indicators of Compromise

  • Unusual JavaScript content or HTML tags present in DNS host remark fields within the Endian Firewall configuration
  • Web server access logs showing requests to /manage/dnsmasq/hosts/ with suspicious encoded characters or script tags in POST parameters
  • Unexpected session activity or administrative actions occurring after users access the DNS management interface
  • Browser console errors or unexpected network requests originating from the firewall management interface

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block XSS payloads in HTTP requests targeting the /manage/dnsmasq/hosts/ endpoint
  • Monitor application logs for POST requests containing common XSS indicators such as <script>, javascript:, onerror=, or encoded variants in the remark parameter
  • Deploy endpoint detection solutions to identify unusual browser behavior when administrators access the firewall management interface
  • Conduct periodic reviews of DNS host configurations to identify entries with suspicious remark content

Monitoring Recommendations

  • Enable detailed access logging on the Endian Firewall web interface and forward logs to a SIEM for centralized analysis
  • Configure alerts for any modifications to DNS host entries, particularly those containing special characters or encoded content
  • Monitor for unusual administrative session patterns, such as multiple actions performed in rapid succession after accessing the DNS management page
  • Implement browser-based security controls and monitor for Content Security Policy violations if CSP headers are deployed

How to Mitigate CVE-2026-34799

Immediate Actions Required

  • Restrict access to the Endian Firewall management interface to only trusted administrators from known IP addresses
  • Review existing DNS host entries for any suspicious content in the remark fields and remove any identified malicious payloads
  • Implement network segmentation to limit access to the firewall management interface from untrusted network segments
  • Consider deploying a reverse proxy with XSS filtering capabilities in front of the management interface as an interim protective measure

Patch Information

As of the published date, check the Endian Help Community for the latest security updates and patch availability. Review the VulnCheck Advisory for detailed technical information and remediation guidance.

Organizations should monitor Endian's official channels for security patches addressing this XSS vulnerability and apply updates as soon as they become available.

Workarounds

  • Implement strict IP-based access controls to limit which hosts can access the /manage/dnsmasq/hosts/ endpoint
  • Deploy a web application firewall (WAF) rule to sanitize or block requests containing potential XSS payloads in the remark parameter
  • Limit the number of users with access to DNS management functionality to reduce the attack surface
  • Use browser extensions that provide XSS protection when accessing the management interface until a patch is available
bash
# Example: Restrict management interface access via iptables
# Allow management access only from trusted admin subnet
iptables -A INPUT -p tcp --dport 10443 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 10443 -j DROP

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechEndian Firewall

  • SeverityMEDIUM

  • CVSS Score5.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/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:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Endian Help Community

  • VulnCheck Advisory: Endian Firewall XSS
  • Related CVEs
  • CVE-2026-34823: Endian Firewall Stored XSS Vulnerability

  • CVE-2026-34822: Endian Firewall Stored XSS Vulnerability

  • CVE-2026-34821: Endian Firewall Stored XSS Vulnerability

  • CVE-2026-34820: Endian Firewall Stored XSS 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