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-46797

5.5 · MEDIUM
Published Sep 18, 2024 linux CWE-667 EPSS 0.16% (6th pctl)

Overview

CVE-2024-46797 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 18, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

powerpc/qspinlock: Fix deadlock in MCS queue

If an interrupt occurs in queued_spin_lock_slowpath() after we increment

qnodesp->count and before node->lock is initialized, another CPU might

see stale lock values in get_tail_qnode(). If the stale lock value happens

to match the lock on that CPU, then we write to the "next" pointer of

the wrong qnode. This causes a deadlock as the former CPU, once it becomes

the head of the MCS queue, will spin indefinitely until it's "next" pointer

is set by its successor in the queue.

Running stress-ng on a 16 core (16EC/16VP) shared LPAR, results in

occasional lockups similar to the following:

$ stress-ng --all 128 --vm-bytes 80% --aggressive \

--maximize --oomable --verify --syslog \

--metrics --times --timeout 5m

watchdog: CPU 15 Hard LOCKUP

......

NIP [c0000000000b78f4] queued_spin_lock_slowpath+0x1184/0x1490

LR [c000000001037c5c]

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 >= 6.2, < 6.6.51 Affected

Frequently Asked Questions

What is CVE-2024-46797?

CVE-2024-46797 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 18, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2024-46797?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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-46797?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-46797 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.