Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2024-40910

8.8 · HIGH
Published Jul 12, 2024 linux EPSS 0.45% (37th pctl)

Overview

CVE-2024-40910 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 12, 2024 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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

ax25: Fix refcount imbalance on inbound connections

When releasing a socket in ax25_release(), we call netdev_put() to

decrease the refcount on the associated ax.25 device. However, the

execution path for accepting an incoming connection never calls

netdev_hold(). This imbalance leads to refcount errors, and ultimately

to kernel crashes.

A typical call trace for the above situation will start with one of the

following errors:

refcount_t: decrement hit 0; leaking memory.

refcount_t: underflow; use-after-free.

And will then have a trace like:

Call Trace:

<TASK>

? show_regs+0x64/0x70

? __warn+0x83/0x120

? refcount_warn_saturate+0xb2/0x100

? report_bug+0x158/0x190

? prb_read_valid+0x20/0x30

? handle_bug+0x3e/0x70

? exc_invalid_op+0x1c/0x70

? asm_exc_invalid_op+0x1f/0x30

? refcount_warn_saturate+0xb2/0x100

? refcount_warn_saturate+0xb2/0x100

ax25_release+0x2a

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.18, < 6.1.95 Affected

Frequently Asked Questions

What is CVE-2024-40910?

CVE-2024-40910 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 12, 2024 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2024-40910?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2024-40910?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2024-40910?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-40910 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.