---
cve: "CVE-2024-27392"
severity: "HIGH"
cvss: 7.8
epss: "0.3%"
vendor: "Linux"
kev: false
exploited: false
published: "2024-05-01 13:15:51"
tags: [cve, security, high]
source: tsecurity.de CVE-Dossier
exported: "2026-09-21T02:25:47+02:00"
---

# CVE-2024-27392

> 7.8 HIGH

## Beschreibung

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

nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()

When nvme_identify_ns() fails, it frees the pointer to the struct
nvme_id_ns before it returns. However, ns_update_nuse() calls kfree()
for the pointer even when nvme_identify_ns() fails. This results in
KASAN double-free, which was observed with blktests nvme/045 with
proposed patches [1] on the kernel v6.8-rc7. Fix the double-free by
skipping kfree() when nvme_identify_ns() fails.

## CVSS-Vektor

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

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Lokal | good |
| AC Komplexität | Gering | bad |
| PR Privilegien | Gering | warn |
| 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.8.2

## Referenzen

- <https://git.kernel.org/stable/c/534f9dc7fe495b3f9cc84363898ac50c5a25fccb>
- <https://git.kernel.org/stable/c/8d0d2447394b13fb22a069f0330f9c49b7fff9d3>

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