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

gpu/buddy: bail out of try_harder when alignment cannot be honoured

The try_harder contiguous fallback could return a range whose start
offset did not match the caller's min_block_size. When a candidate's
start is misaligned, realign it: free the misaligned run and reallocate
exactly @size at the next lower min_block_size boundary. This keeps the
returned size unchanged with no surplus to trim, and rejects the request
only when no aligned candidate fits.

v2: align misaligned candidates down to min_block_size instead of
bailing out, for both the RHS and LHS paths (Matthew).
Published: 2026-08-15
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel buddy allocator, the try_harder contiguous fallback could return a block whose start address did not satisfy the caller’s minimum block size requirement. When the start was misaligned, the implementation freed the misaligned run and then requested allocation at the next lower boundary that met the size requirement. This mechanism kept the returned size unchanged but could corrupt memory that had been allocated under the wrong alignment assumptions, potentially leading to kernel crashes or memory corruption.

Affected Systems

Any installation of the Linux kernel that predates the merge of the commit adding alignment enforcement is vulnerable. This includes all mainstream distributions using the standard kernel source tree or any custom kernel that has not incorporated the patch identified in the provided commit references. Administrators should verify the kernel version or the presence of the alignment check within the buddy allocator code before applying the mitigation.

Risk and Exploitability

The CVSS score of 7.8 signifies a high impact potential, yet the EPSS score of less than 1 % indicates a low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. Exploitation would require local kernel code execution or privilege escalation sufficient to trigger a misaligned allocation through a driver or module; such conditions are currently considered unlikely. Consequently, while the damage to kernel integrity is severe, active exploitation remains improbable at present.

Generated by OpenCVE AI on August 18, 2026 at 20:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Obtain and install a kernel version that includes the alignment patch for the buddy allocator.
  • Reboot the system so that the patched allocator is loaded and any pre‑existing misaligned allocations are cleared.
  • Rebuild or update all third‑party kernel modules or DKMS components to be compatible with the patched kernel.

Generated by OpenCVE AI on August 18, 2026 at 20:25 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

Tue, 18 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-122
CWE-681

Tue, 18 Aug 2026 12:15:00 +0000

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

None

threat_severity

Moderate


Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


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

Type Values Removed Values Added
Weaknesses CWE-122
CWE-681

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: gpu/buddy: bail out of try_harder when alignment cannot be honoured The try_harder contiguous fallback could return a range whose start offset did not match the caller's min_block_size. When a candidate's start is misaligned, realign it: free the misaligned run and reallocate exactly @size at the next lower min_block_size boundary. This keeps the returned size unchanged with no surplus to trim, and rejects the request only when no aligned candidate fits. v2: align misaligned candidates down to min_block_size instead of bailing out, for both the RHS and LHS paths (Matthew).
Title gpu/buddy: bail out of try_harder when alignment cannot be honoured
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-08-17T05:41:57.417Z

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

Link: CVE-2026-72244

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-17T06:18:26.197

Link: CVE-2026-72244

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72244 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T20:30:17Z

Weaknesses
  • CWE-1285

    Improper Validation of Specified Index, Position, or Offset in Input