Answer in brief
CVE-2024-46801 records a Unknown severity vulnerability in libfs: fix get_stashed_dentry(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=07fd7c329839cf0b8c7766883d830a1a0d12d1dd <03e2a1209a83a380df34a72f7d6d1bc6c74132c7 || >=07fd7c329839cf0b8c7766883d830a1a0d12d1dd <4e32c25b58b945f976435bbe51f39b32d714052e | 03e2a1209a83a380df34a72f7d6d1bc6c74132c7, 4e32c25b58b945f976435bbe51f39b32d714052e |
| Linux/Linuxgeneric | 6.9 | Not reported |
Published upstream
Sep 18, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
In the Linux kernel, the following vulnerability has been resolved: libfs: fix get_stashed_dentry() get_stashed_dentry() tries to optimistically retrieve a stashed dentry from a provided location. It needs to ensure to hold rcu lock before it dereference the stashed location to prevent UAF issues. Use rcu_dereference() instead of READ_ONCE() it's effectively equivalent with some lockdep bells and whistles and it communicates clearly that this expects rcu protection.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2024-46801 records a Unknown severity vulnerability in libfs: fix get_stashed_dentry(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=07fd7c329839cf0b8c7766883d830a1a0d12d1dd <03e2a1209a83a380df34a72f7d6d1bc6c74132c7 || >=07fd7c329839cf0b8c7766883d830a1a0d12d1dd <4e32c25b58b945f976435bbe51f39b32d714052e | 03e2a1209a83a380df34a72f7d6d1bc6c74132c7, 4e32c25b58b945f976435bbe51f39b32d714052e |
| Linux/Linuxgeneric | 6.9 | Not reported |
Published upstream
Sep 18, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
In the Linux kernel, the following vulnerability has been resolved: libfs: fix get_stashed_dentry() get_stashed_dentry() tries to optimistically retrieve a stashed dentry from a provided location. It needs to ensure to hold rcu lock before it dereference the stashed location to prevent UAF issues. Use rcu_dereference() instead of READ_ONCE() it's effectively equivalent with some lockdep bells and whistles and it communicates clearly that this expects rcu protection.
Quoted source text, attributed separately from HOL analysis.