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-2023-42325

CVE-2023-42325: Netgate pfSense XSS Vulnerability

CVE-2023-42325 is a cross-site scripting flaw in Netgate pfSense v.2.7.0 that enables privilege escalation through crafted URLs. This article covers the technical details, affected versions, and mitigation steps.

Published: February 11, 2026

CVE-2023-42325 Overview

CVE-2023-42325 is a Cross-Site Scripting (XSS) vulnerability in Netgate pfSense version 2.7.0 that allows a remote attacker to gain elevated privileges via a crafted URL to the status_logs_filter_dynamic.php page. This reflected XSS vulnerability affects the web-based management interface (WebGUI) of the popular open-source firewall and router platform, potentially enabling attackers to execute malicious scripts in the context of authenticated administrator sessions.

Critical Impact

Successful exploitation could allow attackers to steal administrative session tokens, perform actions as the authenticated administrator, modify firewall rules, or gain persistent access to the pfSense network perimeter device.

Affected Products

  • Netgate pfSense version 2.7.0
  • pfSense WebGUI component (status_logs_filter_dynamic.php)

Discovery Timeline

  • 2023-11-14 - CVE-2023-42325 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-42325

Vulnerability Analysis

This Cross-Site Scripting vulnerability exists within the status_logs_filter_dynamic.php page of the pfSense WebGUI. The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation). The flaw occurs when user-supplied input is reflected back to the browser without proper sanitization or encoding, allowing malicious JavaScript code to execute within the context of an authenticated user's session.

The attack requires low privileges and user interaction, meaning an attacker must craft a malicious URL and trick an authenticated pfSense administrator into clicking it. When successful, the attack crosses security boundaries as the malicious script executes in the victim's browser with the same privileges as the legitimate pfSense web interface.

Root Cause

The root cause of CVE-2023-42325 is insufficient input validation and output encoding in the status_logs_filter_dynamic.php page. The pfSense WebGUI fails to properly sanitize URL parameters before including them in the HTML response. This allows attackers to inject arbitrary JavaScript code that will be executed by the victim's browser when processing the crafted URL.

The vulnerability specifically affects how the dynamic log filtering functionality handles user-supplied parameters, where special characters and script tags are not adequately escaped before being rendered in the page output.

Attack Vector

The attack vector for this vulnerability is network-based, leveraging the pfSense web administration interface. An attacker can exploit this vulnerability through the following method:

  1. The attacker crafts a malicious URL containing JavaScript payload targeting the status_logs_filter_dynamic.php endpoint
  2. The attacker delivers this URL to an authenticated pfSense administrator through social engineering (phishing email, malicious link, etc.)
  3. When the administrator clicks the link while authenticated, the malicious script executes in their browser context
  4. The script can then steal session cookies, perform administrative actions, or redirect the user to attacker-controlled sites

For detailed technical analysis and proof-of-concept information, refer to the SonarSource Blog on pfSense Vulnerabilities.

Detection Methods for CVE-2023-42325

Indicators of Compromise

  • Unusual or unexpected URL parameters in web server logs for status_logs_filter_dynamic.php
  • Log entries containing HTML tags or JavaScript code fragments in request parameters
  • Authentication anomalies or session activity from unexpected source IP addresses following user clicks on external links
  • Web application firewall (WAF) alerts for XSS pattern detection on pfSense management interfaces

Detection Strategies

  • Implement web application firewall rules to detect and block XSS payloads targeting pfSense endpoints
  • Monitor pfSense access logs for requests to status_logs_filter_dynamic.php with suspicious query string parameters
  • Deploy browser-based XSS protection mechanisms and Content Security Policy (CSP) headers where possible
  • Use network intrusion detection systems (IDS) with signatures for common XSS attack patterns

Monitoring Recommendations

  • Enable detailed logging for all pfSense WebGUI access and review logs regularly for anomalous patterns
  • Configure alerts for multiple failed authentication attempts or unusual administrative actions following external referrers
  • Implement session monitoring to detect session token usage from different IP addresses or user agents
  • Consider deploying a security information and event management (SIEM) solution to correlate pfSense logs with other network events

How to Mitigate CVE-2023-42325

Immediate Actions Required

  • Upgrade pfSense to the latest patched version immediately as recommended in the vendor security advisory
  • Restrict access to the pfSense WebGUI to trusted IP addresses only using firewall rules
  • Implement network segmentation to limit exposure of management interfaces
  • Educate administrators about the risks of clicking untrusted links while authenticated to sensitive systems

Patch Information

Netgate has released a security advisory addressing this vulnerability. Administrators should apply the patch referenced in the Netgate Security Advisory SA-23_09. Review the advisory for specific version upgrade instructions and ensure all pfSense installations are updated to a version that includes the fix.

Workarounds

  • Limit WebGUI access to specific trusted management networks or VPN connections only
  • Use browser security extensions that block reflected XSS attacks when accessing the pfSense interface
  • Implement a reverse proxy with WAF capabilities in front of the pfSense WebGUI to filter malicious requests
  • Advise administrators to use dedicated browser profiles or sessions for pfSense administration to minimize cookie exposure
bash
# Example: Restrict WebGUI access to management network only
# Navigate to Firewall > Rules > WAN and ensure no rules allow access to port 443/80 for WebGUI
# Create a firewall rule under Firewall > Rules > LAN:
# Action: Pass
# Interface: LAN
# Protocol: TCP
# Source: Management_Network_Alias (e.g., 10.0.0.0/24)
# Destination: This Firewall
# Destination Port: 443
# Description: Allow WebGUI access from management network only

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechNetgate Pfsense

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability48.31%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • SonarSource Blog on pfSense Vulnerabilities
  • Vendor Resources
  • Netgate Security Advisory SA-23_09
  • Related CVEs
  • CVE-2024-46538: Netgate pfSense XSS Vulnerability

  • CVE-2023-48123: Netgate pfSense RCE Vulnerability

  • CVE-2023-42326: Netgate pfSense RCE Vulnerability

  • CVE-2023-27253: Netgate pfSense RCE 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