CyberAlerts is shutting down on June 30th, 2025. Thank you for your support!

CVE-2024-49999: afs: Fix the setting of the server responding flag

5.5 CVSS

Description

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

afs: Fix the setting of the server responding flag

In afs_wait_for_operation(), we set transcribe the call responded flag to
the server record that we used after doing the fileserver iteration loop -
but it's possible to exit the loop having had a response from the server
that we've discarded (e.g. it returned an abort or we started receiving
data, but the call didn't complete).

This means that op->server might be NULL, but we don't check that before
attempting to set the server flag.

Classification

CVE ID: CVE-2024-49999

CVSS Base Severity: MEDIUM

CVSS Base Score: 5.5

CVSS Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Affected Products

Vendor: Linux

Product: Linux

Exploit Prediction Scoring System (EPSS)

EPSS Score: 0.02% (probability of being exploited)

EPSS Percentile: 4.74% (scored less or equal to compared to others)

EPSS Date: 2025-06-02 (when was this score calculated)

Stakeholder-Specific Vulnerability Categorization (SSVC)

SSVC Exploitation: none

SSVC Technical Impact: partial

SSVC Automatable: false

References

https://nvd.nist.gov/vuln/detail/CVE-2024-49999
https://git.kernel.org/stable/c/3d51ab44123f35dd1d646d99a15ebef10f55e263
https://git.kernel.org/stable/c/97c953572d98080c5f1486155350bb688041747a
https://git.kernel.org/stable/c/ff98751bae40faed1ba9c6a7287e84430f7dec64

Timeline