CVE-2024-56534

CVSS 3.1 Score 5.5 of 10 (medium)

Details

Published Dec 27, 2024
Updated: Jan 14, 2025
CWE ID 401

Summary

CVE-2024-56534: A memory leak vulnerability was identified in the Linux kernel's isofs driver, specifically in the iocharset component. The issue arises due to unreferenced memory allocated for opt->iocharset when parsing mount parameters in vfs_parse_monolithic_sep. In some instances, such as when encountering an error message preventing the mount, the isofs_fill_super function may not be called, leading to the memory not being freed. To address this issue, the memory freeing of opt->iocharset should be moved to the isofs_free_fc function.

Ligh bulbPrevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.

Share