ronin-rb / community-pocs

A repository of PoCs for ronin-exploits
https://ronin-rb.dev
GNU General Public License v3.0
0 stars 2 forks source link

Add PoC exploit for CVE-2017-9805 #18

Open postmodern opened 3 months ago

postmodern commented 3 months ago

Add a PoC exploit for CVE-2017-9805, remove code execution via insecure deserialization in the REST plugin for Apache Struts 2.1.1 through 2.3.x before 2.3.34 and 2.5.x before 2.5.13.

Reference PoCs

Vuln App

How to Submit a PoC

See the CONTRIBUTING file for instructions on how to submit a PoC exploit.

postmodern commented 2 months ago

Ronin::Support::Network::HTTP needs to support multipart file upload to make it easier to write this PoC. https://github.com/ronin-rb/ronin-support/issues/504