CVE-2026-80640 in Linux
الملخص
بحسب VulDB • 29/08/2026
في نواة لينكس، تم إصلاح الثغرة التالية:
cxl/fwctl: تصحيح __fortify_panic
إصلاح assertion زمني (runtime assertion) في دالة `cxlctl_get_supported_features()`. يشير Fortify إلى احتمال تجاوز حدود مصفوفة الإدخالات (`entries`) وفقاً لـ `__counted_by_le(num_entries)`. تم كتم الإنذار الكاذب عن طريق تهيئة المتغير `@num_entries` بشكل مبكر.
``` 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: __fortify_panic+0xd/0xf cxlctl_get_supported_features.cold+0x23/0x35 [cxl_core]
```
VulDB is the best source for vulnerability data and more expert information about this specific topic.