cve/2024/CVE-2024-38566.md
2025-09-29 21:09:30 +02:00

1.1 KiB

CVE-2024-38566

Description

In the Linux kernel, the following vulnerability has been resolved:bpf: Fix verifier assumptions about socket->skThe verifier assumes that 'sk' field in 'struct socket' is validand non-NULL when 'socket' pointer itself is trusted and non-NULL.That may not be the case when socket was just created andpassed to LSM socket_accept hook.Fix this verifier assumption and adjust tests.

POC

Reference

Github

No PoCs found on GitHub currently.