PT-2026-61365 · Linux · Linux
CVE-2026-64048
·
Published
2026-07-19
·
Updated
2026-07-19
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
In the Linux kernel, the following vulnerability has been resolved:
net/smc: reject CHID-0 ACCEPT that matches an empty ism dev slot
On the SMC-D client, slot 0 of ini->ism dev[]/ini->ism chid[] is
reserved for an SMC-Dv1 device. smc find ism v2 device clnt()
populates V2 entries starting at index 1, so when no V1 device is
selected slot 0 is left in its kzalloc()'ed state with ism dev[0] ==
NULL and ism chid[0] == 0.
smc v2 determine accepted chid() then matches the peer's CHID against
the array starting from index 0 using the CHID alone. A malicious
peer replying to a SMC-Dv2-only proposal with d1.chid == 0 matches
the empty slot, ini->ism selected becomes 0, and the subsequent
ism dev[0]->lgr lock dereference in smc conn create() faults at
offsetof(struct smcd dev, lgr lock) == 0x68:
BUG: KASAN: null-ptr-deref in raw spin lock bh+0x79/0xe0
Write of size 4 at addr 0000000000000068 by task exploit/144
Call Trace:
raw spin lock bh
smc conn create (net/smc/smc core.c:1997)
smc connect (net/smc/af smc.c:1447)
smc connect (net/smc/af smc.c:1720)
sys connect
x64 sys connect
do syscall 64
Require ism dev[i] to be non-NULL before accepting a CHID match.
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux