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-2025-69690

CVE-2025-69690: pfSense CE RCE Vulnerability

CVE-2025-69690 is a remote code execution vulnerability in Netgate pfSense CE 2.7.2 affecting the module installer. Attackers can exploit serialized PHP objects to execute arbitrary code. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 18, 2026

CVE-2025-69690 Overview

CVE-2025-69690 is a disputed code execution vulnerability in Netgate pfSense Community Edition (CE) 2.7.2. The flaw resides in the module installer, which accepts a backup file containing a serialized PHP object with a post_reboot_commands property. An authenticated administrator can supply a crafted backup that triggers PHP code execution upon deserialization. The issue maps to insecure deserialization of untrusted data [CWE-502]. Netgate disputes the report, stating that the module installer is restricted to administrators who are intentionally permitted to execute PHP code on the appliance.

Critical Impact

An authenticated administrator can leverage a malicious backup file to execute arbitrary PHP code on a pfSense CE 2.7.2 firewall, with full control over the underlying operating system.

Affected Products

  • Netgate pfSense Community Edition (CE) 2.7.2
  • Community build identified by CPE cpe:2.3:a:pfsense:pfsense:2.7.2:*:*:*:community:*:*:*
  • Deployments exposing the pfSense webConfigurator module installer to admin users

Discovery Timeline

  • 2026-05-08 - CVE-2025-69690 published to the National Vulnerability Database (NVD)
  • 2026-05-12 - Last updated in NVD database
  • 2026-05-18 - EPSS score recorded at 0.035% (percentile 10.447)

Technical Details for CVE-2025-69690

Vulnerability Analysis

The vulnerability stems from how the pfSense CE 2.7.2 module installer handles backup files. The installer accepts a backup archive that contains a serialized PHP object. When pfSense deserializes the object using PHP's unserialize() mechanism, properties defined in the payload are restored into a live PHP object. The malicious payload sets the post_reboot_commands property, which is later evaluated by the platform's post-reboot processing logic. Evaluation of the attacker-controlled property results in arbitrary PHP code execution in the context of the webConfigurator process. Netgate characterizes this as intended behavior because module installation is an admin-only function and administrators may run PHP by design. The dispute is reflected in the upstream advisory, but the deserialization sink remains a viable post-compromise persistence and lateral movement primitive once admin credentials are obtained.

Root Cause

The root cause is insecure deserialization [CWE-502]. The installer trusts the structure and contents of a user-supplied backup file and reconstructs PHP objects without validating that the embedded properties are safe to evaluate. Properties such as post_reboot_commands are executed as part of normal post-install flow.

Attack Vector

Exploitation requires network access to the pfSense webConfigurator and valid administrator credentials. The attacker uploads a crafted backup file through the module installer. After deserialization, the embedded post_reboot_commands payload runs PHP code, which can be used to spawn shell commands, modify firewall rules, or establish persistence on the appliance.

No verified proof-of-concept code is publicly available. See the Full Disclosure Mailing List Post for the original report and the vendor dispute.

Detection Methods for CVE-2025-69690

Indicators of Compromise

  • Unexpected uploads to the pfSense module installer endpoint from administrator sessions
  • Backup archive files containing PHP serialized strings referencing post_reboot_commands
  • New or modified entries in pfSense config.xml that include serialized PHP objects in unusual fields
  • Outbound connections from the pfSense host to attacker-controlled infrastructure following module installation

Detection Strategies

  • Inspect uploaded backup files for serialized PHP markers such as O: object signatures and the post_reboot_commands property name
  • Audit pfSense webConfigurator access logs for pkg_mgr_install.php or module installer activity outside scheduled maintenance windows
  • Compare administrator session sources against an allow-list of management workstations and jump hosts

Monitoring Recommendations

  • Forward pfSense system, authentication, and webConfigurator logs to a centralized analytics platform for correlation
  • Alert on reboots that follow module installation events, since the deserialization sink fires during post-reboot processing
  • Track creation of unexpected PHP, shell, or cron artifacts on the firewall filesystem

How to Mitigate CVE-2025-69690

Immediate Actions Required

  • Restrict access to the pfSense webConfigurator to dedicated management networks and trusted source addresses
  • Enforce strong, unique administrator passwords and multi-factor authentication for all pfSense admin accounts
  • Limit the number of accounts with full administrator privileges and audit existing role assignments
  • Treat backup files as sensitive artifacts and only restore backups originating from trusted, integrity-checked sources

Patch Information

Netgate disputes CVE-2025-69690 and has not issued a dedicated security patch, taking the position that module installation is an intentional administrator capability. Operators should monitor the Full Disclosure Mailing List Post and Netgate release notes for any future guidance or hardening changes affecting pfSense CE 2.7.2.

Workarounds

  • Disable or block access to the module installer for accounts that do not require it
  • Require change-control approval and out-of-band verification before any module installation or backup restore
  • Segment pfSense management interfaces from production and user networks using a dedicated management VLAN
  • Validate the integrity of backup files with cryptographic hashes before importing them into pfSense

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechPfsense

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • Full Disclosure Mailing List Post

  • LinkedIn Profile of Nelson Adhepeau
  • Related CVEs
  • CVE-2025-69691: pfSense CE RCE Vulnerability via XMLRPC

  • CVE-2021-41282: pfSense RCE Vulnerability via Sed Injection
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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