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

CVE-2025-14558: FreeBSD rtsol/rtsold RCE Vulnerability

CVE-2025-14558 is a remote code execution vulnerability in FreeBSD rtsol(8) and rtsold(8) programs that allows attackers to execute shell commands via malicious router advertisements. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: March 13, 2026

CVE-2025-14558 Overview

CVE-2025-14558 is a command injection vulnerability affecting FreeBSD's rtsol(8) and rtsold(8) programs. These programs fail to validate domain search list options provided in router advertisement messages, passing the option body to resolvconf(8) without modification. Since resolvconf(8) is implemented as a shell script that does not validate its input, improper quoting allows shell commands passed as input to be executed with elevated privileges.

Critical Impact

An attacker with network access can inject arbitrary shell commands through malicious router advertisements, potentially achieving remote code execution on vulnerable FreeBSD systems running rtsold.

Affected Products

  • FreeBSD systems running rtsold(8) or rtsol(8) for IPv6 router discovery
  • Systems configured to accept IPv6 Router Advertisements
  • Environments using resolvconf(8) for DNS configuration management

Discovery Timeline

  • 2026-03-09 - CVE CVE-2025-14558 published to NVD
  • 2026-03-09 - Last updated in NVD database

Technical Details for CVE-2025-14558

Vulnerability Analysis

This vulnerability represents a classic command injection weakness stemming from improper input validation in a chain of system utilities. The rtsold(8) daemon, responsible for handling IPv6 Router Advertisement messages, processes DNSSL (Domain Name System Search List) options without sanitizing their contents. When these options contain shell metacharacters, they are passed verbatim to resolvconf(8), which operates as a shell script. The lack of proper quoting in resolvconf(8) allows embedded shell commands to be executed in the context of the daemon.

The vulnerability is exploitable over the network by an attacker who can send crafted Router Advertisement messages to a target system. This requires the attacker to be on the same network segment or able to spoof IPv6 Router Advertisement packets. Successful exploitation can lead to complete system compromise, including arbitrary code execution with root privileges.

Root Cause

The root cause is twofold: First, rtsold(8) does not validate or sanitize the DNSSL option data received from Router Advertisement messages before passing it to resolvconf(8). Second, resolvconf(8) is implemented as a shell script that fails to properly quote input parameters, creating an injection point where shell metacharacters in the DNSSL data are interpreted and executed.

Attack Vector

The attack is carried out by sending malicious IPv6 Router Advertisement messages containing specially crafted DNSSL options. An attacker positioned on the local network segment can craft Router Advertisement packets with shell metacharacters embedded in the domain search list field. When rtsold(8) receives these packets, it extracts the DNSSL option and passes it to resolvconf(8), which inadvertently executes the embedded commands due to insufficient input sanitization.

The vulnerability mechanism involves crafting Router Advertisement packets with DNSSL options containing shell command sequences. When processed by the vulnerable rtsold daemon, these commands are executed through the resolvconf(8) shell script. Technical exploitation details are available in the FreeBSD Security Advisory.

Detection Methods for CVE-2025-14558

Indicators of Compromise

  • Unexpected process spawning from rtsold or resolvconf processes
  • Unusual network activity following receipt of IPv6 Router Advertisement messages
  • Modifications to DNS configuration files not initiated by administrators
  • Log entries showing malformed domain names containing shell metacharacters

Detection Strategies

  • Monitor for anomalous IPv6 Router Advertisement traffic with unusual DNSSL options
  • Implement network-based intrusion detection rules for malformed RA packets
  • Enable process auditing to detect unexpected child processes of rtsold
  • Review system logs for resolvconf errors or unexpected command execution

Monitoring Recommendations

  • Enable verbose logging for rtsold daemon to capture RA message details
  • Implement network traffic analysis for IPv6 Router Advertisements with suspicious payloads
  • Deploy endpoint detection to identify shell command execution from network daemon contexts
  • Monitor /etc/resolv.conf and related DNS configuration files for unauthorized changes

How to Mitigate CVE-2025-14558

Immediate Actions Required

  • Apply the security patch provided in FreeBSD Security Advisory FreeBSD-SA-25:12
  • Consider temporarily disabling rtsold if IPv6 router discovery is not required
  • Implement network-level filtering for untrusted Router Advertisement messages
  • Enable Router Advertisement Guard (RA Guard) on network switches if available

Patch Information

FreeBSD has released a security advisory addressing this vulnerability. Administrators should apply the patches referenced in FreeBSD-SA-25:12.rtsold.asc. The fix involves proper input validation in both rtsold(8) and resolvconf(8) to prevent shell metacharacter interpretation. A Metasploit module exists for this vulnerability as documented in the Sploitus exploit listing, increasing the urgency for patching.

Workarounds

  • Disable rtsold service if IPv6 autoconfiguration is not required: sysrc rtsold_enable="NO" and service rtsold stop
  • Configure static IPv6 addressing to eliminate dependency on Router Advertisements
  • Deploy RA Guard on network infrastructure to filter malicious Router Advertisement packets
  • Implement strict network segmentation to limit attacker access to broadcast domains
bash
# Disable rtsold service as a temporary workaround
sysrc rtsold_enable="NO"
service rtsold stop

# Verify service is disabled
service rtsold status

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechResolvconf

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability39.97%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-20
  • Technical References
  • FreeBSD Security Advisory

  • Sploitus Exploit Listing
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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