In the Linux kernel, the following vulnerability has been resolved: fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount() Normally do_lock_mount(path, _) is locking a mountpoint pin…
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount() Normally do_lock_mount(path, _) is locking a mountpoint pinned by *path and at the time when matching unlock_mount() unlocks that location it is still pinned by the same thing. Unfortunately, for 'beneath' case it's no longer that simple - the object being locked is not the one *path points to. It's the mountpoint of path->mnt. The thing is, without suff…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/0d039eac6e5950f9d1ecc9e410c2fd1feaeab3b6 Patch
- https://git.kernel.org/stable/c/4f435c1f4c48ff84968e2d9159f6fa41f46cf998 Patch
- https://git.kernel.org/stable/c/a61afd54826ac24c2c93845c4f441dbc344875b1 Patch
- https://git.kernel.org/stable/c/d4b21e8cd3d7efa2deb9cff534f0133e84f35086 Patch
Timeline
- nvd_ingest NVD