CVE-2026-97413

LOWCVSS 9.8 · CRITICAL

Signal is active with 2 mentions in latest observed window

Immediate actions

  • Track advisory updates for patch or workaround availability

Recommended action window: Monitor and triage in normal cycle

NVD description

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-srv: Fix integer underflow in process_read and process_write usr_len is read from a network-supplied message field (le16_to_cpu) and used to compute data_len = off - usr_len without validating that usr_len <= off. A malicious RDMA client can send usr_len > off causing an integer underflow, resulting in data_len wrapping to a huge size_t value which is then passed to the rdma_ev callback as a memory length, leading to out-of-bounds memory access. Fix by reading and validating usr_len <= off before rtrs_srv_get_ops_ids() in both process_read() and process_write(), ensuring the early return path acquires no reference and has no resource leak.

0.0/ 10 priority

Sources & remediation

Priority

LOW

Exploitation

NONE

PoC

NONE

Patch

NONE

Momentum

NONE

Threat summary

  • 2 mentions across 1 observed day

What's happening

  • 2 total mentions across 1 day

Deep dive

Activity timeline2 mentions / 1d
01122Mentions · 2026-09-26: 209-26
Referenced assets3 URLs
Full discourse2 posts
  • 0x870x4k3r@pepetheshneine

    Linux RDMA — CVE-2026-97413 An unauthenticated RDMA client can trigger an integer underflow in RTRS, leading to out-of-bounds kernel memory access. No known exploitation or public PoC. Mainly relevant to RDMA/storage infrastructure, not typical web hosts. 4/5

    1001027
    23 followersView on X
  • 0x870x4k3r@pepetheshneine

    Security roundup — Sep 26 🧵 Sources: https://security.docs.wso2.com/en/latest/security-announcements/security-advisories/2026/WSO2-2026-5328/ https://helpx.adobe.com/security/products/magento/apsb26-92.html https://ubuntu.com/security/CVE-2026-97413 1/5

    1000028
    23 followersView on X

Explore more