---
cve: "CVE-2024-50285"
severity: "HIGH"
cvss: 7.5
epss: "60%"
vendor: "Linux"
kev: false
exploited: false
published: "2024-11-19 01:30:28"
tags: [cve, security, high]
source: tsecurity.de CVE-Dossier
exported: "2026-09-10T10:04:04+02:00"
---

# CVE-2024-50285

> 7.5 HIGH

## Beschreibung

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.

## CVSS-Vektor

```
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Gering | bad |
| PR Privilegien | Keine | bad |
| UI Interaktion | Keine | bad |
| S Scope | Unverändert | good |
| C Vertraulichkeit | Keine | good |
| I Integrität | Keine | good |
| A Verfügbarkeit | Hoch | bad |

## Patch verfügbar (OSV)

- Kernel ≥ 6.6.61
- Kernel ≥ 6.11.8

## Referenzen

- <https://git.kernel.org/stable/c/1f993777275cbd8f74765c4f9d9285cb907c9be5>
- <https://git.kernel.org/stable/c/e257ac6fe138623cf59fca8898abdf659dbc8356>
- <https://git.kernel.org/stable/c/0a77d947f599b1f39065015bec99390d0c0022ee>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2024-50285) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
