Answer in brief
CVE-2022-49742 records a Unknown severity vulnerability in f2fs: initialize locks earlier in f2fs_fill_super(). 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 | >=95fa90c9e5a7f14c2497d5b032544478c9377c3a <ddeff03bb33810fcf2f0c18e03d099cf0aacda62 || >=95fa90c9e5a7f14c2497d5b032544478c9377c3a <92b4cf5b48955a4bdd15fe4e2067db8ebd87f04c | ddeff03bb33810fcf2f0c18e03d099cf0aacda62, 92b4cf5b48955a4bdd15fe4e2067db8ebd87f04c |
| Linux/Linuxgeneric | 6.1 | Not reported |
Published upstream
Mar 27, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 15, 2026
In the Linux kernel, the following vulnerability has been resolved: f2fs: initialize locks earlier in f2fs_fill_super() syzbot is reporting lockdep warning at f2fs_handle_error() [1], for spin_lock(&sbi->error_lock) is called before spin_lock_init() is called. For safe locking in error handling, move initialization of locks (and obvious structures) in f2fs_fill_super() to immediately after memory allocation.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2022-49742 records a Unknown severity vulnerability in f2fs: initialize locks earlier in f2fs_fill_super(). 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 | >=95fa90c9e5a7f14c2497d5b032544478c9377c3a <ddeff03bb33810fcf2f0c18e03d099cf0aacda62 || >=95fa90c9e5a7f14c2497d5b032544478c9377c3a <92b4cf5b48955a4bdd15fe4e2067db8ebd87f04c | ddeff03bb33810fcf2f0c18e03d099cf0aacda62, 92b4cf5b48955a4bdd15fe4e2067db8ebd87f04c |
| Linux/Linuxgeneric | 6.1 | Not reported |
Published upstream
Mar 27, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 15, 2026
In the Linux kernel, the following vulnerability has been resolved: f2fs: initialize locks earlier in f2fs_fill_super() syzbot is reporting lockdep warning at f2fs_handle_error() [1], for spin_lock(&sbi->error_lock) is called before spin_lock_init() is called. For safe locking in error handling, move initialization of locks (and obvious structures) in f2fs_fill_super() to immediately after memory allocation.
Quoted source text, attributed separately from HOL analysis.