← Back to CVE List

CVE-2024-50285

Published: 2024-11-19T02:16Z
Last Modified: 2024-11-27T15:31Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: ksmbd: check outstanding simultaneous SMB operations If Client send simultaneous SMB operations to ksmbd, It exhausts too much memory through the "ksmbd_work_cache”. It will cause OOM issue. ksmbd has a credit mechanism but it can't handle this problem. This patch add the check if it exceeds max credits to prevent this problem by assuming that one smb request consumes at least one credit. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt