Allocation of Resources Without Limits or Throttling Affecting kernel-uek-modules-extra package, versions <0:5.15.0-210.163.7.el8uek


Severity

Recommended
high

Based on Oracle Linux security rating.

Threat Intelligence

EPSS
0.07% (23rd 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-ORACLE8-KERNELUEKMODULESEXTRA-7944320
  • published13 Sept 2024
  • disclosed5 Jul 2024

Introduced: 5 Jul 2024

CVE-2024-39482  (opens in a new tab)
CWE-770  (opens in a new tab)

How to fix?

Upgrade Oracle:8 kernel-uek-modules-extra to version 0:5.15.0-210.163.7.el8uek or higher.
This issue was patched in ELSA-2024-12618.

NVD Description

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

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

bcache: fix variable length array abuse in btree_iter

btree_iter is used in two ways: either allocated on the stack with a fixed size MAX_BSETS, or from a mempool with a dynamic size based on the specific cache set. Previously, the struct had a fixed-length array of size MAX_BSETS which was indexed out-of-bounds for the dynamically-sized iterators, which causes UBSAN to complain.

This patch uses the same approach as in bcachefs's sort_iter and splits the iterator into a btree_iter with a flexible array member and a btree_iter_stack which embeds a btree_iter as well as a fixed-length data array.

CVSS Base Scores

version 3.1