Code Monkey home page Code Monkey logo

cve-2016-1000027-poc's Introduction

PoC for CVE-2016-1000027

This is a demo Spring Boolt application that is affected by CVE-2016-1000027.

Steps to reproduce the vulnerability

  1. Start a vulnerable server com.gypsyengineer.server.Server.
  2. Run com.gypsyengineer.client.Exploit.

The Exploit class reads payload.bin and sends it to the vulnerable server. payload.bin contains a payload generated by ysoserial. The current payload.bin is CommonsCollections5 that runs gedit:

java -jar target/ysoserial-0.0.6-SNAPSHOT-all.jar CommonsCollections5 gedit > payload.bin

How to fix an application that is affected by CVE-2016-1000027

The issue has not been fixed in Spring Framework. See spring-projects/spring-framework#24434

Here is what can be done on application side.

  1. The best way is to stop using HttpInvokerServiceExporter and RemoteInvocationSerializingExporter classes. They are already deprecated and will likely be remove in next versions of Spring Framework.
  2. Do not accept untrusted data in the endpoints that are based on these vulnerable classes.
  3. Use serialization filters that were introduced by JEP 290.

Links

  1. [R2] Pivotal Spring Framework HttpInvokerServiceExporter readRemoteInvocation Method Untrusted Java Deserialization
  2. OWASP: Deserialization of untrusted data
  3. The application is based on this.

cve-2016-1000027-poc's People

Contributors

artem-smotrakov 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.