CVE-2024-50285

CVSS 3.1 Score 5.5 of 10 (medium)

Details

Published Nov 19, 2024
Updated: Nov 27, 2024
CWE ID 770

Summary

CVE-2024-50285 is a newly identified vulnerability in the Linux kernel that affects the ksmbd component. This issue arises when the ksmbd service encounters multiple simultaneous SMB (Server Message Block) operations from a client. The vulnerability results in excessive memory consumption due to an exhaustion of the "ksmbd_work_cache". Although the ksmbd service employs a credit mechanism to manage the number of concurrent requests, it is unable to cope with an excessive number of simultaneous SMB operations. The patch for this vulnerability introduces a check to prevent the issue by assuming that each SMB request consumes at least one credit.

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