CVE-2024-56643

CVSS 3.1 Score 5.5 of 10 (medium)

Details

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

Summary

CVE-2024-56643: A memory leak vulnerability has been identified and resolved in the Linux kernel's dccp module. The issue occurs when dccp_feat_push_confirm() fails during the acceptance of a new SP feature value without reconciliation, resulting in the allocated memory for that value with dccp_feat_clone_sp_val() not being freed. This leads to an unreferenced object in the kernel, which can be seen in the provided kmemleak stack trace. The vulnerability was discovered by the Linux Verification Center using Syzkaller. To mitigate this issue, the kernel now cleans up and bails out with an error reset code when dccp_feat_push_confirm() fails.

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