Files
CVEs-PoC/2020/CVE-2020-25669.md
T
2024-05-25 21:48:12 +02:00

944 B

CVE-2020-25669

Description

A vulnerability was found in the Linux Kernel where the function sunkbd_reinit having been scheduled by sunkbd_interrupt before sunkbd being freed. Though the dangling pointer is set to NULL in sunkbd_disconnect, there is still an alias in sunkbd_reinit causing Use After Free.

POC

Reference

Github

No PoCs found on GitHub currently.