In the Linux kernel, the following vulnerability has been resolved:
cxl/fwctl: Fix _fortifypanic
Fix a runtime assertion in cxlctlgetsupported_features(). 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/string_helpers.c:1036 at __fortify_report+0x4d/0xa0, CPU#7: fwctl/1398 RIP: 0010:__fortify_report+0x50/0xa0 Call Trace: _fortifypanic+0xd/0xf cxlctlgetsupportedfeatures.cold+0x23/0x35 [cxlcore]
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80640.json",
"cna_assigner": "Linux"
}