关联漏洞
标题:
Pivotal Software Spring AMQP 安全漏洞
(CVE-2016-2173)
描述:Pivotal Software Spring AMQP是美国Pivotal Software公司的一套基于Spring框架的AMQP消息解决方案。该方案提供模板化的发送和接收消息的抽象层和基于消息驱动的POJO类等。 Pivotal Software Spring AMQP 1.5.5之前的版本中的org.springframework.core.serializer.DefaultDeserializer存在安全漏洞。远程攻击者可利用该漏洞执行任意代码。
介绍
# CVE-2016-2173 - Remote Code Execution in Spring AMQP - App Test
### Description
The class org.springframework.core.serializer.DefaultDeserializer does not validate the deserialized object against a whitelist. By supplying a crafted serialized object like Chris Frohoff's Commons Collection gadget, remote code execution can be achieved.
### Versions Affected
1.0.0 to 1.5.4
### Vendor
Spring by Pivotal
### Install
- Maven 3.x+
- Java 1.7+
- [RabbitMQ](https://www.rabbitmq.com/download.htm)
### Run App Vulnerbility
- mvn eclipse:eclipse
- import project
- run project (App)
文件快照
[4.0K] /data/pocs/bb7c0162126c07024305c4727f3562b66e407b5e
├── [4.0K] Exploit
│ ├── [1.6K] code_reverse_tcp.ser
│ ├── [1.4K] exe_code_reverse_tcp.ser
│ ├── [8.6M] exploit-cve2016-2173.jar
│ ├── [ 75] person.ser
│ ├── [ 510] README.md
│ └── [ 14M] ysoserial-0.0.4-all.jar
├── [1.5K] pom.xml
├── [ 587] README.md
├── [4.0K] src
│ ├── [4.0K] main
│ │ ├── [4.0K] java
│ │ │ └── [4.0K] com
│ │ │ └── [4.0K] hatoan
│ │ │ ├── [1.3K] App.java
│ │ │ ├── [ 330] Person.java
│ │ │ └── [2.2K] RabbitConfiguration.java
│ │ └── [4.0K] resources
│ │ └── [ 705] spring.xml
│ └── [4.0K] test
│ └── [4.0K] java
│ └── [4.0K] com
│ └── [4.0K] hatoan
│ └── [1.6K] AppTest.java
└── [4.0K] target
├── [4.0K] classes
│ ├── [4.0K] com
│ │ └── [4.0K] hatoan
│ │ ├── [1009] App.class
│ │ ├── [ 714] Person.class
│ │ ├── [1.4K] RabbitConfiguration$1.class
│ │ └── [2.3K] RabbitConfiguration.class
│ └── [ 705] spring.xml
├── [5.2K] CVE-2016-2173-1.0-SNAPSHOT.jar
├── [4.0K] maven-archiver
│ └── [ 115] pom.properties
└── [4.0K] test-classes
└── [4.0K] com
└── [4.0K] hatoan
└── [2.0K] AppTest.class
19 directories, 21 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。