In the Linux kernel, the following vulnerability has been resolved: binder: fix double-free in dbitmap A process might fail to allocate a new bitmap when trying to expand its proc->dmap. In that ca…
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: binder: fix double-free in dbitmap A process might fail to allocate a new bitmap when trying to expand its proc->dmap. In that case, dbitmap_grow() fails and frees the old bitmap via dbitmap_free(). However, the driver calls dbitmap_free() again when the same process terminates, leading to a double-free error: ================================================================== BUG: KASAN: double-free in binder_proc_dec_tm…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/0390633979969c54c0ce6a198d6f45cdbe2c84b1
- https://git.kernel.org/stable/c/3ebcd3460cad351f198c39c6edb4af519a0ed934
- https://git.kernel.org/stable/c/b781e5635a3398e2b64440371233c2c5102cd6cb
- https://git.kernel.org/stable/c/c301ec61ce6f16e21a36b99225ca8a20c1591e10
Timeline
- nvd_ingest NVD