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

CVE-2025-32399: Rt-labs P-net DOS Vulnerability

CVE-2025-32399 is a denial of service vulnerability in Rt-labs P-net that allows attackers to force IO devices into an infinite loop via malicious RPC packets. This article covers technical details, affected versions, and mitigation.

Updated: May 19, 2026

CVE-2025-32399 Overview

CVE-2025-32399 is a denial-of-service vulnerability in RT-Labs P-Net, an open-source PROFINET device stack used by industrial IO devices. Versions 1.0.1 and earlier contain an unchecked input used as a loop condition [CWE-606, CWE-1284]. An attacker on the network can send a malicious Remote Procedure Call (RPC) packet that forces the device to enter an infinite loop. The result is a sustained denial of service against the affected IO device, disrupting industrial control system communications until the device is restarted.

Critical Impact

A single crafted RPC packet can render PROFINET IO devices using P-Net unresponsive, interrupting operational technology (OT) processes that rely on real-time fieldbus communication.

Affected Products

  • RT-Labs P-Net version 1.0.1
  • RT-Labs P-Net versions earlier than 1.0.1
  • Industrial IO devices and PROFINET stacks integrating the P-Net library

Discovery Timeline

  • 2025-05-07 - CVE-2025-32399 published to NVD
  • 2025-05-13 - Last updated in NVD database

Technical Details for CVE-2025-32399

Vulnerability Analysis

The vulnerability resides in P-Net's handling of RPC packets used by the PROFINET protocol. P-Net implements distributed automation services where IO controllers and IO devices exchange configuration and diagnostic data over RPC. The flaw is classified under [CWE-606] (Unchecked Input for Loop Condition) and [CWE-1284] (Improper Validation of Specified Quantity in Input).

A loop inside the RPC parsing logic uses a length or count field taken directly from attacker-controlled packet data. When that field carries a value the implementation cannot terminate against, the loop never exits. The processing thread consumes CPU cycles indefinitely and stops servicing legitimate PROFINET traffic.

Because PROFINET devices typically run on resource-constrained embedded hardware, a single stalled thread is sufficient to halt cyclic IO data exchange. Refer to the Nozomi Networks Vulnerability Advisory for protocol-level analysis.

Root Cause

The root cause is missing validation of a quantity value received in an RPC request. The library uses this attacker-supplied value as a loop boundary without checking it against the actual packet size or a safe upper limit. The unchecked condition lets the loop run beyond expected bounds.

Attack Vector

The attack is remote and unauthenticated, requiring only network reachability to the PROFINET device. The attacker sends a malformed RPC packet to a P-Net based IO device on the industrial network. No user interaction or credentials are required to trigger the infinite loop and deny service.

No verified public exploit code is currently available. The vulnerability mechanism is documented in the upstream Nozomi Networks advisory linked above.

Detection Methods for CVE-2025-32399

Indicators of Compromise

  • PROFINET IO devices that become unresponsive to cyclic data exchange or diagnostic queries without an associated power or link event.
  • Unusual inbound RPC traffic to UDP port 34964 or DCE/RPC endpoints on PROFINET hosts from unexpected sources.
  • Sudden CPU saturation on embedded devices running the P-Net stack, observable through device watchdog logs or controller diagnostics.

Detection Strategies

  • Deploy OT-aware network monitoring to inspect PROFINET DCE/RPC packets and flag malformed length or count fields.
  • Build signatures for RPC requests whose declared array or sub-element counts exceed the packet payload length.
  • Correlate device-availability loss events from IO controllers with packet captures to identify the originating source.

Monitoring Recommendations

  • Enable continuous packet inspection on the OT segment and forward PROFINET diagnostics to a centralized log platform.
  • Track baseline RPC traffic volumes per device and alert on protocol anomalies or repeated malformed frames.
  • Monitor IO controller alarms for AR abort and station-failure events that coincide with suspicious network activity.

How to Mitigate CVE-2025-32399

Immediate Actions Required

  • Inventory all devices and firmware images that embed RT-Labs P-Net 1.0.1 or earlier.
  • Restrict PROFINET RPC traffic to authorized IO controllers using firewall rules or VLAN segmentation.
  • Isolate affected IO devices from corporate and remote-access networks until patched firmware is available.

Patch Information

Upgrade P-Net to a version later than 1.0.1 once the vendor publishes a fixed release. Device manufacturers that ship P-Net inside their firmware must rebuild and distribute updated images to operators. Consult the Nozomi Networks Vulnerability Advisory and the RT-Labs P-Net repository for current fix status.

Workarounds

  • Apply strict network segmentation so only trusted PROFINET controllers can reach IO devices.
  • Deploy an OT firewall or data diode that performs deep packet inspection on DCE/RPC traffic and drops malformed packets.
  • Disable PROFINET services on devices that do not require them and limit exposure to engineering workstations only.
bash
# Example: restrict PROFINET DCE/RPC traffic to authorized controllers (Linux nftables)
nft add rule inet filter forward ip saddr != { 10.10.1.10, 10.10.1.11 } \
    udp dport 34964 drop

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechRt Labs P Net

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.37%

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

  • CWE-1284
  • Technical References
  • Nozomi Networks Vulnerability Advisory
  • Related CVEs
  • CVE-2025-32405: Rt-labs P-net DOS Vulnerability

  • CVE-2025-32402: Rt-labs P-net DOS Vulnerability

  • CVE-2025-32398: Rt-labs P-net DOS Vulnerability

  • CVE-2025-32404: Rt-labs P-net Buffer Overflow Vulnerability
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