---
cve: "CVE-2026-74608"
severity: "CRITICAL"
cvss: 9.8
epss: "67.3%"
vendor: "Linux"
kev: false
exploited: false
published: "2026-08-22 16:16:33"
tags: [cve, security, critical]
source: tsecurity.de CVE-Dossier
exported: "2026-09-08T08:05:10+02:00"
---

# CVE-2026-74608

> 9.8 CRITICAL

## Beschreibung

In the Linux kernel, the following vulnerability has been resolved:

smb: client: Fix use-after-free in cifs_try_adding_channels()

cifs_try_adding_channels() takes a temporary reference to an interface
before dropping iface_lock. If cifs_ses_add_channel() fails, it drops
that reference and then increments iface->weight_fulfilled.

A concurrent interface list refresh can remove the list reference while
channel creation is in progress. In that case, the failure-path
kref_put() releases the last reference and frees iface. Updating
weight_fulfilled afterward then accesses freed memory.

Increment weight_fulfilled before dropping the temporary reference,
keeping iface alive for the final access.

## CVSS-Vektor

```
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/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 | Hoch | bad |
| I Integrität | Hoch | bad |
| A Verfügbarkeit | Hoch | bad |

## Patch verfügbar (OSV)

- Kernel ≥ 6.1.183
- Kernel ≥ 6.6.152
- Kernel ≥ 6.12.104
- Kernel ≥ 6.18.45
- Kernel ≥ 7.1.9

## Referenzen

- <https://git.kernel.org/stable/c/1305eadc6a7d78a8d0a52eee29ddd2d9e8a27805>
- <https://git.kernel.org/stable/c/1ffacbadc14530e55b8d86f7b917524f6a0fb891>
- <https://git.kernel.org/stable/c/47dfac48bce7198ad4f1a388fc8c9491f878ac3b>
- <https://git.kernel.org/stable/c/4986410316b1ae0e63c6ce418e4eb196723626e7>
- <https://git.kernel.org/stable/c/64d7584e62ac8cdc750455c5fdc6008fc2de4f06>
- <https://git.kernel.org/stable/c/c292d4686f717c03e5022fc4ae7c782f39a94915>

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