HOMEVULNERABILITIESCVE-2026-45966
NONE

CVE-2026-45966

Published: May 27, 2026· Updated: May 27, 2026

Official 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.

NVD Source

Technical Analysis

CVE-2026-45966 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (3)

Quick Facts

CVE IDCVE-2026-45966
SeverityNONE
CISA KEVNo
PublishedMay 27, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-45966 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.