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-2023-34050

CVE-2023-34050: Spring AMQP Deserialization Vulnerability

CVE-2023-34050 is a deserialization flaw in Spring AMQP that allows untrusted data execution when no allowed list is configured. This post covers technical details, affected versions, impact, and mitigation.

Published: February 4, 2026

CVE-2023-34050 Overview

CVE-2023-34050 is an insecure deserialization vulnerability affecting VMware Spring Advanced Message Queuing Protocol (Spring AMQP). In Spring AMQP versions 1.0.0 to 2.4.16 and 3.0.0 to 3.0.9, allowed list patterns for deserializable class names were added to provide security controls; however, by default when no allowed list was provided, all classes could be deserialized. This allows attackers with the ability to write messages to the RabbitMQ broker to send malicious serialized content that could be deserialized by vulnerable applications.

Critical Impact

Applications using SimpleMessageConverter or SerializerMessageConverter without configuring allowed list patterns are vulnerable to deserialization attacks from untrusted message originators who gain write permissions to the RabbitMQ broker.

Affected Products

  • VMware Spring Advanced Message Queuing Protocol versions 1.0.0 to 2.4.16
  • VMware Spring Advanced Message Queuing Protocol versions 3.0.0 to 3.0.9

Discovery Timeline

  • October 19, 2023 - CVE-2023-34050 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-34050

Vulnerability Analysis

This insecure deserialization vulnerability (CWE-502) exists in Spring AMQP's message handling mechanism. The vulnerability occurs when applications use the SimpleMessageConverter or SerializerMessageConverter classes to process incoming messages without properly configuring class deserialization restrictions.

Spring AMQP introduced allowed list patterns as a security feature to restrict which classes can be deserialized from incoming messages. However, the default configuration does not enforce any restrictions, meaning all classes are allowed to be deserialized. This design flaw creates a significant attack surface when untrusted parties can write messages to the RabbitMQ broker.

For exploitation to succeed, three conditions must be met: the application must use SimpleMessageConverter or SerializerMessageConverter, no allowed list patterns must be configured, and an attacker must have permissions to write messages to the RabbitMQ broker. While the attack requires authenticated access to the message broker, it can lead to unauthorized data manipulation.

Root Cause

The root cause of this vulnerability is a permissive default configuration in Spring AMQP's deserialization mechanism. When allowed list patterns were introduced as a security feature, the implementation defaulted to allowing all classes when no explicit configuration was provided. This "open by default" approach contradicts secure design principles, which recommend denying by default and explicitly allowing only trusted classes.

Attack Vector

The attack is network-based and requires an authenticated attacker with low privileges to have write access to the RabbitMQ broker. The attacker crafts a malicious serialized Java object and sends it as a message to a queue monitored by the vulnerable application. When the application's message converter deserializes the message content without class restrictions, the malicious payload is processed.

The exploitation requires the attacker to identify a suitable gadget chain present in the application's classpath that can be leveraged during deserialization to achieve the desired impact, such as modifying application state or manipulating data.

Detection Methods for CVE-2023-34050

Indicators of Compromise

  • Unexpected or malformed serialized Java objects appearing in RabbitMQ message queues
  • Unusual message patterns from unexpected sources writing to protected queues
  • Application errors or exceptions related to class instantiation during message processing
  • Anomalous RabbitMQ connection attempts from unauthorized IP addresses or services

Detection Strategies

  • Monitor RabbitMQ audit logs for unauthorized write attempts to application queues
  • Implement application-level logging to track deserialization operations and identify suspicious class instantiations
  • Deploy network monitoring to detect unusual traffic patterns to RabbitMQ broker ports
  • Review application configurations to identify instances using default converter settings without allowed lists

Monitoring Recommendations

  • Enable verbose logging for Spring AMQP message converter operations
  • Configure RabbitMQ to log all producer connections and message publishing events
  • Implement alerting for deserialization exceptions that may indicate exploitation attempts
  • Regularly audit RabbitMQ user permissions to ensure principle of least privilege

How to Mitigate CVE-2023-34050

Immediate Actions Required

  • Upgrade Spring AMQP to versions 2.4.17 or later for the 2.x branch, or 3.0.10 or later for the 3.x branch
  • Configure explicit allowed list patterns for all SimpleMessageConverter and SerializerMessageConverter instances
  • Review and restrict RabbitMQ user permissions to limit write access to only authorized producers
  • Audit all Spring AMQP configurations across applications to identify vulnerable deployments

Patch Information

VMware has released patched versions of Spring AMQP that address this vulnerability. Organizations should upgrade to Spring AMQP version 2.4.17 or later for applications on the 2.x branch, or version 3.0.10 or later for applications on the 3.x branch. For detailed patch information, refer to the Spring Security Advisory CVE-2023-34050.

Workarounds

  • Configure explicit allowed list patterns on message converters to restrict deserializable classes to only those required by the application
  • Replace SimpleMessageConverter or SerializerMessageConverter with Jackson2JsonMessageConverter which uses JSON instead of Java serialization
  • Implement network segmentation to restrict access to RabbitMQ brokers from untrusted networks
  • Add message validation layers before deserialization to filter suspicious content
bash
# Example: Configure allowed list patterns in Spring configuration
# Add to application.properties or application.yml

# Restrict deserialization to specific packages
spring.rabbitmq.listener.simple.message-converter.allowed-list-patterns=com.yourcompany.model.*,java.util.*

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechVmware Spring Advanced Message Queuing Protocol

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability41.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-502
  • Vendor Resources
  • Spring Security Advisory CVE-2023-34050
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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