Skip to main content

Linux Kernel CVE-2026-43024

| EUVDEUVD-2026-26623 MEDIUM
2026-05-01 Linux
5.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
SUSE
MEDIUM
qualitative
Red Hat
5.5 MEDIUM
qualitative

Primary rating from NVD.

CVSS VectorNVD

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

7
Analysis Generated
May 08, 2026 - 18:22 vuln.today
CVSS changed
May 08, 2026 - 18:22 NVD
5.5 (MEDIUM)
Patch available
May 01, 2026 - 16:33 EUVD
Patch released
May 01, 2026 - 15:24 nvd
Patch available
EUVD ID Assigned
May 01, 2026 - 15:00 euvd
EUVD-2026-26623
CVE Published
May 01, 2026 - 14:15 nvd
MEDIUM 5.5
CVE Published
May 01, 2026 - 14:15 nvd
N/A

DescriptionNVD

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

netfilter: nf_tables: reject immediate NF_QUEUE verdict

nft_queue is always used from userspace nftables to deliver the NF_QUEUE verdict. Immediately emitting an NF_QUEUE verdict is never used by the userspace nft tools, so reject immediate NF_QUEUE verdicts.

The arp family does not provide queue support, but such an immediate verdict is still reachable. Globally reject NF_QUEUE immediate verdicts to address this issue.

AnalysisAI

Denial of service in Linux kernel netfilter nf_tables subsystem allows local privileged users to crash the system by issuing immediate NF_QUEUE verdicts, which are not properly validated and cause kernel panic when processed through the arp family or other code paths that lack queue support. The vulnerability affects multiple kernel versions and requires local access with limited privileges (CAP_NET_ADMIN or equivalent) to exploit.

Technical ContextAI

The Linux kernel netfilter nf_tables subsystem implements packet filtering and network packet manipulation. The NF_QUEUE verdict instructs the kernel to queue packets for userspace processing via nfnetlink_queue. The vulnerability exists in nft_queue, the nftables interface for queue operations. The arp family within netfilter does not implement queue support, but the code path to reject NF_QUEUE verdicts was missing or incomplete, allowing a local user to trigger an unhandled condition. The underlying issue is in the netfilter's verdict handling logic (CWE category: improper input validation or missing bounds checking in network packet processing). The fix globally rejects immediate NF_QUEUE verdicts at the nftables layer, ensuring all code paths (including arp family) properly validate verdict types before processing.

RemediationAI

Apply vendor-released kernel patches: upgrade to Linux 5.10.253, 5.15.203, 5.1.168, 6.6.134, 6.12.81, 6.18.22, 6.19.12, or 7.0 (or later stable releases in each branch). Patch commits are available at git.kernel.org/stable - administrators should apply the fix specific to their running kernel version. For systems unable to immediately reboot, the short-term compensating control is to restrict nftables rule creation via file permissions or AppArmor/SELinux policies - specifically, revoke CAP_NET_ADMIN from non-essential processes and limit which users can invoke nftables rules or modify /etc/nftables.conf rules. However, this control is incomplete if system administrators are already trusted; full remediation requires kernel patching. No workaround exists for trusted local users with legitimate need for nftables administration. Verify patching post-reboot by checking kernel version (uname -r) and confirming commit hash presence (git log in kernel source tree) if building custom kernels.

Vendor StatusVendor

SUSE

Severity: Medium
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Fixed
SUSE Linux Enterprise Desktop 15 SP7 Fixed
SUSE Linux Enterprise High Availability Extension 15 SP7 Fixed
SUSE Linux Enterprise High Availability Extension 15 SP7 Fixed
SUSE Linux Enterprise High Performance Computing 15 SP7 Fixed

Share

CVE-2026-43024 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy