Answer in brief
CVE-2023-54046 records a High severity (CVSS 7.8) vulnerability in crypto: essiv - Handle EBUSY correctly. 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.
CVSS is 7.8. 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 | >=be1eb7f78aa8fbe34779c56c266ccd0364604e71 <c61e7d182ee3f3f5ecf18a2964e303d49c539b52 || >=be1eb7f78aa8fbe34779c56c266ccd0364604e71 <796e02cca30a67322161f0745e5ce994bbe75605 || >=be1eb7f78aa8fbe34779c56c266ccd0364604e71 <840a1d3b77c1b062bd62b4733969a5b1efc274ce || >=be1eb7f78aa8fbe34779c56c266ccd0364604e71 <a006aa3eedb8bfd6fe317c3cfe9c86ffe76b2385 || >=be1eb7f78aa8fbe34779c56c266ccd0364604e71 <69c67d451fc19d88e54f7d97e8e7c093e08357e1 || >=be1eb7f78aa8fbe34779c56c266ccd0364604e71 <b5a772adf45a32c68bef28e60621f12617161556 | c61e7d182ee3f3f5ecf18a2964e303d49c539b52, 796e02cca30a67322161f0745e5ce994bbe75605, 840a1d3b77c1b062bd62b4733969a5b1efc274ce, a006aa3eedb8bfd6fe317c3cfe9c86ffe76b2385, 69c67d451fc19d88e54f7d97e8e7c093e08357e1, b5a772adf45a32c68bef28e60621f12617161556 |
| Linux/Linuxgeneric | 5.4 | Not reported |
Published upstream
Dec 24, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 4, 2026
In the Linux kernel, the following vulnerability has been resolved: crypto: essiv - Handle EBUSY correctly As it is essiv only handles the special return value of EINPROGERSS, which means that in all other cases it will free data related to the request. However, as the caller of essiv may specify MAY_BACKLOG, we also need to expect EBUSY and treat it in the same way. Otherwise backlogged requests will trigger a use-after-free.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2023-54046 records a High severity (CVSS 7.8) vulnerability in crypto: essiv - Handle EBUSY correctly. 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.
CVSS is 7.8. 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 | >=be1eb7f78aa8fbe34779c56c266ccd0364604e71 <c61e7d182ee3f3f5ecf18a2964e303d49c539b52 || >=be1eb7f78aa8fbe34779c56c266ccd0364604e71 <796e02cca30a67322161f0745e5ce994bbe75605 || >=be1eb7f78aa8fbe34779c56c266ccd0364604e71 <840a1d3b77c1b062bd62b4733969a5b1efc274ce || >=be1eb7f78aa8fbe34779c56c266ccd0364604e71 <a006aa3eedb8bfd6fe317c3cfe9c86ffe76b2385 || >=be1eb7f78aa8fbe34779c56c266ccd0364604e71 <69c67d451fc19d88e54f7d97e8e7c093e08357e1 || >=be1eb7f78aa8fbe34779c56c266ccd0364604e71 <b5a772adf45a32c68bef28e60621f12617161556 | c61e7d182ee3f3f5ecf18a2964e303d49c539b52, 796e02cca30a67322161f0745e5ce994bbe75605, 840a1d3b77c1b062bd62b4733969a5b1efc274ce, a006aa3eedb8bfd6fe317c3cfe9c86ffe76b2385, 69c67d451fc19d88e54f7d97e8e7c093e08357e1, b5a772adf45a32c68bef28e60621f12617161556 |
| Linux/Linuxgeneric | 5.4 | Not reported |
Published upstream
Dec 24, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 4, 2026
In the Linux kernel, the following vulnerability has been resolved: crypto: essiv - Handle EBUSY correctly As it is essiv only handles the special return value of EINPROGERSS, which means that in all other cases it will free data related to the request. However, as the caller of essiv may specify MAY_BACKLOG, we also need to expect EBUSY and treat it in the same way. Otherwise backlogged requests will trigger a use-after-free.
Quoted source text, attributed separately from HOL analysis.