157 matches found
CVE-2026-63860
The CVE-2026-63860 entry affects the Linux kernel RDMA/core code, where attributes are evaluated as C-strings and NLA_STRING does not ensure a terminating null. The vulnerability is addressed by switching to NLA_NUL_STRING (or equivalent safe comparison via nla_strcmp and adjusted printf formatti...