CVE-2023-54056
Last modified
CVE-2023-54056 is a vulnerability of currently unknown severity. 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. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
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
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 43d8ce9d65a54846d378545770991e65838981e0, < 719459877d58c8aced5845c1e5b98d8d87d09197; >= 43d8ce9d65a54846d378545770991e65838981e0, < fcd2da2e6bf2640a31a2a5b118b50dc3635c707b; >= 43d8ce9d65a54846d378545770991e65838981e0, < 4a07d2d511e2703efd4387891d49e0326f1157f3; >= 43d8ce9d65a54846d378545770991e65838981e0, < b9f6845a492de20679b84bda6b08be347c5819da; >= 43d8ce9d65a54846d378545770991e65838981e0, < d6d1af6b8611801b585c53c0cc63626c8d339e96; >= 43d8ce9d65a54846d378545770991e65838981e0, < 82d2e01b95c439fe55fab5e04fc83387c42d3a48; >= 43d8ce9d65a54846d378545770991e65838981e0, < b69edab47f1da8edd8e7bfdf8c70f51a2a5d89fb |
| Linux | Linux | 5.2 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54056?
How severe is CVE-2023-54056?
How do I fix CVE-2023-54056?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-54050In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54051In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54052In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54053In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54054Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-54055In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54057In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54058In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54059In the Linux kernel, the following vulnerability has been re…
- CVE-2023-5406Server communication with a controller can lead to remote co…5.9
- CVE-2023-54060In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2023-54061Rejected reason: This CVE ID has been rejected or withdrawn …
Are you affected by CVE-2023-54056?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
