---
cve: "CVE-2026-89840"
severity: "HIGH"
cvss: 7.1
epss: "0.1%"
vendor: "Linux"
kev: false
exploited: false
published: "2026-09-16 11:16:50"
tags: [cve, security, high]
source: tsecurity.de CVE-Dossier
exported: "2026-09-20T00:26:57+02:00"
---

# CVE-2026-89840

> 7.1 HIGH

## Beschreibung

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

f2fs: validate MOVE_RANGE destination size

F2FS_IOC_MOVE_RANGE checks the source range, but not the destination end
before updating i_size. A source hole can expose this: __clone_blkaddrs()
skips NULL_ADDR entries and returns success, so the caller can still extend
the destination inode with unchecked pos_out + len.

Reject destination overflow and use inode_newsize_ok() before extending
the destination inode.

## CVSS-Vektor

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

## Patch verfügbar (OSV)

- Kernel ≥ 7.2.5

## Referenzen

- <https://git.kernel.org/stable/c/dcae1eeda53149f219dd6af93b3083b7271c1c63>
- <https://git.kernel.org/stable/c/e533889fc26aea0cd83c90327063f272061dd820>

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