CVE-2024-26872

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-26872
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-26872.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-26872
Downstream
Related
Published
2024-04-17T11:15:09Z
Modified
2025-08-09T19:01:29Z
Severity
  • 7.0 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

RDMA/srpt: Do not register event handler until srpt device is fully setup

Upon rare occasions, KASAN reports a use-after-free Write in srptrefreshport().

This seems to be because an event handler is registered before the srpt device is fully setup and a race condition upon error may leave a partially setup event handler in place.

Instead, only register the event handler after srpt device initialization is complete.

References

Affected packages