GithubHelp home page GithubHelp logo

kernel-sploitz's Introduction

AWE-prep

CVE-2014-3434 Symantec Endpoint Protection sysplant.sys Heap Overflow - Win7 x86 cve-2014-3434

OSEE Extra Mile Heap Overflow - Win7 x86 extramile

HEVD - Heap Overflow - Win7 x86

Heap allocation max 0x1f8, fill up a fake object and overwrite next chunk pool and object header. Change the pointer to the crafted chunk to null in the Type Index Table so when the chunk is freed, the execution path will jump to OkayToCloseProcedure parameter at offset 0x74. We set shellcode pointer to null page at offset 0x74 and free the crafted chunk thus causing the execution to jump to shellcode. heapoverflow

HEVD - Use-After-Free - Win7 x86

Heap spray size of 0x60 using IoCompleteReserve objects fits the object used here perfectly. After heap fung shui is done, allocating and freeing the object forcably leaves a pointer to the old object. uaf

HEVD - Type Confusion - Win7 x86

Callback structure member is not set before passing the pointer to the TypeConfusionObjectInitializer() function. typeconfusion

HEVD - Uninitialized Stack Variable - Win7 x86

When you pass the incorrect magic value the callback parameter is not initialized. Spray stack to overwrite callback using the undocumented function NtMapUserPhysicalPages which copies input to kernel stack. uninitstackvar

HEVD - Null Pointer Dereference - Win7 x86

When you pass the incorrect magic value the callback parameter is nulled. Allocate null page and pass shellcode pointer. nullpointer

HEVD - Integer Overflow - Win7 x86

Supplying an IOCTL input size of 0xffffffff will cause the buffer to pass the max buffer size check due to program adding a size of 4 (terminator size 0xbad0b0b0) to the user buffer input size. integeroverflow

HEVD - Stack Overflow - Win7 x86 image 6

HEVD - Stack Overflow - Win7 x64 image 4

Capcom - Win10 x64 capcomw10

Capcom - Win7 x64 image 2

kernel-sploitz's People

Contributors

n1xbyte 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.