Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-41732

CVE-2025-41732: Wago 0852-1328 Firmware RCE Vulnerability

CVE-2025-41732 is a remote code execution vulnerability in Wago 0852-1328 Firmware caused by unsafe sscanf calls that enable buffer overflow attacks. This article covers technical details, affected versions, and mitigation.

Published: March 18, 2026

CVE-2025-41732 Overview

CVE-2025-41732 is a critical stack-based buffer overflow vulnerability affecting Wago industrial Ethernet switches. An unauthenticated remote attacker can abuse unsafe sscanf calls within the check_cookie() function to write arbitrary data into fixed-size stack buffers, leading to full device compromise.

This vulnerability is classified under CWE-121 (Stack-based Buffer Overflow) and CWE-787 (Out-of-bounds Write), representing a severe threat to industrial control system environments where Wago devices are deployed.

Critical Impact

Unauthenticated attackers can achieve full device compromise by exploiting unsafe memory operations in the cookie validation function, potentially allowing complete control over affected industrial network infrastructure.

Affected Products

  • Wago 0852-1328 Firmware
  • Wago 0852-1328 Hardware
  • Wago 0852-1322 Firmware
  • Wago 0852-1322 Hardware

Discovery Timeline

  • December 10, 2025 - CVE-2025-41732 published to NVD
  • December 19, 2025 - Last updated in NVD database

Technical Details for CVE-2025-41732

Vulnerability Analysis

The vulnerability resides in the check_cookie() function, which is responsible for validating session cookies in the device's web management interface. The function uses unsafe sscanf calls to parse user-supplied cookie data without proper bounds checking, allowing attackers to overflow stack-allocated buffers.

When processing malicious cookie data, the sscanf function writes beyond the boundaries of fixed-size stack buffers. This memory corruption can overwrite critical stack elements including return addresses and saved registers, enabling attackers to hijack program execution flow.

The network-accessible nature of this vulnerability, combined with no authentication requirement and no user interaction needed, makes it particularly dangerous for exposed industrial devices. Successful exploitation grants attackers complete control over the device, including the ability to execute arbitrary code with device-level privileges.

Root Cause

The root cause is improper input validation in the check_cookie() function. The code uses sscanf with format specifiers that do not include width limiters, allowing unbounded writes to fixed-size stack buffers. When a cookie value exceeds the allocated buffer size, the sscanf function continues writing past the buffer boundary, corrupting adjacent stack memory.

This represents a classic stack-based buffer overflow pattern where user-controlled input is copied to a stack buffer without validating that the input length does not exceed the destination buffer capacity.

Attack Vector

The attack vector is network-based and requires no authentication. An attacker can craft a malicious HTTP request containing an oversized or specially formatted cookie value targeting the check_cookie() function. The exploitation process involves:

  1. Sending an HTTP request to the device's web management interface
  2. Including a malicious cookie header with payload data exceeding buffer boundaries
  3. Overwriting stack memory including return addresses
  4. Redirecting execution flow to attacker-controlled code

The vulnerability can be exploited by constructing a cookie value that precisely overwrites the return address on the stack, enabling the attacker to redirect execution to shellcode or ROP gadgets present in the firmware.

Detection Methods for CVE-2025-41732

Indicators of Compromise

  • Unusual HTTP requests to Wago device management interfaces containing abnormally large cookie values
  • Unexpected device behavior, crashes, or reboots following web interface access
  • Modified device configurations or firmware without authorized changes
  • Network traffic anomalies indicating command-and-control communications from industrial devices

Detection Strategies

  • Implement network intrusion detection rules to identify HTTP requests with oversized cookie headers targeting Wago devices
  • Monitor web server logs on Wago devices for requests with abnormally large cookie values
  • Deploy application-layer firewalls to inspect and block malformed HTTP requests to industrial device management interfaces
  • Use behavioral analysis to detect unusual process execution or memory access patterns on affected devices

Monitoring Recommendations

  • Establish baseline network behavior for Wago industrial switches and alert on deviations
  • Configure logging for all web management interface access attempts
  • Monitor for unexpected outbound connections from industrial network segments
  • Implement periodic integrity verification of device firmware and configurations

How to Mitigate CVE-2025-41732

Immediate Actions Required

  • Restrict network access to device management interfaces using network segmentation and access control lists
  • Disable web management interfaces if not operationally required
  • Place affected devices behind properly configured firewalls blocking untrusted access
  • Review network logs for evidence of exploitation attempts

Patch Information

Organizations should consult the CERT-VDE Security Advisory VDE-2025-095 for official patch information and firmware updates from Wago. Ensure firmware is updated to the latest version that addresses CVE-2025-41732.

Workarounds

  • Implement strict network segmentation to isolate affected devices from untrusted networks
  • Deploy web application firewalls or reverse proxies to filter and sanitize HTTP requests before they reach the device
  • Disable the web management interface entirely and use alternative management methods if available
  • Apply access control lists limiting management interface access to specific trusted IP addresses
bash
# Example network access control configuration
# Restrict management interface access to trusted management network
iptables -A INPUT -p tcp --dport 80 -s 10.0.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 10.0.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWago

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.13%

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

  • CWE-787
  • Technical References
  • CERT-VDE Security Advisory
  • Related CVEs
  • CVE-2025-41730: Wago 0852-1328 Firmware RCE Vulnerability

  • CVE-2022-50926: WAGO PFC200 Privilege Escalation Flaw

  • CVE-2023-1698: Wago Compact Controller Auth Bypass Flaw
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