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
Tools/GitHubGitHub/whypet/cve-2023-31320
Vulnerability AnalysisExploitationFuzzingHardware SecurityBinary ExploitationArchived
GitHubwhypet/cve-2023-31320

CVE-2023-31320

DoS vulnerability in AMD driver that corrupts the display.

View Repository
6292 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

CVE-2023-31320

Proof of concept code for a denial of service vulnerability in the AMD display driver that corrupts the display.

AMD security bulletin

Demo

This video contains flashing lights!

https://github.com/whypet/CVE-2023-31320/assets/47226783/658776cb-6dbc-4a76-a671-fc1f4924b2a9

Building

  • Clang: clang++ main.cpp -Oz -luser32 -ld3d11 -ld3dcompiler -o out/CVE-2023-31320.exe
  • GCC: g++ main.cpp -Oz -municode -luser32 -ld3d11 -ld3dcompiler -o out/CVE-2023-31320.exe
  • MSVC++: cl main.cpp /O1 /Foout/ /link user32.lib d3d11.lib d3dcompiler.lib /out:out/CVE-2023-31320.exe
Download Tool