CVE-2024-53173

Advisory lineage Upstream: 0 Downstream: 121
Modified
Published: 27 Dec 2024, 13:49
Last modified:11 May 2026, 20:52

Vulnerability Summary

Overall Risk (default)
medium
31/100
CVSS Score
7.8 HIGH
v3.1 (cve.org)
EPSS Score
0.01% LOW
0% probability -0.02%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

27 Dec 2024, 13:49
Published
Vulnerability first disclosed
11 May 2026, 20:52
Last Modified
Vulnerability information updated

Description

In the Linux kernel, the following vulnerability has been resolved: NFSv4.0: Fix a use-after-free problem in the asynchronous open() Yang Erkun reports that when two threads are opening files at the same time, and are forced to abort before a reply is seen, then the call to nfs_release_seqid() in nfs4_opendata_free() can result in a use-after-free of the pointer to the defunct rpc task of the other thread. The fix is to ensure that if the RPC call is aborted before the call to nfs_wait_on_sequence() is complete, then we must call nfs_release_seqid() in nfs4_open_release() before the rpc_task is freed.

CVSS Metrics

  • v3.1HIGHScore: 7.8CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

EPSS Trends

Current EPSS score: 0.01% Percentile: 1%

Techniques & Countermeasures

  • CWE-416Use After Free

    The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

Affected Systems

  • linuxlinux

    ≥ 24ac23ab88df5b21b5b2df8cde748bf99b289099, < 1cfae9575296f5040cdc84b0730e79078c081d2d | ≥ 24ac23ab88df5b21b5b2df8cde748bf99b289099, < 7bf6bf130af8ee7d93a99c28a7512df3017ec759 | ≥ 24ac23ab88df5b21b5b2df8cde748bf99b289099, < 5237a297ffd374a1c4157a53543b7a69d7bbbc03 | ≥ 24ac23ab88df5b21b5b2df8cde748bf99b289099, < 2ab9639f16b05d948066a6c4cf19a0fdc61046ff | ≥ 24ac23ab88df5b21b5b2df8cde748bf99b289099, < ba6e6c04f60fe52d91520ac4d749d372d4c74521 | ≥ 24ac23ab88df5b21b5b2df8cde748bf99b289099, < 229a30ed42bb87bcb044c5523fabd9e4f0e75648 | ≥ 24ac23ab88df5b21b5b2df8cde748bf99b289099, < e2277a1d9d5cd0d625a4fd7c04fce2b53e66df77 | ≥ 24ac23ab88df5b21b5b2df8cde748bf99b289099, < b56ae8e715557b4fc227c9381d2e681ffafe7b15 | ≥ 24ac23ab88df5b21b5b2df8cde748bf99b289099, < 2fdb05dc0931250574f0cb0ebeb5ed8e20f4a889 | 2.6.16

  • linuxlinux_kernel

    ≥ 2.6.16, < 4.19.325 | ≥ 4.20, < 5.4.287 | ≥ 5.5, < 5.10.231 | ≥ 5.11, < 5.15.174 | ≥ 5.16, < 6.1.120 | ≥ 6.2, < 6.6.64 | ≥ 6.7, < 6.11.11 | ≥ 6.12, < 6.12.2

References (11)