CVE-2026-80640: cxl/fwctl: Fix __fortify_panic

Published Aug 28, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

cxl/fwctl: Fix fortifypanic

Fix a runtime assertion in cxlctlgetsupportedfeatures(). Fortify complains that it is potentially overflowing the entries array per countedbyle(numentries). Quiet the false positive by initializing @numentries earlier.

memcpy: detected buffer overflow: 48 byte write of buffer size 0 WARNING: lib/stringhelpers.c:1036 at fortifyreport+0x4d/0xa0, CPU#7: fwctl/1398 RIP: 0010:fortifyreport+0x50/0xa0 Call Trace: fortifypanic+0xd/0xf cxlctlgetsupportedfeatures.cold+0x23/0x35 [cxlcore]

Affected Software

1 affected component
Linux Linux kernel

Event History

Aug 28, 2026
CVE Published
via MITRE·06:48 AM
Data Sourced
via MITRE·06:48 AM
Description

Frequently Asked Questions

1

Is this described as a confirmed memory corruption issue?

The report characterizes the Fortify overflow report as a false positive. The assertion occurs because num_entries is initialized after the entries array is checked through __counted_by_le(num_entries).

2

What kernel activity triggers the reported failure?

The warning is reported from cxlctl_get_supported_features() in the cxl_core module, during a supported-features query in the CXL fwctl path. The supplied data does not identify a network-reachable or unprivileged attack path.

3

How can I identify systems exhibiting this issue?

Look for a Fortify buffer-overflow report stating "48 byte write of buffer size 0" and a call trace containing __fortify_panic and cxlctl_get_supported_features.cold in cxl_core.

4

What is the documented fix?

The fix initializes num_entries earlier, before the entries array is evaluated by the Fortify counted-by check. No affected or fixed Linux kernel version numbers are provided.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203