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

mtd: maps: vmu-flash: fix fault in unaligned fixup

Use kzalloc_obj() / kzalloc_objs() to allocate the memcard structs,
instead of kmalloc_obj() / kmalloc_objs() to prevent access to
uninitialized data.

Fixes runtime error: Fault in unaligned fixup: 0000 [#1] at
mtd_get_fact_prot_info.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability involves an allocation of memcard structures in the Linux kernel’s MTD VMU Flash subsystem. By using kmalloc_obj()/kmalloc_objs() instead of kzalloc_obj()/kzalloc_objs(), the code could read uninitialized data, leading to a fault in an unaligned fixup at mtd_get_fact_prot_info. The fault manifests as a kernel panic, effectively denying service by crashing the system. The weakness is a classic case of uninitialized memory access. This corresponds to the weakness identified as CWE-824.

Affected Systems

appears in the Linux kernel, affecting all builds that include the mtd/maps/vmu-flash path before the patch referenced by the commit logs. No specific kernel version range is given, but any kernel version that contains this code path and has not applied the suggested fix is vulnerable.

Risk and Exploitability

The EPSS score is reported as < 1%, indicating a very low but nonzero exploitation probability, and the CVE is not listed in KEV, implying no known public exploitation yet. The CVSS score of 5.5 indicates a moderate severity. The flaw appears to require local execution of code that interacts with the mtd/maps/vmu-flash subsystem; the attack vector is inferred to involve a privileged process or malicious driver, but this inference is not explicitly documented in the advisory. An attacker could, hypothetically, trigger the fault in the unaligned VMU flash subsystem, leading to a kernel crash and a denial of service.

Generated by OpenCVE AI on August 22, 2026 at 11:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to the latest stable release that includes the fix, replacing kmalloc_obj()/kmalloc_objs() with kzalloc_obj()/kzalloc_objs() in the mtd/maps/vmu-flash subsystem.
  • Reboot the system after upgrading to ensure the new kernel is loaded and the vulnerability is mitigated.
  • Configure SELinux/AppArmor or equivalent security policies to restrict untrusted users from accessing MTD devices associated with the vulnerable subsystem.

Generated by OpenCVE AI on August 22, 2026 at 11:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Wed, 02 Sep 2026 13:30:00 +0000


Sun, 23 Aug 2026 13:15:00 +0000


Sat, 22 Aug 2026 10:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-254

Wed, 19 Aug 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Sat, 15 Aug 2026 20:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-254

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: mtd: maps: vmu-flash: fix fault in unaligned fixup Use kzalloc_obj() / kzalloc_objs() to allocate the memcard structs, instead of kmalloc_obj() / kmalloc_objs() to prevent access to uninitialized data. Fixes runtime error: Fault in unaligned fixup: 0000 [#1] at mtd_get_fact_prot_info.
Title mtd: maps: vmu-flash: fix fault in unaligned fixup
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-02T12:49:44.117Z

Reserved: 2026-08-09T03:40:39.910Z

Link: CVE-2026-72168

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:34.890

Modified: 2026-09-02T13:18:07.630

Link: CVE-2026-72168

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72168 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T11:30:17Z

Weaknesses
  • CWE-824

    Access of Uninitialized Pointer