CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-80704

mediumCVSS 5.5covered by 2 sourcesfirst seen 2026-08-11
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: use proper context for logging The same as the rest of the code, get_ss_info_from_atombios() uses calc_pll_cs->ctx->logger for logging. But calc_pll_cs->ctx is initialized only later in calc_pll_max_vco_construct(). Therefore, any output using DC_LOG_SYNC() leads to a NULL pointer deference in get_ss_info_from_atombios(). According to Sashiko, the very same problem exists in dce112_get_pix_clk_dividers() and dcn3_get_pix_clk_dividers() too. To avoid accessing the NULL context, use clk_src->base.ctx->logger everywhere. That context in base is initialized earlier in dce110_clk_src_construct() and dce112_clk_src_construct(). Before get_ss_info_from_atombios() or Sashiko's get_pix_clk_dividers functions above are actually called. This is done by redefining DC_LOGGER to CTX->logger. Before: dce110_clk_src_construct() did: -> sets clk_src->base.ctx = ctx; -> ss_info_from_atombios_create() -> get_ss_info_from_atombios() <- uses calc_pll_cs->ctx # BOOM -> calc_pll_max_vco_construct() <- sets calc_pll_cs->ctx After: dce110_clk_src_construct() does: -> sets clk_src->base.ctx = ctx; -> ss_info_from_atombios_create() -> get_ss_info_from_atombios() <- uses clk_src->base.ctx (cherry picked from commit 6f16fcbb0c46a87e3d9685407e906573d60104b0)

CSIRTS triage

What
Improper logging context in AMD display driver may expose internal state or kernel memory during debug operations.
Who is affected
Systems running AMD display driver with debug or enhanced logging enabled.
Urgency
Medium severity (CVSS 5.5); information disclosure only and requires debug mode.
Action
Apply kernel patch for drm/amd/display logging context fix.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-80704

Get an email if CVE-2026-80704 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-80704

CVE.org record

Embed the live status

CVE-2026-80704 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-80704 status](https://www.csirts.com/badge/CVE-2026-80704)](https://www.csirts.com/cve/CVE-2026-80704)