Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-46024 Details

Description

In the Linux kernel, the following vulnerability has been resolved: libceph: Prevent potential null-ptr-deref in ceph_handle_auth_reply() If a message of type CEPH_MSG_AUTH_REPLY contains a zero value for both protocol and result, this is currently not treated as an error. In case of ac->negotiating == true and ac->protocol > 0, this leads to setting ac->protocol = 0 and ac->ops = NULL. Thereafter, the check for ac->protocol != protocol returns false, and init_protocol() is not called. Subsequently, ac->ops->handle_reply() is called, which leads to a null pointer dereference, because ac->ops is still NULL. This patch changes the check for ac->protocol != protocol to !ac->protocol, as this also includes the case when the protocol was set to zero in the message. This causes the message to be treated as containing a bad auth protocol.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-476NULL Pointer Dereference[email protected]

Affected Products

ProductVersions
linux linux kernel
>= 2.6.34.1, < 5.15.209
>= 5.16, < 6.1.175
>= 6.2, < 6.6.140
>= 6.7, < 6.12.86
>= 6.13, < 6.18.27

CPE

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:2.6.34:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:2.6.34:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:2.6.34:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:2.6.34:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:2.6.34:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:2.6.34:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:2.6.34:rc7:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

5 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-46024
NVD Published Date:
May 27, 2026
NVD Last Modified:
Jun 17, 2026
Source:
kernel.org
CVE-2026-46024 Details - Not Deferred