Answer in brief
CVE-2024-50174 records a Unknown severity vulnerability in drm/panthor: Fix race when converting group handle to group object. 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 | >=de85488138247d034eb3241840424a54d660926b <8a585d553c11965332d7a2d74e79ef92a42bfc87 || >=de85488138247d034eb3241840424a54d660926b <44742138d151c3a945460ae7beff8ae45ac0bf58 || >=de85488138247d034eb3241840424a54d660926b <cac075706f298948898b1f63e81709df42afa75d | 8a585d553c11965332d7a2d74e79ef92a42bfc87, 44742138d151c3a945460ae7beff8ae45ac0bf58, cac075706f298948898b1f63e81709df42afa75d |
| Linux/Linuxgeneric | 6.10 | 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: drm/panthor: Fix race when converting group handle to group object XArray provides it's own internal lock which protects the internal array when entries are being simultaneously added and removed. However there is still a race between retrieving the pointer from the XArray and incrementing the reference count. To avoid this race simply hold the internal XArray lock when incrementing the reference count, this ensures there cannot be a racing call to xa_erase().
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2024-50174 records a Unknown severity vulnerability in drm/panthor: Fix race when converting group handle to group object. 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 | >=de85488138247d034eb3241840424a54d660926b <8a585d553c11965332d7a2d74e79ef92a42bfc87 || >=de85488138247d034eb3241840424a54d660926b <44742138d151c3a945460ae7beff8ae45ac0bf58 || >=de85488138247d034eb3241840424a54d660926b <cac075706f298948898b1f63e81709df42afa75d | 8a585d553c11965332d7a2d74e79ef92a42bfc87, 44742138d151c3a945460ae7beff8ae45ac0bf58, cac075706f298948898b1f63e81709df42afa75d |
| Linux/Linuxgeneric | 6.10 | 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: drm/panthor: Fix race when converting group handle to group object XArray provides it's own internal lock which protects the internal array when entries are being simultaneously added and removed. However there is still a race between retrieving the pointer from the XArray and incrementing the reference count. To avoid this race simply hold the internal XArray lock when incrementing the reference count, this ensures there cannot be a racing call to xa_erase().
Quoted source text, attributed separately from HOL analysis.