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

5.5 · MEDIUM
Published May 27, 2026 linux CWE-476 EPSS 0.12% (2th pctl)

Overview

CVE-2026-45966 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 27, 2026 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:

apparmor: fix NULL pointer dereference in __unix_needs_revalidation

When receiving file descriptors via SCM_RIGHTS, both the socket pointer

and the socket's sk pointer can be NULL during socket setup or teardown,

causing NULL pointer dereferences in __unix_needs_revalidation().

This is a regression in AppArmor 5.0.0 (kernel 6.17+) where the new

__unix_needs_revalidation() function was added without proper NULL checks.

The crash manifests as:

BUG: kernel NULL pointer dereference, address: 0x0000000000000018

RIP: aa_file_perm+0xb7/0x3b0 (or +0xbe/0x3b0, +0xc0/0x3e0)

Call Trace:

apparmor_file_receive+0x42/0x80

security_file_receive+0x2e/0x50

receive_fd+0x1d/0xf0

scm_detach_fds+0xad/0x1c0

The function dereferences sock->sk->sk_family without checking if either

sock or sock->sk is NULL first.

Add NULL checks for both sock and sock->sk before accessing sk_family.

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.17, < 6.18.14 Affected

Frequently Asked Questions

What is CVE-2026-45966?

CVE-2026-45966 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 27, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-45966?

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

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

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