Projects STRLCPY CVE-2023-31320 Files
🤬
Enable build support by adding .buildspec.yml
.gitignore Loading last commit info...
README.md
demo.gif
main.cpp
README.md

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

GIF demo (Flashing lights)

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
Please wait...
Page is in error, reload to recover