๐Ÿ” CVE Alert

CVE-2026-80985

HIGH 8.2

net/smc: carry oversized SMC-Rv2 LLC messages in the queue entry

CVSS Score
8.2
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: net/smc: carry oversized SMC-Rv2 LLC messages in the queue entry smc_llc_rmt_delete_rkey() and smc_llc_save_add_link_rkeys() read the part of a v2 message that does not fit into the 44-byte union smc_llc_msg, and both bound themselves by the size of the buffer it landed in, not by what arrived. On a link with a shared v2 receive buffer a 44-byte DELETE_RKEY_V2 declaring 255 rkeys reaches rkey[9..254] in whatever an earlier message left in lgr->wr_rx_buf_v2, and passes each of them to smc_rtoken_delete(). One of those 255 matched a registered rtoken and deleted it. An ADD_LINK on such a link installs up to 255 rtokens from the same bytes. Copy the tail into the queue entry, so its length is the length of the message that arrived, and declare the rkeys that fit inline as a member of the union instead of reaching them through a cast. The same DELETE_RKEY_V2 now processes the 9 rkeys it carries. The copy is limited to the longest tail the two functions can read, so the peer does not pick the size of the entry. The bound the previous patch placed on links without a shared v2 receive buffer is no longer needed.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 11, 2026
Last Updated Sep 13, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new high vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

Linux / Linux
27ef6a9981fe74191849966a6d5e0400a4008ab8 < edf30d65e3ac52f886f7d87b1a7449742e79157d 27ef6a9981fe74191849966a6d5e0400a4008ab8 < 0d6f80be8ac5886842640d6526abf3f9a215be75 27ef6a9981fe74191849966a6d5e0400a4008ab8 < 8d3c1ab82c11d4fadebf817a825fd221b3e197ea
Linux / Linux
6.14

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/edf30d65e3ac52f886f7d87b1a7449742e79157d git.kernel.org: https://git.kernel.org/stable/c/0d6f80be8ac5886842640d6526abf3f9a215be75 git.kernel.org: https://git.kernel.org/stable/c/8d3c1ab82c11d4fadebf817a825fd221b3e197ea