Coder Social home page Coder Social logo

isabella232 / struts2-rce Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sonatype-nexus-community/struts2-rce

0.0 0.0 0.0 21.14 MB

Exploitable target to CVE-2017-5638

License: Apache License 2.0

Python 8.25% Java 88.60% CSS 0.33% Dockerfile 2.82%

struts2-rce's Introduction

DepShield Badge

Exploit Demo for CVE-2017-5638

Completely based on https://github.com/piesecurity/apache-struts2-CVE-2017-5638

A realistic scenario where a reference project for a framework is deployed on a container but with terrible consequences. To familiarise yourself look at the code and compile it. Also investigate the dockerfile - does anything specific rise to get our attention?

Shows how easily every day decisions and multiple vulnerabilities in chain can be leveraged.

Usage:

Pre-requisites:

  1. have a JDK installed,
  2. have Docker installed, Docker Desktop for Mac or Win
  3. ideally have Python installed (can be replaced by Jython)

To prepare:

  1. clone this repo
  2. run ./mvnw clean package in project root
  3. run docker build -t hackme \.
  4. run docker run -d -p 9080:8080 hackme
  5. once container comes online - verify by running in browser http://localhost:9080

Notice: if you don't have Docker installed, you can run ./mvnw jetty:run

To begin testing RCE - run the exploit.py file:

  • run python exploit.py http://localhost:9080/orders/3 "CMD"
  • If you don't have Python, use the Jython Standalone and
    run java -jar jython*.jar exploit.py http://localhost:9080/orders/3 "CMD"

Try with different CMDs like

  • pwd - where are we?
  • whomai - what user are we running this?
  • ls -la - what's in my directory?
  • ls / - what's my machine
  • ls /etc - what else we can find?

How to Fix!

Use the Nexus Lifecycle Component Information Panel to identify a non-vulnerable version of struts2-core. Update the POM to that version and rebuild. You can also rebuild the Docker image and run it to retry the attack.

Also, look in the Issues here to see DepShield findings

Original readme

https://github.com/apache/struts/tree/master/apps/rest-showcase

README.txt - Rest Showcase Webapp

Rest Showcase is a simple example of REST app build with the REST plugin.

For more on getting started with Struts, see 

* http://cwiki.apache.org/WW/home.html

I18N:
=====
Please note that this project was created with the assumption that it will be run
in an environment where the default locale is set to English. This means that
the default messages defined in package.properties are in English. If the default
locale for your server is different, then rename package.properties to package_en.properties
and create a new package.properties with proper values for your default locale.

struts2-rce's People

Contributors

butterb0wl avatar cmyanko avatar hboutemy avatar iletee avatar maurycupitt avatar scherzhaft avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.