VDB
DEBIAN-CVE-2025-39697
DEBIAN-CVE-2025-39697
PUBLISHED
CVSS 4.699999809265137 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: NFS: Fix a race when updating an existing write After nfs_lock_and_join_requests() tests for whether the request is still attached to the mapping, nothing prevents a call to nfs_inode_remove_request() from succeeding until we actually lock the page group. The reason is that whoever called nfs_inode_remove_request() doesn't necessarily have a lock on the page group head. So in order to avoid races, let's take the page group lock earlier in nfs_lock_and_join_requests(), and hold it across the removal of the request in nfs_inode_remove_request().
Risk Scores
CVSS v3.1
4.699999809265137
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:13 | linux | 0, 6.12.38-1, 6.12.43-1 |
| Debian:14 | linux | 6.12.69-1~bpo12+1, 6.12.73-1, 6.12.74-2 |
| Debian:11 | linux-6.1 | 6.1.106-3, 6.1.106-3, 6.1.106-3 |
| Debian:11 | linux | 5.10.226-1, 5.10.127-2, 5.10.127-2~bpo10+1 |
| Debian:12 | linux | 6.1.38-2, 6.1.147-1, 6.1.69-1 |
Timeline
- Sep 5, 2025 CVE Published
- Apr 28, 2026 CVE Updated