Linux Distros 未修補的弱點:CVE-2025-38445

high Nessus Plugin ID 247542

概要

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

說明

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

- md/raid1修正 raid1_reshape 中傳回後的堆疊記憶體使用在 raid1_reshape 函式中newpool 會配置在堆疊上並指派給 conf->r1bio_pool。這會導致 conf->r1bio_pool.wait.head 指向堆疊位址。若稍後存取此位址可能導致核心錯誤。存取路徑範例
raid1_reshape() { // newpool 在堆疊上 mempool_t newpool, oldpool; // 將 newpool.wait.head 初始化為堆疊位址 mempool_init(&newpool, ...); conf->r1bio_pool = newpool; } raid1_read_request() 或 raid1_write_request() { alloc_r1bio() { mempool_alloc() { // 如果 pool->alloc 失敗 remove_element() {
--pool->curr_nr } } } } mempool_free() { if (pool->curr_nr < pool->min_nr) { // pool->wait.head 是堆疊位址 // wake_up() 將嘗試存取此無效位址 // 這會導致傳回核心錯誤wake_up(&pool->wait); } } 修正指派 newpool 後重新初始化 conf->r1bio_pool.wait。
(CVE-2025-38445)

請注意,Nessus 依賴供應商報告的套件存在。

解決方案

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

另請參閱

https://security-tracker.debian.org/tracker/CVE-2025-38445

Plugin 詳細資訊

嚴重性: High

ID: 247542

檔案名稱: unpatched_CVE_2025_38445.nasl

版本: 1.1

類型: local

代理程式: unix

系列: Misc.

已發布: 2025/8/10

已更新: 2025/8/10

支援的感應器: Frictionless Assessment Agent, Nessus Agent, Agentless Assessment, Nessus

風險資訊

VPR

風險因素: Medium

分數: 6.0

CVSS v2

風險因素: Medium

基本分數: 6.6

時間性分數: 4.9

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

CVSS 評分資料來源: CVE-2025-38445

CVSS v3

風險因素: High

基本分數: 7.1

時間性分數: 6.2

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

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

弱點資訊

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

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

可輕鬆利用: No known exploits are available

弱點發布日期: 2025/7/25

參考資訊

CVE: CVE-2025-38445