Answer in brief
CVE-2024-50211 records a Unknown severity vulnerability in udf: refactor inode_bmap() to handle error. 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 | >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <493447dd8336607fce426f7879e581095f6c606e || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <b22d9a5698abf04341f8fbc30141e0673863c3a6 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <c226964ec786f3797ed389a16392ce4357697d24 | 493447dd8336607fce426f7879e581095f6c606e, b22d9a5698abf04341f8fbc30141e0673863c3a6, c226964ec786f3797ed389a16392ce4357697d24 |
| Linux/Linuxgeneric | 2.6.12 | Not reported |
Published upstream
Nov 8, 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: udf: refactor inode_bmap() to handle error Refactor inode_bmap() to handle error since udf_next_aext() can return error now. On situations like ftruncate, udf_extend_file() can now detect errors and bail out early without resorting to checking for particular offsets and assuming internal behavior of these functions.
Quoted source text, attributed separately from HOL analysis.