CVE & CISA-KEV Catalog

CVE-2024-36890

HIGH
7.8
CVSS v3
NVD

Description

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.

How to fix

Remediation Available
bpftoolAmazon
Fixed in:0:6.1.91-99.172.amzn2023
Fixed in:0:6.1.91-99.172.amzn2023
bpftool-debuginfoAmazon
Fixed in:0:6.1.91-99.172.amzn2023
Fixed in:0:6.1.91-99.172.amzn2023
kernelAmazon
Fixed in:0:6.1.91-99.172.amzn2023
Fixed in:0:6.1.91-99.172.amzn2023
kernel-debuginfoAmazon
Fixed in:0:6.1.91-99.172.amzn2023
Fixed in:0:6.1.91-99.172.amzn2023
kernel-debuginfo-common-aarch64Amazon
Fixed in:0:6.1.91-99.172.amzn2023
kernel-debuginfo-common-x86_64Amazon
Fixed in:0:6.1.91-99.172.amzn2023
kernel-develAmazon
Fixed in:0:6.1.91-99.172.amzn2023
Fixed in:0:6.1.91-99.172.amzn2023
kernel-headersAmazon
Fixed in:0:6.1.91-99.172.amzn2023
Fixed in:0:6.1.91-99.172.amzn2023
kernel-libbpfAmazon
Fixed in:0:6.1.91-99.172.amzn2023
Fixed in:0:6.1.91-99.172.amzn2023
kernel-libbpf-develAmazon
Fixed in:0:6.1.91-99.172.amzn2023
Fixed in:0:6.1.91-99.172.amzn2023
kernel-libbpf-staticAmazon
Fixed in:0:6.1.91-99.172.amzn2023
Fixed in:0:6.1.91-99.172.amzn2023
kernel-livepatch-6.1.91-99.172Amazon
Fixed in:0:1.0-0.amzn2023
Fixed in:0:1.0-0.amzn2023
kernel-modules-extraAmazon
Fixed in:0:6.1.91-99.172.amzn2023
Fixed in:0:6.1.91-99.172.amzn2023
kernel-modules-extra-commonAmazon
Fixed in:0:6.1.91-99.172.amzn2023
Fixed in:0:6.1.91-99.172.amzn2023
kernel-toolsAmazon
Fixed in:0:6.1.91-99.172.amzn2023
Fixed in:0:6.1.91-99.172.amzn2023
kernel-tools-debuginfoAmazon
Fixed in:0:6.1.91-99.172.amzn2023
Fixed in:0:6.1.91-99.172.amzn2023
kernel-tools-develAmazon
Fixed in:0:6.1.91-99.172.amzn2023
Fixed in:0:6.1.91-99.172.amzn2023
perfAmazon
Fixed in:0:6.1.91-99.172.amzn2023
Fixed in:0:6.1.91-99.172.amzn2023
perf-debuginfoAmazon
Fixed in:0:6.1.91-99.172.amzn2023
Fixed in:0:6.1.91-99.172.amzn2023
python3-perfAmazon
Fixed in:0:6.1.91-99.172.amzn2023
Fixed in:0:6.1.91-99.172.amzn2023
python3-perf-debuginfoAmazon
Fixed in:0:6.1.91-99.172.amzn2023
Fixed in:0:6.1.91-99.172.amzn2023
linuxDebian
Fixed in:6.1.94-1CVE-2024-36890
Fixed in:6.8.11-1CVE-2024-36890
Fixed in:6.8.11-1CVE-2024-36890
linuxUbuntu
Fixed in:6.8.0-40.40USN-6949-1
linux-awsUbuntu
Fixed in:6.8.0-1013.14USN-6949-1
linux-gcpUbuntu
Fixed in:6.8.0-1012.13USN-6949-1
linux-gkeUbuntu
Fixed in:6.8.0-1008.11USN-6949-1
linux-ibmUbuntu
Fixed in:6.8.0-1010.10USN-6949-1
linux-image-6.8.0-1008-gkeUbuntu
Fixed in:6.8.0-1008.11USN-6949-1
linux-image-6.8.0-1009-raspiUbuntu
Fixed in:6.8.0-1009.10USN-6949-2
linux-image-6.8.0-1010-ibmUbuntu
Fixed in:6.8.0-1010.10USN-6949-1

This vulnerability affects an unusually large number of packages. The highest-confidence fixes are shown above; the full list is longer. Check the referenced advisories for complete coverage.

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Exploit Intelligence

0.24%probability of exploitation in 30 days
15thpercentile

Low risk: more likely to be exploited than 15% of all known CVEs.

References

Related Vulnerabilities

Other CWE-763 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2007-4367High9.38.2%-Fix
CVE-2015-2695Medium5.06.2%-Fix
CVE-2013-4695High7.85.3%--
CVE-2020-36224High7.54.3%-Fix
CVE-2022-31625High8.13.8%-Fix
CVE-2021-42377Critical9.83.6%-Fix

Common questions

How do I fix CVE-2024-36890?

Published advisories record a fix for 77 affected products. The "How to fix" section on this page lists the fixed version and source advisory for each one, so apply the entry matching what you actually run.

Is CVE-2024-36890 being actively exploited?

Not that we know of. CVE-2024-36890 is not in the CISA Known Exploited Vulnerabilities catalog. Its EPSS score of 0.24% is the estimated probability that it will be exploited in the next 30 days. That is higher than 15% of all scored CVEs.

How severe is CVE-2024-36890?

CVE-2024-36890 has a CVSS v3 base score of 7.8, rated high. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

What does CVE-2024-36890 affect?

Published advisories record a fix for bpftool (Amazon), bpftool-debuginfo (Amazon), kernel (Amazon), kernel-debuginfo (Amazon), and 73 more. Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2024-36890
CVE-2024-36890 severity badge

Markdown

[![CVE-2024-36890](https://tridentstack.com/cve/badge/CVE-2024-36890.svg)](https://tridentstack.com/cve/CVE-2024-36890)

HTML

<a href="https://tridentstack.com/cve/CVE-2024-36890"><img src="https://tridentstack.com/cve/badge/CVE-2024-36890.svg" alt="CVE-2024-36890"></a>

Check your Linux endpoints for this class of vulnerability

TridentStack Control continuously scans Linux endpoints for known vulnerabilities and deploys the fixes from the same console. 200 endpoints free forever, no credit card.

Patch your fleet freeStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-08-04.