
CVE-2026-43499 PoC Scanner
This repository contains a Go-based scanner and proof-of-concept implementation for a Linux kernel vulnerability related to CVE-2026-43499. The project is intended for research, defensive analysis, and authorized security testing only.
The code in this repository performs two main functions:
The exploit path may cause a kernel panic or system crash. It should only be executed on isolated test systems or environments where impact is understood and acceptable.
From the repository root, run:
go build -o cve_2026_43499 CVE-2026-43499_poc_scan.go

Run a safe detection check:
./cve_2026_43499 --scan
Trigger the proof-of-concept flow:
sudo ./cve_2026_43499 --exploit
.
├── CVE-2026-43499_poc_scan.go
├── images/
└── README.md
This project is provided for educational and defensive purposes. The author is not responsible for any misuse, damage, or unauthorized activity resulting from the use of this code.