GithubHelp home page GithubHelp logo

swastikdey175 / cve-2022-31705 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from s0duku/cve-2022-31705

0.0 0.0 0.0 5 KB

CVE-2022-31705 (Geekpwn 2022 Vmware EHCI OOB) POC

Shell 1.75% C 94.80% Makefile 3.45%

cve-2022-31705's Introduction

CVE-2022-31705

Intro

Example

  • use 'lsusb' to determine the device id, use the device id to set 'qh->field4'

  • vmx code will alloc a struct with 0x18 size (the size can be controlled in the code) buffer for reading guest physical memory.

  • the total size of this struct will be 0x400

  • address of this struct is 0x26d6caa80d0

  • in the end, vmx will read 0x800 size (can be controlled in the code) of physical memory into 0x2606CAA84C0, which is the last 0x10 byte of 0x26d6caa80d0 (first 0x8 is already readed at the alloc stage)

  • for sure, it will cause a OOB write.

cve-2022-31705's People

Contributors

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