GHSA-24w7-qc46-mvh6unknown
In the Linux kernel, the following vulnerability has been resolved: mtd: maps: vmu-flash: fix...
🔗 CVE IDs covered (1)
📋 Description
In the Linux kernel, the following vulnerability has been resolved:
mtd: maps: vmu-flash: fix fault in unaligned fixup
Use kzalloc_obj() / kzalloc_objs() to allocate the memcard structs, instead of kmalloc_obj() / kmalloc_objs() to prevent access to uninitialized data.
Fixes runtime error: Fault in unaligned fixup: 0000 [#1] at mtd_get_fact_prot_info.
🔗 References (6)
- https://nvd.nist.gov/vuln/detail/CVE-2026-72168
- https://git.kernel.org/stable/c/01928835d80829e615a492aa66c629b953ec7bef
- https://git.kernel.org/stable/c/19360c25135fccb6bbafbee49a5f66baf9a311af
- https://git.kernel.org/stable/c/455519f6b70f46ac6cbf41a75ac76ec5e59040f2
- https://git.kernel.org/stable/c/79d1661502c6e4b6f626185cef72cf2fa78116e1
- https://github.com/advisories/GHSA-24w7-qc46-mvh6