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

CVE-2026-30932: Froxlor Path Traversal Vulnerability

CVE-2026-30932 is a path traversal flaw in Froxlor that allows attackers to inject malicious directives into DNS zone files. This article covers the technical details, affected versions, security impact, and mitigation.

Published: March 27, 2026

CVE-2026-30932 Overview

CVE-2026-30932 is a high-severity injection vulnerability in Froxlor, an open source server administration software. Prior to version 2.3.5, the DomainZones.add API endpoint (accessible to customers with DNS enabled) fails to properly validate the content field for several DNS record types including LOC, RP, SSHFP, and TLSA. This allows an attacker to inject newlines and BIND zone file directives (such as $INCLUDE) into the zone file that gets written to disk when the DNS rebuild cron job runs.

Critical Impact

Authenticated attackers with DNS management permissions can inject arbitrary BIND directives into zone files, potentially leading to arbitrary file reads, DNS cache poisoning, or complete DNS service compromise.

Affected Products

  • Froxlor versions prior to 2.3.5
  • Froxlor installations with DNS management enabled for customers
  • Systems running BIND DNS server managed by vulnerable Froxlor instances

Discovery Timeline

  • 2026-03-24 - CVE-2026-30932 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-30932

Vulnerability Analysis

This vulnerability is classified as CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component), commonly known as an injection vulnerability. The flaw exists in the DNS zone file generation process within Froxlor's administration panel.

The DomainZones.add API endpoint accepts user-supplied content for various DNS record types but does not sanitize or validate input for dangerous characters or BIND-specific directives. When a customer with DNS management privileges submits a DNS record with malicious content containing newline characters or BIND directives like $INCLUDE, this content is written verbatim to the zone file during the DNS rebuild cron job execution.

The attack requires network access and low-privilege authentication (a customer account with DNS enabled), making it exploitable by any authenticated user with DNS management capabilities. The vulnerability can lead to high confidentiality and integrity impacts on the affected system.

Root Cause

The root cause is insufficient input validation in the DomainZones.add API endpoint. The affected DNS record types (LOC, RP, SSHFP, TLSA) allow arbitrary content to be specified without proper sanitization. The application fails to:

  1. Strip or escape newline characters (\n, \r\n) from user input
  2. Detect and block BIND zone file directives such as $INCLUDE, $GENERATE, or $ORIGIN
  3. Validate that the content conforms to the expected format for each DNS record type

Attack Vector

The attack is executed over the network through the Froxlor web interface or API. An attacker with a valid customer account that has DNS management enabled can exploit this vulnerability through the following mechanism:

The attacker crafts a malicious DNS record request containing newline characters followed by BIND directives. When submitted through the DomainZones.add endpoint, the payload bypasses input validation. During the next DNS rebuild cron job execution, the malicious content is written to the zone file, causing BIND to process the injected directives. For example, an $INCLUDE directive could be used to read arbitrary files from the server's filesystem and expose them through DNS responses.

Detection Methods for CVE-2026-30932

Indicators of Compromise

  • Unusual DNS record entries containing newline characters or BIND directives in zone files
  • Presence of $INCLUDE, $GENERATE, or $ORIGIN directives in customer-created DNS records
  • Unexpected file access patterns from the BIND/named process
  • DNS zone files with anomalous formatting or embedded directives outside of standard configuration

Detection Strategies

  • Monitor Froxlor API calls to DomainZones.add endpoint for payloads containing newline characters or BIND directives
  • Implement file integrity monitoring on DNS zone file directories to detect unauthorized modifications
  • Review BIND server logs for errors related to malformed zone files or unexpected $INCLUDE processing
  • Audit customer DNS record content for special characters and directive patterns

Monitoring Recommendations

  • Enable detailed logging for the Froxlor API and DNS zone management functions
  • Configure alerts for zone file modifications outside of expected maintenance windows
  • Monitor for BIND process attempting to access files outside normal zone file directories
  • Implement network-level monitoring for unusual DNS query patterns that might indicate data exfiltration

How to Mitigate CVE-2026-30932

Immediate Actions Required

  • Upgrade Froxlor to version 2.3.5 or later immediately
  • Audit existing DNS records for any suspicious content containing newlines or BIND directives
  • Review access logs for the DomainZones.add endpoint for potential exploitation attempts
  • Consider temporarily disabling customer DNS management until the patch is applied

Patch Information

The vulnerability has been addressed in Froxlor version 2.3.5. The fix implements proper input validation for the content field across all DNS record types, preventing injection of newlines and BIND directives. The specific commit addressing this vulnerability is available in the GitHub commit b34829262dc32818b37f6a1eabb426d0b277a86b. For detailed information, refer to the GitHub Security Advisory GHSA-x6w6-2xwp-3jh6.

Workarounds

  • Disable DNS management functionality for customer accounts until the patch can be applied
  • Implement a web application firewall (WAF) rule to block requests containing newline characters or BIND directives in DNS record content fields
  • Manually review and sanitize existing zone files for any injected content
  • Restrict API access to the DomainZones.add endpoint to trusted administrators only
bash
# Check Froxlor version and upgrade if necessary
cd /var/www/froxlor
git fetch --tags
git checkout 2.3.5

# Verify zone files for suspicious content
grep -rE '^\$INCLUDE|\$GENERATE|\$ORIGIN' /etc/bind/zones/

# Review recent DNS record additions in Froxlor logs
grep -i "DomainZones.add" /var/log/froxlor/*.log

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechFroxlor

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/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:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-74
  • Technical References
  • GitHub Release 2.3.5
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory GHSA-x6w6-2xwp-3jh6
  • Related CVEs
  • CVE-2026-26279: Froxlor RCE Vulnerability

  • CVE-2020-36978: Froxlor Server Panel XSS Vulnerability

  • CVE-2024-34070: Froxlor 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