CVE-2024-36890 Affecting kernel-uek-debug-devel package, versions <0:5.15.0-300.163.18.el9uek


Severity

Recommended
high

Based on Oracle Linux security rating.

Threat Intelligence

EPSS
0.05% (17th 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-ORACLE9-KERNELUEKDEBUGDEVEL-8132604
  • published1 Oct 2024
  • disclosed30 May 2024

Introduced: 30 May 2024

CVE-2024-36890  (opens in a new tab)
First added by Snyk

How to fix?

Upgrade Oracle:9 kernel-uek-debug-devel to version 0:5.15.0-300.163.18.el9uek or higher.
This issue was patched in ELSA-2024-12682.

NVD Description

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

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

mm/slab: make __free(kfree) accept error pointers

Currently, if an automatically freed allocation is an error pointer that will lead to a crash. An example of this is in wm831x_gpio_dbg_show().

171 char *label __free(kfree) = gpiochip_dup_line_label(chip, i); 172 if (IS_ERR(label)) { 173 dev_err(wm831x->dev, "Failed to duplicate label\n"); 174 continue; 175 }

The auto clean up function should check for error pointers as well, otherwise we're going to keep hitting issues like this.

CVSS Scores

version 3.1