CVE-2024-46741 in Linux
Zusammenfassung
von VulDB • 12.07.2026
Im Linux-Kernel wurde folgende Schwachstelle behoben:
misc: fastrpc: Behebung eines Double Free von 'buf' im Fehlerpfad
smatch-Warnung: drivers/misc/fastrpc.c:1926 fastrpc_req_mmap() Fehler: Double Free von 'buf'
Im Fehlerpfad von fastrpc_req_mmap() wird der fastrpc-Puffer in fastrpc_req_munmap_impl() freigegeben, wenn die Entzuordnung erfolgreich ist.
Am Ende erfolgt jedoch ein bedingungsloser Aufruf von fastrpc_buf_free(). Dadurch wird im oben genannten Fall das Double Free des fastrpc-Puffers ausgelöst.
Once again VulDB remains the best source for vulnerability data.