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-2019-25399

CVE-2019-25399: IPFire Stored XSS Vulnerability

CVE-2019-25399 is a stored XSS vulnerability in IPFire 2.21 Core Update 127 affecting the extrahd.cgi script. Attackers can inject malicious scripts via FS, PATH, and UUID parameters to compromise admin sessions.

Published: February 20, 2026

CVE-2019-25399 Overview

CVE-2019-25399 is a stored cross-site scripting (XSS) vulnerability affecting IPFire 2.21 Core Update 127. The vulnerability exists in the extrahd.cgi script, which fails to properly sanitize user-supplied input in the FS, PATH, and UUID parameters. Attackers can exploit this flaw by submitting POST requests containing malicious JavaScript payloads, which are then stored and executed within the context of authenticated administrator sessions when the affected page is viewed.

Critical Impact

Successful exploitation allows attackers to execute arbitrary JavaScript in administrator sessions, potentially leading to session hijacking, privilege escalation, or unauthorized configuration changes on the firewall appliance.

Affected Products

  • IPFire 2.21 Core Update 127
  • IPFire firewall appliances running vulnerable extrahd.cgi script

Discovery Timeline

  • 2026-02-18 - CVE CVE-2019-25399 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2019-25399

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) resides in the extrahd.cgi script, which is part of the IPFire web-based administration interface. The script processes user input from multiple parameters—FS, PATH, and UUID—without implementing adequate input validation or output encoding. When an attacker submits a crafted POST request containing JavaScript payloads in these parameters, the malicious content is stored server-side.

Subsequently, when an authenticated administrator accesses the affected management page, the stored script payload executes within their browser session. This allows attackers to perform actions on behalf of the administrator, steal session cookies, or manipulate firewall configurations.

Root Cause

The root cause is improper input validation and missing output encoding in the extrahd.cgi script. The script accepts user-supplied values for the FS, PATH, and UUID parameters and stores them without sanitizing HTML entities or JavaScript content. When these values are rendered in the administrative interface, they are output directly into the HTML response without proper encoding, allowing embedded scripts to execute.

Attack Vector

The attack is network-based and requires low privileges to execute. An attacker with basic access to the IPFire administration interface can submit a POST request to extrahd.cgi containing malicious JavaScript in one or more of the vulnerable parameters (FS, PATH, or UUID). The payload is stored persistently, and any administrator who subsequently views the affected page will have the malicious script execute in their browser context.

The vulnerability allows an attacker to inject script tags or JavaScript event handlers that can steal session tokens, redirect administrators to phishing pages, or perform unauthorized administrative actions on the firewall. Technical details and a proof-of-concept are available in the Exploit-DB #46344 entry.

Detection Methods for CVE-2019-25399

Indicators of Compromise

  • Unusual POST requests to /cgi-bin/extrahd.cgi containing script tags or JavaScript event handlers in FS, PATH, or UUID parameters
  • Stored entries in IPFire configuration files containing encoded or obfuscated JavaScript content
  • Administrator session anomalies such as unexpected cookie access or session token exfiltration attempts
  • Web server logs showing requests with URL-encoded script payloads targeting the extrahd.cgi endpoint

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block XSS payloads in POST requests to CGI scripts
  • Monitor IPFire access logs for suspicious patterns including <script> tags, javascript: URIs, or event handler injections
  • Deploy SentinelOne endpoint protection to detect browser-based exploitation attempts and anomalous script execution
  • Review stored configuration data for unexpected HTML or JavaScript content in device path-related fields

Monitoring Recommendations

  • Enable verbose logging for IPFire CGI script access and review logs regularly for injection attempts
  • Set up alerting for POST requests to extrahd.cgi containing common XSS patterns such as <script>, onerror=, or onload=
  • Monitor administrator session activity for signs of session hijacking or unauthorized configuration changes

How to Mitigate CVE-2019-25399

Immediate Actions Required

  • Upgrade IPFire to the latest available version that addresses this vulnerability
  • Restrict administrative interface access to trusted networks only using firewall rules
  • Review stored configuration data in extrahd.cgi related fields for any malicious content and remove suspicious entries
  • Implement additional network segmentation to limit access to the IPFire management interface

Patch Information

Users should upgrade to a patched version of IPFire that addresses the stored XSS vulnerabilities in extrahd.cgi. Refer to the IPFire Official Website for the latest security updates and release notes. Additional advisory details are available from the VulnCheck Advisory on IPFire.

Workarounds

  • Restrict access to the IPFire web management interface by limiting it to specific trusted IP addresses
  • Place the administrative interface behind an additional authentication layer such as a VPN
  • Disable the extrahd.cgi script if the functionality is not required in your environment
  • Implement Content Security Policy (CSP) headers at the web server level to mitigate script execution
bash
# Example: Restrict IPFire admin interface access to trusted networks
# Add to /etc/sysconfig/firewall.local or equivalent configuration
iptables -A INPUT -p tcp --dport 444 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 444 -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/TechIpfire

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • IPFire ISO Download

  • Exploit-DB #46344

  • IPFire Official Website

  • VulnCheck Advisory on IPFire
  • Related CVEs
  • CVE-2019-25397: IPFire XSS Vulnerability in hosts.cgi

  • CVE-2019-25396: IPFire XSS Vulnerability via POST

  • CVE-2019-25400: IPFire 2.21 Core XSS Vulnerability

  • CVE-2019-25398: IPFire ovpnmain.cgi 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