CVE-2024-47660
Severity CVSS v4.0:
Pending analysis
Type:
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
Publication date:
09/10/2024
Last modified:
03/11/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
fsnotify: clear PARENT_WATCHED flags lazily<br />
<br />
In some setups directories can have many (usually negative) dentries.<br />
Hence __fsnotify_update_child_dentry_flags() function can take a<br />
significant amount of time. Since the bulk of this function happens<br />
under inode->i_lock this causes a significant contention on the lock<br />
when we remove the watch from the directory as the<br />
__fsnotify_update_child_dentry_flags() call from fsnotify_recalc_mask()<br />
races with __fsnotify_update_child_dentry_flags() calls from<br />
__fsnotify_parent() happening on children. This can lead upto softlockup<br />
reports reported by users.<br />
<br />
Fix the problem by calling fsnotify_update_children_dentry_flags() to<br />
set PARENT_WATCHED flags only when parent starts watching children.<br />
<br />
When parent stops watching children, clear false positive PARENT_WATCHED<br />
flags lazily in __fsnotify_parent() for each accessed child.
Impact
Base Score 3.x
4.70
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.10.226 (excluding) | |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (including) | 5.15.167 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.1.109 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.50 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.10.9 (excluding) |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/172e422ffea20a89bfdc672741c1aad6fbb5044e
- https://git.kernel.org/stable/c/3f3ef1d9f66b93913ce2171120d9226b55acd41d
- https://git.kernel.org/stable/c/7ef1d2e240c32b1f337a37232d037b07e3919e1a
- https://git.kernel.org/stable/c/d8c42405fc3507cc43ba7e4986a773c3fc633f6e
- https://git.kernel.org/stable/c/f9a48bc3dd9099935751458a5bbbea4b7c28abc8
- https://git.kernel.org/stable/c/fc1b1e135c3f72382f792e6c319fc088d5523ad5
- https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html



