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-2026-46004

7.8 · HIGH
Published May 27, 2026 linux CWE-416 EPSS 0.13% (3th pctl)

Overview

CVE-2026-46004 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 27, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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:

ALSA: caiaq: Handle probe errors properly

The probe procedure of setup_card() in caiaq driver doesn't treat the

error cases gracefully, e.g. the error from snd_card_register() calls

snd_card_free() but continues. This would lead to a UAF for the

further calls like snd_usb_caiaq_control_init(), as Berk suggested in

another patch in the link below.

However, the problem is not only that; in general, this function drops

the all error handlings (as it's a void function) although its caller

can propagate an error to snd_probe(), which eventually calls

snd_card_free() as a proper error path. That said, we should treat

each error case in setup_card(), and just return the error code

promptly, which is then handled later as a fatal error in snd_probe().

This patch achieves it by changing the setup_card() to return an error

code. Also, the superfluous snd_card_free() call is removed, too.

Note that card->private_free can

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 >= 2.6.25, < 5.10.258 Affected

Frequently Asked Questions

What is CVE-2026-46004?

CVE-2026-46004 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 27, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-46004?

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

How do I fix or remediate CVE-2026-46004?

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-2026-46004?

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