Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
VirtualBox_CVE-2019-2525-CVE-2019-2548 — Proof-of-concept exploits for VirtualBox guest-to-host escape vulnerabilities CVE-2019-2525 and CVE-2019-2548, with a Python library for HGCM interface experimentation and a simple fuzzer for the VBoxSharedCrOpenGL service. | Kitploit
Tools/GitHubGitHub/phantomn/virtualbox_cve-2019-2525-cve-2019-2548
Vulnerability AnalysisExploitationReverse EngineeringDebuggersFuzzingBinary Exploitation
GitHubphantomn/virtualbox_cve-2019-2525-cve-2019-2548

VirtualBox_CVE-2019-2525-CVE-2019-2548

Proof-of-concept exploits for VirtualBox guest-to-host escape vulnerabilities CVE-2019-2525 and CVE-2019-2548, with a Python library for HGCM interface experimentation and a simple fuzzer for the VBoxSharedCrOpenGL service.

View Repository
2147 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

VirtualBox 3D PoCs & exploits

Author: @_niklasb

Overview article.

License

Exploits

See the subdirectories other than lib.

Debug build

For Arch Linux, you can use the provided PKGBUILD in archpkg to get a debug version of 5.2.18, with the 3D security fixes from July 2018 reverted.

Library

lib/hgcm.py and lib/chromium.py provide high-level access to the HGCM interface and to the VBoxSharedCrOpenGL service, via VBoxGuest IOCTLs. can be used to very easily experiment with Chromium from Python inside the guest. I used it to build a very simple, completely dumb fuzzer that found multiple trivial crashes in minutes.

chromium.py
Download Tool