Answer in brief
CVE-2024-26911 records a Unknown severity vulnerability in drm/buddy: Fix alloc_range() error handling code. 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 | >=0a1844bf0b532d84324453374ad6845f64066c28 <4b59c3fada06e5e8010ef7700689c71986e667a2 || >=0a1844bf0b532d84324453374ad6845f64066c28 <8746c6c9dfa31d269c65dd52ab42fde0720b7d91 | 4b59c3fada06e5e8010ef7700689c71986e667a2, 8746c6c9dfa31d269c65dd52ab42fde0720b7d91 |
| Linux/Linuxgeneric | 6.7 | Not reported |
Published upstream
Apr 17, 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/buddy: Fix alloc_range() error handling code Few users have observed display corruption when they boot the machine to KDE Plasma or playing games. We have root caused the problem that whenever alloc_range() couldn't find the required memory blocks the function was returning SUCCESS in some of the corner cases. The right approach would be if the total allocated size is less than the required size, the function should return -ENOSPC.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2024-26911 records a Unknown severity vulnerability in drm/buddy: Fix alloc_range() error handling code. 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 | >=0a1844bf0b532d84324453374ad6845f64066c28 <4b59c3fada06e5e8010ef7700689c71986e667a2 || >=0a1844bf0b532d84324453374ad6845f64066c28 <8746c6c9dfa31d269c65dd52ab42fde0720b7d91 | 4b59c3fada06e5e8010ef7700689c71986e667a2, 8746c6c9dfa31d269c65dd52ab42fde0720b7d91 |
| Linux/Linuxgeneric | 6.7 | Not reported |
Published upstream
Apr 17, 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/buddy: Fix alloc_range() error handling code Few users have observed display corruption when they boot the machine to KDE Plasma or playing games. We have root caused the problem that whenever alloc_range() couldn't find the required memory blocks the function was returning SUCCESS in some of the corner cases. The right approach would be if the total allocated size is less than the required size, the function should return -ENOSPC.
Quoted source text, attributed separately from HOL analysis.