cve/2024/CVE-2024-53180.md
2025-09-29 16:08:36 +00:00

844 B

CVE-2024-53180

Description

In the Linux kernel, the following vulnerability has been resolved:ALSA: pcm: Add sanity NULL check for the default mmap fault handlerA driver might allow the mmap access before initializing itsruntime->dma_area properly. Add a proper NULL check before passing tovirt_to_page() for avoiding a panic.

POC

Reference

No PoCs from references.

Github