CVE-2026-89990
9.8 CRITICALPublished 2026-09-16 · Updated 2026-09-16
AI risk analysis
- Summary
- The flaw involves a use-after-free vulnerability in ceph MDS session handling, where an array is freed while being inspected, potentially leading to kernel crashes.
- Exploitability
- Exploitation requires concurrent access to the MDS session and precise timing, making it moderately difficult but feasible with targeted attacks.
- Blast radius
- If exploited, this could lead to severe system instability or crashes, impacting critical services relying on the affected Linux kernel version.
- Prioritized remediation
- Update to a patched kernel version as soon as possible to mitigate the risk of exploitation.
Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.
NVD description
In the Linux kernel, the following vulnerability has been resolved: ceph: lock mutex in ceph_mds_check_access() MDS session OPEN handling replaces mdsc->s_cap_auths under mdsc->mutex, freeing the previous array and its strings. ceph_mds_check_access() traverses this array without holding the mutex. A concurrent session reopen can therefore free the array while it is being inspected, resulting in a use-after-free like this: Unable to handle kernel paging request at virtual address 003aaad64b2c8bb9 [...] Internal error: Oops: 0000000096000004 [#1] SMP Modules linked in: CPU: 56 UID: 2953037534 PID: 1253231 Comm: php-cgi8.4 Not tainted 6.18.45-i2-ampere #1146 NONE [..] pc : ceph_mds_check_access+0xd4/0x550 lr : ceph_mds_check_access+0xc8/0x550 [...] Call trace: ceph_mds_check_access+0xd4/0x550 (P) ceph_atomic_open+0x138/0xbe8 path_openat+0xa24/0xfa8 do_filp_open+0x94/0x158 do_sys_openat2+0x88/0xf8
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
All references
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.
Related CVEs
- HIGHCVE-2026-64563
- HIGHCVE-2026-64561PoC
- HIGHCVE-2026-64574
- HIGHCVE-2026-64575
- HIGHCVE-2026-64576
- HIGHCVE-2026-64582
- CRITICALCVE-2026-89788
- CRITICALCVE-2026-89847
Related by shared AI tags and CWE weakness class. Browse the full archive.