Answer in brief
CVE-2023-52583 records a Unknown severity vulnerability in ceph: fix deadlock or deadcode of misusing dget(). 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.
Answer in brief
CVE-2023-52583 records a Unknown severity vulnerability in ceph: fix deadlock or deadcode of misusing dget(). 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 | >=adf0d68701c7f3e50f21308c76f41e60956a6832 <eb55ba8aa7fb7aad54f40fbf4d8dcdfdba0bebf6 || >=adf0d68701c7f3e50f21308c76f41e60956a6832 <6ab4fd508fad942f1f1ba940492f2735e078e980 || >=adf0d68701c7f3e50f21308c76f41e60956a6832 <e016e358461b89b231626fcf78c5c38e35c44fd3 || >=adf0d68701c7f3e50f21308c76f41e60956a6832 <a9c15d6e8aee074fae66c04d114f20b84274fcca || >=adf0d68701c7f3e50f21308c76f41e60956a6832 <7f2649c94264d00df6b6ac27161e9f4372a3450e || >=adf0d68701c7f3e50f21308c76f41e60956a6832 <196b87e5c00ce021e164a5de0f0d04f4116a9160 || >=adf0d68701c7f3e50f21308c76f41e60956a6832 <76cb2aa3421fee4fde706dec41b1344bc0a9ad67 || >=adf0d68701c7f3e50f21308c76f41e60956a6832 <b493ad718b1f0357394d2cdecbf00a44a36fa085 | eb55ba8aa7fb7aad54f40fbf4d8dcdfdba0bebf6, 6ab4fd508fad942f1f1ba940492f2735e078e980, e016e358461b89b231626fcf78c5c38e35c44fd3, a9c15d6e8aee074fae66c04d114f20b84274fcca, 7f2649c94264d00df6b6ac27161e9f4372a3450e, 196b87e5c00ce021e164a5de0f0d04f4116a9160, 76cb2aa3421fee4fde706dec41b1344bc0a9ad67, b493ad718b1f0357394d2cdecbf00a44a36fa085 |
| Linux/Linuxgeneric | 4.11 | Not reported |
Published upstream
Mar 6, 2024
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: ceph: fix deadlock or deadcode of misusing dget() The lock order is incorrect between denty and its parent, we should always make sure that the parent get the lock first. But since this deadcode is never used and the parent dir will always be set from the callers, let's just remove it.
Quoted source text, attributed separately from HOL analysis.
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 | >=adf0d68701c7f3e50f21308c76f41e60956a6832 <eb55ba8aa7fb7aad54f40fbf4d8dcdfdba0bebf6 || >=adf0d68701c7f3e50f21308c76f41e60956a6832 <6ab4fd508fad942f1f1ba940492f2735e078e980 || >=adf0d68701c7f3e50f21308c76f41e60956a6832 <e016e358461b89b231626fcf78c5c38e35c44fd3 || >=adf0d68701c7f3e50f21308c76f41e60956a6832 <a9c15d6e8aee074fae66c04d114f20b84274fcca || >=adf0d68701c7f3e50f21308c76f41e60956a6832 <7f2649c94264d00df6b6ac27161e9f4372a3450e || >=adf0d68701c7f3e50f21308c76f41e60956a6832 <196b87e5c00ce021e164a5de0f0d04f4116a9160 || >=adf0d68701c7f3e50f21308c76f41e60956a6832 <76cb2aa3421fee4fde706dec41b1344bc0a9ad67 || >=adf0d68701c7f3e50f21308c76f41e60956a6832 <b493ad718b1f0357394d2cdecbf00a44a36fa085 | eb55ba8aa7fb7aad54f40fbf4d8dcdfdba0bebf6, 6ab4fd508fad942f1f1ba940492f2735e078e980, e016e358461b89b231626fcf78c5c38e35c44fd3, a9c15d6e8aee074fae66c04d114f20b84274fcca, 7f2649c94264d00df6b6ac27161e9f4372a3450e, 196b87e5c00ce021e164a5de0f0d04f4116a9160, 76cb2aa3421fee4fde706dec41b1344bc0a9ad67, b493ad718b1f0357394d2cdecbf00a44a36fa085 |
| Linux/Linuxgeneric | 4.11 | Not reported |
Published upstream
Mar 6, 2024
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: ceph: fix deadlock or deadcode of misusing dget() The lock order is incorrect between denty and its parent, we should always make sure that the parent get the lock first. But since this deadcode is never used and the parent dir will always be set from the callers, let's just remove it.
Quoted source text, attributed separately from HOL analysis.