CVE-2023-54056
CVE-2023-54056 is a security vulnerability that is still awaiting full analysis and scoring. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low.
Key facts
- EPSS exploit prediction: 0% (9th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2023-60270
- Published:
- Last modified:
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 ...
Frequently asked questions
- What is CVE-2023-54056?
- 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 ...
- Is CVE-2023-54056 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (9th percentile), an estimate of the probability of exploitation in the next 30 days.
- How do I fix CVE-2023-54056?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2023-54056 have an EU (EUVD) identifier?
- Yes. CVE-2023-54056 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2023-60270.
- When was CVE-2023-54056 published?
- CVE-2023-54056 was published on 2025-12-24 and last updated on 2026-06-17.
References
- https://git.kernel.org/stable/c/4a07d2d511e2703efd4387891d49e0326f1157f3
- https://git.kernel.org/stable/c/719459877d58c8aced5845c1e5b98d8d87d09197
- https://git.kernel.org/stable/c/82d2e01b95c439fe55fab5e04fc83387c42d3a48
- https://git.kernel.org/stable/c/b69edab47f1da8edd8e7bfdf8c70f51a2a5d89fb
- https://git.kernel.org/stable/c/b9f6845a492de20679b84bda6b08be347c5819da
- https://git.kernel.org/stable/c/d6d1af6b8611801b585c53c0cc63626c8d339e96
- https://git.kernel.org/stable/c/fcd2da2e6bf2640a31a2a5b118b50dc3635c707b