CVE-2024-26744: RDMA/srpt: Support specifying the srpt_service_guid parameter
In the Linux kernel, the following vulnerability has been resolved:
RDMA/srpt: Support specifying the srpt_service_guid parameter
Make loading ib_srpt with this parameter set work. The current behavior is
that setting that parameter while loading the ib_srpt kernel module
triggers the following kernel crash:
BUG: kernel NULL pointer dereference, address: 0000000000000000
Call Trace:
<TASK>
parse_one+0x18c/0x1d0
parse_args+0xe1/0x230
load_module+0x8de/0xa60
init_module_from_file+0x8b/0xd0
idempotent_init_module+0x181/0x240
__x64_sys_finit_module+0x5a/0xb0
do_syscall_64+0x5f/0xe0
entry_SYSCALL_64_after_hwframe+0x6e/0x76
Security readout for executives and security teams
Plain-English summary
This Linux kernel flaw can crash a host when the RDMA SRP target module is loaded with the srpt_service_guid parameter. The documented impact is availability loss, not data theft or privilege escalation. Risk is mainly for systems using or allowing the ib_srpt kernel module.
Executive priority
Prioritize patching storage, RDMA, and virtualization infrastructure where a kernel crash could interrupt critical services. Broader desktop or general server urgency is lower unless ib_srpt is used or untrusted users can influence module loading.
Technical view
CVE-2024-26744 is a NULL pointer dereference in the Linux kernel RDMA/srpt code path. Loading ib_srpt with srpt_service_guid set can trigger a kernel crash during module parameter parsing. CVSS is 5.5: local attack vector, low complexity, low privileges, no user interaction, high availability impact.
Likely exposure
Exposure is limited to Linux systems with affected kernels where the ib_srpt RDMA SRP target module is present and can be loaded with that parameter. RDMA/SAN, virtualization, and storage hosts deserve priority review. No remote network attack path is stated in the provided sources.
Exploitation context
The bundle says KEV is false and provides no cited evidence of active exploitation. The stated trigger is local module loading with a specific parameter, which usually depends on local access and module-loading permissions. Treat this as a denial-of-service risk unless vendor guidance adds more scope.
Researcher notes
Evidence supports CWE-476 and availability impact from a NULL pointer dereference during module argument parsing. The source bundle does not establish confidentiality or integrity impact, remote reachability, or active exploitation. Practical validation should focus on kernel build status, module availability, and vendor backport coverage.
Mitigation direction
Update Linux kernels using vendor packages that include the referenced stable fixes.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-476: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-476 · source CWE mapping
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.