Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2023-31320 PoC — AMD Graphics Driver 安全漏洞

Source
Associated Vulnerability
Title:AMD Graphics Driver 安全漏洞 (CVE-2023-31320)
Description:AMD Graphics Driver是美国超威半导体(AMD)公司的一款集成显卡驱动程序。 AMD Graphics Driver 存在安全漏洞,该漏洞源于 AMD RadeonTM 显卡显示驱动程序中的不正确输入验证可能会允许攻击者破坏显示,从而可能导致拒绝服务。
Description
DoS vulnerability in AMD driver that corrupts the display.
Readme
<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`
File Snapshot

[4.0K] /data/pocs/6615aca2dcf7cce059f47e7470a63cc9f2dfdb71 ├── [6.3K] main.cpp └── [ 706] README.md 0 directories, 2 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.