CVE Catalog

CVE-2024-27396

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.24%

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

Summary

A vulnerability related to Use-After-Free has been identified in the Linux kernel within the gtp_dellink function. The issue arises from improper management of the RCU critical section, which may lead to the key being freed during traversal.

Risk Assessment

This vulnerability could lead to unexpected system behavior, including potential crashes or security breaches, posing a threat to system stability and integrity.

Recommendation

It is recommended to update the Linux kernel to a version that includes the fix, changing the processing in gtp_dellink to hlist_for_each_entry_safe.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: net: gtp: Fix Use-After-Free in gtp_dellink Since call_rcu, which is called in the hlist_for_each_entry_rcu traversal of gtp_dellink, is not part of the RCU read critical section, it is possible that the RCU grace period will pass during the traversal and the key will be free. To prevent this, it should be changed to hlist_for_each_entry_safe.

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