Out-of-bounds Read Affecting kernel-abi-stablelists package, versions <0:6.12.0-211.53.1.el10_2


Severity

Recommended
high

Based on Oracle Linux security rating.

Threat Intelligence

EPSS
0.22% (13th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-ORACLE10-KERNELABISTABLELISTS-19824701
  • published15 Sept 2026
  • disclosed24 Jul 2026

Introduced: 24 Jul 2026

CVE-2026-64255  (opens in a new tab)
CWE-125  (opens in a new tab)

How to fix?

Upgrade Oracle:10 kernel-abi-stablelists to version 0:6.12.0-211.53.1.el10_2 or higher.
This issue was patched in ELSA-2026-65334-0.

NVD Description

Note: Versions mentioned in the description apply only to the upstream kernel-abi-stablelists package and not the kernel-abi-stablelists package as distributed by Oracle. See How to fix? for Oracle:10 relevant fixed versions and status.

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

wifi: iwlwifi: mld: validate sta_mask before ffs() in BA session handlers

Three BA session handlers use ffs(ba_data->sta_mask) - 1 to derive a station ID without checking that sta_mask is non-zero. When sta_mask is zero, ffs() returns 0 and the subtraction wraps to 0xFFFFFFFF, causing an out-of-bounds access on fw_id_to_link_sta[].

Add WARN_ON_ONCE(!ba_data->sta_mask) guards before each ffs() call, consistent with the existing check in iwl_mld_ampdu_rx_start().

CVSS Base Scores

version 3.1