CVE-2025-38411

Description

In the Linux kernel, the following vulnerability has been resolved:netfs: Fix double put of requestIf a netfs request finishes during the pause loop, it will have the refthat belongs to the IN_PROGRESS flag removed at that point - however, if itthen goes to the final wait loop, that will *also* put the ref because itsees that the IN_PROGRESS flag is clear and incorrectly assumes that thishappened when it called the collector.In fact, since IN_PROGRESS is clear, we shouldnt call the collector againsince its done all the cleanup, such as calling ->ki_complete().Fix this by making netfs_collect_in_app() just return, indicating thatwere done if IN_PROGRESS is removed.

Risk Information

Base Score
7.8
MODERATE
Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score
Exploitation Probability
0.021

Associated Vulnerability

No records found

Patch Details

No records found

References

https://nvd.nist.gov/vuln/detail/CVE-2023-1234
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1234