Git Product home page Git Product logo

fuzzer's Introduction

fuzzer

The project primarily involves fuzzing various components of OpenDaylight; the end goal being finding as many bugs or exploitable vulnerabilities as possible in the way that OpenDaylight presently implements its interfaces and protocols.

This project uncovers high-impact, exploitable vulnerabilities in OpenDaylight components such as:

  1. Memory corruption
  2. Denial of service
  3. Integer handling problems
  4. Improper handling of exceptions
  5. Privilege escalations or erroneous trust boundaries
  6. Injection and Inclusion involving untrusted input text formats
  7. Improper validation of inputs
  8. Resource exhaustion (disk, CPU, memory)
  9. Implementation logic errors depending on the protocol design of components and layers.

Consists of the following three components:

  1. Generating fuzz inputs Studying and identifying input interfaces for the OpenDaylight controller and further generating fuzz inputs. These fuzz inputs shall be generated using a number of different fuzzing strategies (discussed below in detail). The output of this generator will be a series of test inputs that will be subsequently fed to the controller. There are two possible interfaces to the controller: a) Southbound interfaces and protocol plugins including openflow plugin, ovsdb plugin, other standard protocols like ONF, IETF etc and other vendor specific interfaces b) Northbound REST APIs Under the scope of this internship tenure, it may be necessary to identify and target a subset of these interfaces that can serve as the best fuzzing candidates.

  2. Executing fuzzed inputs Launching front-end responsible for looping over the generated fuzz inputs, each time spawning a new instance of the controller as a child process. This main process, or the parent, shall trace the child process(OpenDaylight controller) and be able to receive all signals that are destined for the child process. This front-end will have to be integrated to work with Mininet - the dataplane simulator and Robot Framework - the test automation framework.

  3. Error monitoring and detection engine Dynamically monitoring each instance of the controller for unhandled exceptions, crash or any other interesting signals. This component shall log all the event results (registers, memory and execution state) for later review and debugging since it’d be necessary to identify the kinds of faults, their reproducibility and how severe they are to qualify as security vulnerabilities.

fuzzer's People

Contributors

moneymatters38 avatar

Watchers

 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.