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

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

CVE-2025-32402 is a denial of service vulnerability in Rt-labs P-net caused by an out-of-bounds write flaw. Attackers can crash IO devices using malicious RPC packets. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 29, 2026

CVE-2025-32402 Overview

An Out-of-bounds Write vulnerability has been identified in RT-Labs P-Net, an open-source implementation of the Profinet IO device stack. This vulnerability affects version 1.0.1 and earlier versions of the P-Net library. The flaw allows remote attackers to send specially crafted RPC packets that trigger a memory corruption condition, resulting in a denial of service by crashing IO devices that utilize the vulnerable library.

Critical Impact

Remote attackers can crash industrial IO devices without authentication by sending malicious RPC packets over the network, potentially disrupting critical operational technology (OT) environments.

Affected Products

  • RT-Labs P-Net version 1.0.1 and earlier
  • Industrial IO devices implementing the P-Net Profinet stack
  • OT/ICS systems utilizing RT-Labs P-Net library

Discovery Timeline

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

Technical Details for CVE-2025-32402

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-bounds Write), a memory corruption flaw that occurs when the application writes data beyond the boundaries of allocated memory buffers. In the context of RT-Labs P-Net, the vulnerability exists in the RPC packet processing functionality.

When the P-Net library receives and processes RPC packets, insufficient bounds checking allows an attacker-controlled input to write data outside the intended memory region. This can corrupt adjacent memory structures, leading to application instability and crash conditions. The vulnerability is particularly concerning for industrial control system (ICS) environments where P-Net is commonly deployed to implement Profinet communications between programmable logic controllers (PLCs) and IO devices.

Root Cause

The root cause of CVE-2025-32402 lies in inadequate input validation when processing incoming RPC packets. The P-Net library fails to properly verify the length or structure of certain RPC message fields before writing data to memory buffers. This allows an attacker to craft a malicious packet with oversized or malformed data that exceeds buffer boundaries during the write operation.

The out-of-bounds write condition occurs because the code does not enforce proper boundary checks between the received data size and the allocated buffer size, allowing memory corruption when processing untrusted network input.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker with network access to devices running the vulnerable P-Net library can exploit this vulnerability by:

  1. Identifying target devices implementing P-Net Profinet communications
  2. Crafting a malicious RPC packet with carefully constructed payload data
  3. Sending the packet to the target device over the network
  4. Triggering the out-of-bounds write condition when the device processes the packet
  5. Causing the IO device to crash, resulting in denial of service

The vulnerability is particularly dangerous in flat OT networks where attackers may have direct access to industrial devices. For additional technical details, refer to the Nozomi Networks Vulnerability Advisory.

Detection Methods for CVE-2025-32402

Indicators of Compromise

  • Unexpected crashes or restarts of IO devices using RT-Labs P-Net library
  • Abnormal RPC traffic patterns targeting Profinet-enabled devices
  • Memory fault errors or segmentation faults in P-Net-based applications
  • Network traffic containing malformed or oversized RPC packets to industrial devices

Detection Strategies

  • Deploy network intrusion detection systems (NIDS) with rules to identify malformed Profinet RPC packets
  • Monitor for anomalous traffic patterns targeting devices on Profinet ports
  • Implement deep packet inspection on OT network segments to detect exploit attempts
  • Configure endpoint detection solutions to alert on unexpected process terminations of P-Net applications

Monitoring Recommendations

  • Enable logging for all RPC communications on affected IO devices where possible
  • Monitor device uptime and availability metrics to detect crash events
  • Implement network traffic baselining to identify anomalous Profinet activity
  • Deploy SentinelOne Singularity for OT visibility and real-time threat detection across industrial environments

How to Mitigate CVE-2025-32402

Immediate Actions Required

  • Identify all devices and systems using RT-Labs P-Net version 1.0.1 or earlier
  • Implement network segmentation to isolate vulnerable OT devices from untrusted networks
  • Deploy firewall rules to restrict RPC traffic to only authorized sources
  • Monitor affected devices for signs of exploitation or unexpected behavior

Patch Information

Organizations should contact RT-Labs or monitor their official channels for updated versions of the P-Net library that address this vulnerability. Review the Nozomi Networks Vulnerability Advisory for the latest remediation guidance.

When patches become available, test thoroughly in a non-production environment before deploying to production OT systems. Coordinate maintenance windows appropriately given the critical nature of industrial control systems.

Workarounds

  • Implement strict network segmentation between IT and OT networks to limit attacker access to vulnerable devices
  • Deploy application-layer firewalls or deep packet inspection to filter malformed RPC traffic
  • Configure access control lists (ACLs) to restrict Profinet communications to trusted hosts only
  • Consider deploying network monitoring solutions to detect and alert on exploit attempts
  • If devices cannot be patched immediately, evaluate temporary isolation from the network where operationally feasible

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-787
  • Technical References
  • Nozomi Networks Vulnerability Advisory
  • Related CVEs
  • CVE-2025-32405: Rt-labs P-net DoS Vulnerability

  • CVE-2025-32399: 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 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