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-2023-54056 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

In the Linux kernel, the following vulnerability has been resolved: kheaders: Use array declaration instead of char Under CONFIG_FORTIFY_SOURCE, memcpy() will check the size of destination and source buffers. Defining kernel_headers_data as "char" would trip this check. Since these addresses are treated as byte arrays, define them as arrays (as done everywhere else). This was seen with: $ cat /sys/kernel/kheaders.tar.xz >> /dev/null detected buffer overflow in memcpy kernel BUG at lib/string_helpers.c:1027! ... RIP: 0010:fortify_panic+0xf/0x20 [...] Call Trace: <TASK> ikheaders_read+0x45/0x50 [kheaders] kernfs_fop_read_iter+0x1a4/0x2f0 ...

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

No weakness enumeration is available for this CVE.

Affected Products

ProductVersions
Linux kernel
All versions

CPE

  • cpe:2.3:o:kernel:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:endpoint_security_linux_threat_prevention:*:*
  • cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: linux-4a07d2d511e2703efd4387891d49e0326f1157f3.tar.gzmoderate effort
  • Upgrade: linux-719459877d58c8aced5845c1e5b98d8d87d09197.tar.gzmoderate effort
  • Upgrade: linux-82d2e01b95c439fe55fab5e04fc83387c42d3a48.tar.gzmoderate effort
  • Upgrade: linux-b69edab47f1da8edd8e7bfdf8c70f51a2a5d89fb.tar.gzmoderate effort
  • Upgrade: linux-b9f6845a492de20679b84bda6b08be347c5819da.tar.gzmoderate effort
  • Upgrade: linux-d6d1af6b8611801b585c53c0cc63626c8d339e96.tar.gzmoderate effort
  • Upgrade: linux-fcd2da2e6bf2640a31a2a5b118b50dc3635c707b.tar.gzmoderate effort

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2023-54056
NVD Published Date:
Dec 24, 2025
NVD Last Modified:
Jun 17, 2026
Source:
kernel.org
CVE-2023-54056 Details - Not Deferred