关联漏洞
Description
DoS vulnerability in AMD driver that corrupts the display.
介绍
<h1 align="center">CVE-2023-31320</h1>
Proof of concept code for a denial of service vulnerability in the AMD display driver that corrupts the display.
[AMD security bulletin](https://www.amd.com/en/resources/product-security/bulletin/amd-sb-6003.html)
## 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`
文件快照
[4.0K] /data/pocs/6615aca2dcf7cce059f47e7470a63cc9f2dfdb71
├── [6.3K] main.cpp
└── [ 706] README.md
0 directories, 2 files
备注
1. 建议优先通过来源进行访问。
2. 本地 POC 快照面向订阅用户开放;当原始来源失效或无法访问时,本地镜像作为订阅权益的一部分提供。
3. 持续抓取、验证、维护这份 POC 档案需要不少投入,因此本地快照已纳入付费订阅。您的订阅是让这份资料能继续走下去的关键,由衷感谢。 查看订阅方案 →