NONE · 0

CVE-2026-74352

In the Linux kernel, the following vulnerability has been resolved: of: reserved_mem: avoid post-init UAF when alloc_reserved_mem_array() fails The global pointer 'reserved_mem' continues to referen...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: of: reserved_mem: avoid post-init UAF when alloc_reserved_mem_array() fails The global pointer 'reserved_mem' continues to reference the reserved_mem_array which lives in __initdata if alloc_reserved_mem_array() fails. of_reserved_mem_lookup() is exported for post-init use, that would dereference freed memory and trigger a use-after-free. So reset reserved_mem_count to 0 when alloc_reserved_mem_array() fails.

References

FAQ

What is CVE-2026-74352?

CVE-2026-74352 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: of: reserved_mem: avoid post-init UAF when alloc_reserved_mem_array() fails The global pointer 'reserved_mem' continues to referen...

How severe is CVE-2026-74352?

CVSS scoring is not yet available for CVE-2026-74352. Check NVD for updates.

Is there a patch for CVE-2026-74352?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.