Exploitation Summary
EIP tracks 2 public exploits for CVE-2023-34050. PoCs published by X1r0z, JAckLosingHeart.
AI-analyzed exploit summary This repository contains a functional Proof of Concept (PoC) for CVE-2023-34050, a deserialization vulnerability in Spring AMQP. The exploit leverages Java deserialization gadgets to achieve remote code execution (RCE) by sending a malicious payload via RabbitMQ.
Description
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 Spring AMQP, allowing users to lock down deserialization of data in messages from untrusted sources; however by default, when no allowed list was provided, all classes could be deserialized. Specifically, an application is vulnerable if * the SimpleMessageConverter or SerializerMessageConverter is used * the user does not configure allowed list patterns * untrusted message originators gain permissions to write messages to the RabbitMQ broker to send malicious content
Exploits (2)
This repository contains a functional Proof of Concept (PoC) for CVE-2023-34050, a deserialization vulnerability in Spring AMQP. The exploit leverages Java deserialization gadgets to achieve remote code execution (RCE) by sending a malicious payload via RabbitMQ.
This repository contains functional exploit PoCs for multiple CVEs, including deserialization and RCE vulnerabilities in Java-based software. The PoCs are well-structured and include actual exploit code for vulnerabilities like CVE-2022-42889 (commons-text), CVE-2023-23638 (Dubbo), and others.
References (1)
Scores
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:L/A:H