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

dm raid1: reserve space for NUL-terminator in build_constructor_string()

Reserve space for the termination NUL after the maximum 20 decimal
digits of a long long value to avoid buffer overflow in sprintf().
Published: 2026-09-11
Score: 4.7 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Local buffer overflow leading to memory corruption
Action: Patch
AI Analysis

Impact

The vulnerability is located in the Linux kernel’s dm raid1 device manager. When building constructor strings, the code fails to allocate space for the terminating NUL byte after converting a 64‑bit value to decimal. This results in a buffer overflow inside a call to sprintf, which can corrupt adjacent stack or heap data. An attacker that can supply a crafted dm raid1 configuration string during pool creation or module load could trigger this overflow and potentially destabilize the kernel or execute arbitrary code depending on the local privileges and environment.

Affected Systems

The flaw affects the Linux operating system kernel; any installation that loads the dm raid1 module before the patch is applied is potentially vulnerable. No specific kernel releases are listed, so all kernels that have not yet integrated the fix are in scope, including older or unsupported versions that still ship the vulnerable code.

Risk and Exploitability

The CVSS score of 4.7 indicates a moderate risk. The EPSS score is below 1%, implying a very low probability of exploitation in the wild. The vulnerability is not listed in CISA’s KEV catalog, suggesting no widespread, documented attacks. The likely attack vector is local: an attacker must have the ability to influence dm raid1 configuration strings, which typically requires kernel privilege or local root. Even so, the low exploitation probability combined with the lack of known threats means this issue is not an imminent blanket threat, but it merits patching to prevent potential local compromise.

Generated by OpenCVE AI on September 13, 2026 at 04:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes the dm raid1 fix.
  • Reboot the system so the kernel loads the updated module and the amended constructor logic.
  • If dm raid1 is not required, consider removing or disabling the module to eliminate the attack surface.

Generated by OpenCVE AI on September 13, 2026 at 04:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-170
References
Metrics threat_severity

None

cvssV3_1

{'score': 4.7, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:L/A:H'}

threat_severity

Moderate


Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: dm raid1: reserve space for NUL-terminator in build_constructor_string() Reserve space for the termination NUL after the maximum 20 decimal digits of a long long value to avoid buffer overflow in sprintf().
Title dm raid1: reserve space for NUL-terminator in build_constructor_string()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-11T19:44:43.139Z

Reserved: 2026-09-11T19:38:34.727Z

Link: CVE-2026-89575

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:41.643

Modified: 2026-09-11T20:19:41.643

Link: CVE-2026-89575

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-11T19:44:43Z

Links: CVE-2026-89575 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T05:00:12Z

Weaknesses
  • CWE-170

    Improper Null Termination