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

CVE-2025-29953: Apache ActiveMQ NMS OpenWire RCE Flaw

CVE-2025-29953 is a deserialization of untrusted data vulnerability in Apache ActiveMQ NMS OpenWire Client that enables remote code execution. This article covers the technical details, affected versions, and mitigation steps.

Updated: January 22, 2026

CVE-2025-29953 Overview

CVE-2025-29953 is a critical Insecure Deserialization vulnerability affecting the Apache ActiveMQ NMS OpenWire Client. This issue allows malicious servers to exploit unbounded deserialization in client connections, potentially leading to arbitrary code execution on systems running the vulnerable client. Version 2.1.0 introduced an allow/denylist feature to restrict deserialization, but researchers discovered this protection mechanism could be bypassed.

The vulnerability is particularly concerning because it affects client-side connections to potentially untrusted servers. When a .NET application using the vulnerable ActiveMQ NMS OpenWire Client connects to a malicious server, that server can craft malicious serialized responses that, when deserialized by the client, can execute arbitrary code with the privileges of the client application.

Critical Impact

Successful exploitation allows remote attackers to achieve arbitrary code execution on client systems connecting to malicious servers, potentially leading to complete system compromise.

Affected Products

  • Apache ActiveMQ NMS OpenWire Client versions prior to 2.1.1
  • .NET applications utilizing the vulnerable NMS OpenWire Client library
  • Systems connecting to untrusted ActiveMQ servers

Discovery Timeline

  • 2025-04-18 - CVE CVE-2025-29953 published to NVD
  • 2025-07-09 - Last updated in NVD database

Technical Details for CVE-2025-29953

Vulnerability Analysis

This Insecure Deserialization vulnerability (CWE-502) exists in the Apache ActiveMQ NMS OpenWire Client's handling of server responses. The client performs unbounded deserialization of data received from servers without adequate validation, creating an exploitable condition when connecting to untrusted endpoints.

The vulnerability is accessible over the network without requiring authentication or user interaction. When exploited, attackers can achieve complete compromise of confidentiality, integrity, and availability on affected client systems.

Notably, while version 2.1.0 attempted to address this class of vulnerability by implementing allow/denylist restrictions on deserialization, the implementation contained flaws that allowed attackers to bypass these protections. The Apache Software Foundation has acknowledged the broader issue with .NET binary serialization, noting that Microsoft has deprecated this feature starting with .NET 9 and recommending migration away from binary serialization entirely.

Root Cause

The root cause is the use of .NET binary serialization (BinaryFormatter) for deserializing data received from servers without proper validation or type restrictions. BinaryFormatter is inherently unsafe when processing untrusted data, as it can instantiate arbitrary types and execute code during the deserialization process. The allow/denylist bypass in version 2.1.0 indicates that even type-filtering approaches are insufficient to fully secure .NET binary serialization.

Attack Vector

The attack vector requires a vulnerable client to establish a connection to a malicious server controlled by the attacker. The attack flow is as follows:

  1. An attacker sets up a rogue ActiveMQ server or compromises an existing server
  2. A victim's application using the vulnerable NMS OpenWire Client connects to the malicious server
  3. The server responds with specially crafted serialized objects containing malicious payloads
  4. The client deserializes the response without proper validation
  5. During deserialization, the malicious payload triggers arbitrary code execution

This is a client-side vulnerability, meaning the attacker must convince or trick the target into connecting to a malicious server, or the attacker must perform a man-in-the-middle attack to intercept and modify legitimate server responses.

Detection Methods for CVE-2025-29953

Indicators of Compromise

  • Unexpected network connections to unknown ActiveMQ brokers from client applications
  • Anomalous process spawning from .NET applications using the NMS OpenWire Client
  • Unusual deserialization exceptions in application logs followed by suspicious activity
  • Evidence of BinaryFormatter usage with external data sources in code or runtime analysis

Detection Strategies

  • Monitor for applications using Apache ActiveMQ NMS OpenWire Client versions prior to 2.1.1
  • Implement network monitoring to detect connections to unexpected or untrusted ActiveMQ endpoints
  • Deploy endpoint detection solutions capable of identifying deserialization-based exploitation attempts
  • Review application dependencies for vulnerable versions of the Apache.NMS.ActiveMQ NuGet package

Monitoring Recommendations

  • Enable verbose logging for ActiveMQ client connections to identify connections to unauthorized servers
  • Implement allowlisting for trusted ActiveMQ broker endpoints in network security controls
  • Monitor for child process creation from .NET applications that typically don't spawn processes
  • Configure SIEM rules to correlate ActiveMQ connection events with suspicious subsequent activity

How to Mitigate CVE-2025-29953

Immediate Actions Required

  • Upgrade Apache ActiveMQ NMS OpenWire Client to version 2.1.1 or later immediately
  • Audit all applications using the NMS OpenWire Client library to identify vulnerable deployments
  • Restrict client connections to trusted, known-good ActiveMQ servers only
  • Consider disabling or removing applications that connect to untrusted ActiveMQ endpoints until patched

Patch Information

Apache has released version 2.1.1 of the ActiveMQ NMS OpenWire Client that addresses this deserialization vulnerability. Users should update their dependencies immediately via NuGet or their preferred package management solution.

For additional details, refer to the Apache Thread Discussion and the Openwall OSS-Security Posting.

Long-term, the Apache project recommends migrating away from .NET binary serialization entirely, in alignment with Microsoft's deprecation of BinaryFormatter in .NET 9. Consider adopting safer serialization alternatives such as System.Text.Json or protocol buffers.

Workarounds

  • Configure network-level controls to restrict which ActiveMQ brokers clients can connect to
  • Implement certificate pinning or mutual TLS to ensure clients only connect to trusted servers
  • If possible, disable binary message serialization features in client applications
  • Deploy application-level firewalls to inspect and filter ActiveMQ protocol traffic
bash
# Example: Restrict outbound ActiveMQ connections to trusted servers using firewall rules
# Replace TRUSTED_BROKER_IP with your authorized ActiveMQ server addresses
iptables -A OUTPUT -p tcp --dport 61616 -d TRUSTED_BROKER_IP -j ACCEPT
iptables -A OUTPUT -p tcp --dport 61616 -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/TechApache Activemq

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.24%

  • 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-502
  • Technical References
  • Openwall OSS-Security Posting
  • Vendor Resources
  • Apache Thread Discussion
  • Related CVEs
  • CVE-2025-54539: Apache ActiveMQ NMS AMQP RCE Vulnerability

  • CVE-2020-11998: Apache ActiveMQ RCE Vulnerability

  • CVE-2025-66168: Apache ActiveMQ Buffer Overflow Flaw

  • CVE-2025-27533: Apache ActiveMQ DoS 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