Skip to main content

Linux Kernel CVE-2026-89997

| EUVDEUVD-2026-80605 HIGH
2026-09-16 Linux GHSA-qw6j-46hc-qq7g
7.8
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
7.8 HIGH
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
4.7 MEDIUM

Local dm ioctls require CAP_SYS_ADMIN (PR:H) and success depends on winning a race (AC:H); impact is a UAF kernel crash (A:H) with no data leak (C:N) and only incidental integrity effect (I:L).

3.1 AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:L/A:H
4.0 AV:L/AC:H/AT:N/PR:H/UI:N/VC:N/VI:L/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

7
Metadata Corrected
Sep 16, 2026 - 16:40 vuln.today
tag: Denial Of Service added
Metadata Corrected
Sep 16, 2026 - 16:40 vuln.today
tag: Information Disclosure removed
Analysis Generated
Sep 16, 2026 - 16:20 vuln.today
CVSS changed
Sep 16, 2026 - 15:22 NVD
7.8 (HIGH)
Patch available
Sep 16, 2026 - 11:03 EUVD
CVE Published
Sep 16, 2026 - 10:33 cve.org
UNKNOWN (no severity yet)
CVE Published
Sep 16, 2026 - 10:33 cve.org
HIGH 7.8

DescriptionCVE.org

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

dm: fix resume-vs-remove race

If the user issues the resume ioctl and the remove ioctl at the same time, it may be possible that the device is resumed after it is suspended in __dm_destroy. The result is that the table is destroyed without calling the postsuspend method.

Dm targets expect that they may be removed only after the postsuspend method method was called. If we break this expectation, it can cause misbehavior in various targets. For example - in the dm-integrity target, the reboot notifier is not unregistered, leading to use-after-free.

Fix this bug by refusing to resume if the device is being destroyed.

AnalysisAI

Local attackers holding CAP_SYS_ADMIN can crash or destabilize the Linux kernel by racing the device-mapper resume ioctl against a concurrent device removal on the same mapped device, so the table is torn down in __dm_destroy without the postsuspend callback the dm targets depend on. The most concrete consequence documented is a use-after-free in the dm-integrity target, whose reboot notifier is left registered when postsuspend is skipped, while other targets may simply misbehave; the independent assessment rates this as a privilege-gated, non-deterministic denial-of-service rather than code execution or data disclosure, materially below the vendor's 7.8 HIGH score. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
technique details hidden
Delivery
technique details hidden
Exploit
technique details hidden
Execution
technique details hidden
Persist
technique details hidden
Impact
technique details hidden

Vulnerability AssessmentAI

Exploitation Requires local access with CAP_SYS_ADMIN to issue device-mapper control ioctls (resume and remove) against the same dm device, and the attacker must win a race so the resume completes after __dm_destroy has suspended the device. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment This is a local privilege-gated denial-of-service issue whose real-world risk is materially lower than the vendor's 7.8 HIGH rating suggests. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario Full exploit scenario with step-by-step reproduction available after sign-in.
Remediation Apply the upstream fixes by moving to a kernel that contains the stable releases named in the advisory: 5.10.270, 5.15.221, 6.1.188, 6.6.157, 6.12.110, or 7.2.5 on their respective branches, or 7.3-rc1 or later on mainline; the individual stable commits (for example https://git.kernel.org/stable/c/9757367bcf1d5d2c50b94d005abca21f3eedd7c3 and its siblings) can be cherry-picked by vendors maintaining their own trees, and the NVD entry at https://nvd.nist.gov/vuln/detail/CVE-2026-89997 tracks the advisory. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, identify affected Linux hosts running device-mapper and dm-integrity, then apply the vendor kernel/device-mapper update per your distribution advisory (Patch available per vendor advisory; no exact fix version was provided in the supplied context); if immediate patching is not possible, restrict CAP_SYS_ADMIN to essential personnel, limit concurrent device-mapper resume and device-removal operations where feasible, and monitor for kernel crashes or dm-integrity notifier errors. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-89997 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy