---
cve: "CVE-2026-89618"
severity: "LOW"
cvss: 3.1
epss: "5.8%"
vendor: "Linux"
kev: false
exploited: false
published: "2026-09-11 20:19:47"
tags: [cve, security, low]
source: tsecurity.de CVE-Dossier
exported: "2026-09-16T16:33:03+02:00"
---

# CVE-2026-89618

> 3.1 LOW

## Beschreibung

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

eventfs: Initialize ei->children and ei->list in init_ei()

eventfs_create_dir() allocates the eventfs_inode and initializes it with
init_ei(). But this does not initialize the eventfs_inode list_heads. If
the eventfs_create_dir() fails due to memory pressure, it will call
free_ei() before it initialized the lists, and that checks to make sure
the eventfs_inode has no children. But because the list wasn't
initialized, it will give a false warning.

Fix it by moving the list initialization into init_ei().

[ Rewrote change log ]

## Patch verfügbar (OSV)

- Kernel ≥ 6.6.157
- Kernel ≥ 6.12.109
- Kernel ≥ 7.2.4

## Referenzen

- <https://git.kernel.org/stable/c/069729282fbecfaa8a54062266c338ed23f08005>
- <https://git.kernel.org/stable/c/1704aaaf5d22bc765c168402350d191e24e245bc>
- <https://git.kernel.org/stable/c/5333e18e6b425fcc39c7fea89e3949a2a98bc5e4>
- <https://git.kernel.org/stable/c/76e0f85f650738d768449dbccbc7c55d05f5b609>
- <https://git.kernel.org/stable/c/c480f8af173d5b19c6d9c4311df6bbe352face9e>

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