CVE Catalog

CVE-2024-26872

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.24%

15th percentile - higher than 15% of all known CVEs

Summary

A vulnerability has been identified in the Linux kernel that has been resolved. The issue concerns the registration of an event handler before the srpt device is fully set up, which may lead to a use-after-free Write error in the srpt_refresh_port() function.

Risk Assessment

This vulnerability may lead to unforeseen errors in the system, potentially affecting the stability and security of applications utilizing RDMA.

Recommendation

It is recommended to update the Linux kernel to the latest version to eliminate this vulnerability and ensure that event handler registration occurs only after the srpt device initialization is complete.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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 srpt_refresh_port(). 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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS