Linux Distros 未修補弱點:CVE-2026-80704

critical Nessus Plugin ID 341319

概要

Linux/Unix 主機上安裝的一個或多個套件存有弱點,廠商表示將不會修補。

說明

Linux/Unix 主機上安裝了一個或多個受到弱點影響的套件,且廠商未提供可用的修補程式。

- drm/amd/display:使用適當的上下文進行記錄 與程式碼的其餘部分相同,get_ss_info_from_atombios() 使用 calc_pll_cs->ctx->logger 進行記錄。但 calc_pll_cs->ctx 只會在稍後的 calc_pll_max_vco_construct() 中初始化。因此,任何使用 DC_LOG_SYNC() 的輸出都會導致 get_ss_info_from_atombios() 中的 NULL 指標解除參照。根據 Sashiko 的說法,同樣的問題也存在於 dce112_get_pix_clk_dividers() 和 dcn3_get_pix_clk_dividers() 中。若要避免存取 NULL 內容,請在各處使用 clk_src->base.ctx->logger。base 中的該上下文在 dce110_clk_src_construct() 和 dce112_clk_src_construct() 中較早初始化。在get_ss_info_from_atombios()或Sashiko的get_pix_clk_dividers之前,實際調用了上面的函數。這是透過將 DC_LOGGER 重新定義為 CTX->logger 來完成的。之前: dce110_clk_src_construct() 做: -> 設定 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 之後: dce110_clk_src_construct() 執行: -> 設定 clk_src->base.ctx = ctx; -> ss_info_from_atombios_create() -> get_ss_info_from_atombios() <- uses clk_src->base.ctx (從提交 6f16fcbb0c46a87e3d9685407e906573d60104b0) (CVE-2026-80704)

請注意,Nessus 的判定取決於廠商所報告的套件是否存在。

解決方案

目前尚未有已知的解決方案。

另請參閱

https://security-tracker.debian.org/tracker/CVE-2026-80704

Plugin 詳細資訊

嚴重性: Critical

ID: 341319

檔案名稱: unpatched_CVE_2026_80704.nasl

版本: 1.1

類型: Local

代理程式: unix

系列: Misc.

已發布: 2026/8/28

已更新: 2026/8/28

支援的感應器: Frictionless Assessment Agent, Nessus Agent, Agentless Assessment, Tenable Cloud Security, Tenable Self-Hosted Container Security, Nessus

風險資訊

VPR

風險因素: Low

分數: 3

百分位數: 23.65

CVSS v2

風險因素: High

基本分數: 7.5

時間性分數: 6.4

媒介: CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P

CVSS 評分資料來源: CVE-2026-80704

CVSS v3

風險因素: Critical

基本分數: 9.8

時間性分數: 9

媒介: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

時間媒介: CVSS:3.0/E:U/RL:U/RC:C

弱點資訊

CPE: cpe:/o:debian:debian_linux:11.0, cpe:/o:debian:debian_linux:12.0, p-cpe:/a:debian:debian_linux:linux

必要的 KB 項目: Host/local_checks_enabled, Host/cpu, global_settings/vendor_unpatched, Host/OS/identifier

可輕鬆利用: No known exploits are available

弱點發布日期: 2026/8/28

參考資訊

CVE: CVE-2026-80704