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

5.5 · MEDIUM
Published Sep 13, 2024 linux CWE-476 EPSS 0.21% (11th pctl)

Overview

CVE-2024-46691 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 13, 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:

usb: typec: ucsi: Move unregister out of atomic section

Commit '9329933699b3 ("soc: qcom: pmic_glink: Make client-lock

non-sleeping")' moved the pmic_glink client list under a spinlock, as it

is accessed by the rpmsg/glink callback, which in turn is invoked from

IRQ context.

This means that ucsi_unregister() is now called from atomic context,

which isn't feasible as it's expecting a sleepable context. An effort is

under way to get GLINK to invoke its callbacks in a sleepable context,

but until then lets schedule the unregistration.

A side effect of this is that ucsi_unregister() can now happen

after the remote processor, and thereby the communication link with it, is

gone. pmic_glink_send() is amended with a check to avoid the resulting NULL

pointer dereference.

This does however result in the user being informed about this error by

the following entry in the kernel log:

ucsi_glink.pmic_glink_ucsi pmic_glink.ucs

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.10, < 6.10.8 Affected

Frequently Asked Questions

What is CVE-2024-46691?

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

How severe is CVE-2024-46691?

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

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

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