VDB
DEBIAN-CVE-2025-38058
DEBIAN-CVE-2025-38058
PUBLISHED
CVSS 5.5 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock ... or we risk stealing final mntput from sync umount - raising mnt_count after umount(2) has verified that victim is not busy, but before it has set MNT_SYNC_UMOUNT; in that case __legitimize_mnt() doesn't see that it's safe to quietly undo mnt_count increment and leaves dropping the reference to caller, where it'll be a full-blown mntput(). Check under mount_lock is needed; leaving the current one done before taking that makes no sense - it's nowhere near common enough to bother with.
Risk Scores
CVSS 3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:13 | linux | 0, 0 |
| Debian:11 | linux-6.1 | 6.1.119-1, 6.1.128-1, 6.1.129-1 |
| Debian:14 | linux | 0, 0 |
| Debian:12 | linux | 6.1.129-1, 6.1.133-1, 6.1.135-1 |
| Debian:11 | linux | *, 0, 5.10.103-1~bpo10+1 |
Exploit Intelligence
- 3510.3.8.yml (github-poc)
Timeline
- Jun 18, 2025 CVE Published
- Apr 28, 2026 CVE Updated