Answer in brief
CVE-2026-80658 records a Unknown severity vulnerability in drm/rockchip: dw_dp: Fix null-ptr-deref in dw_dp_remove(). 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 | >=d68ba7bac9555d05e2f5b310c898b2a5c7eff174 <b3ec263a719e0d499bd95d20012d90d7e8641655 || >=d68ba7bac9555d05e2f5b310c898b2a5c7eff174 <33bc9fba3ae05863fabe3436ddca2ca4f4939c5e || >=d68ba7bac9555d05e2f5b310c898b2a5c7eff174 <9456381d8b60bb7dd42f2f04afe5ee4ce6e0bc12 | b3ec263a719e0d499bd95d20012d90d7e8641655, 33bc9fba3ae05863fabe3436ddca2ca4f4939c5e, 9456381d8b60bb7dd42f2f04afe5ee4ce6e0bc12 |
| Linux/Linuxgeneric | 6.18 | Not reported |
Published upstream
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 28, 2026
In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: dw_dp: Fix null-ptr-deref in dw_dp_remove() Attempting to access driver data in the platform driver ->remove() callback may lead to a null pointer dereference since there is no guaranty that the component ->bind() callback invoking platform_set_drvdata() was executed. A common scenario is when Rockchip DRM driver didn't manage to run component_bind_all() because of an (unrelated) error causing early return from rockchip_drm_bind(). Drop the unnecessary call to platform_get_drvdata() and, instead, reference the target device structure via platform_device.
Quoted source text, attributed separately from HOL analysis.