CVE-2025-39737 | mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup()

In the Linux kernel, the following vulnerability has been resolved: mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup() A soft lockup warning was observed on a relative small system x86-64 system with 16 GB of memory when running a debug kernel with kmemleak enabled. watchdog: BUG: soft lockup - CPU#8 stuck for 33s! [kworker/8:1:134] The test system was running a workload with hot unplug happening in parallel. Then kemleak decided to disable itself due to its inability to allocate more kmemleak objects. The debug kernel has its CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE set to 40,000. The soft lockup happened in kmemleak_do_cleanup() when the existing kmemleak objects were being removed and deleted one-by-one in a loop via a workqueue. In this particular case, there are at least 40,000 objects that need to be processed and given the slowness of a debug kernel and the fact that a raw_spinlock has to be acquired and released in __delete_object(), it could take a while to properly handle all these objects. As kmemleak has been disabled in this case, the object removal and deletion process can be further optimized as locking isn't really needed. However, it is probably not worth the effort to optimize for such an edge case that should rarely happen. So the simple solution is to call cond_resched() at periodic interval in the iteration loop to avoid soft lockup.

公開: 2025-09-11 最終更新: 2026-05-12 Assigner: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 ソース: 416baaa9-dc9f-4396-8d5f-8c081fb06d67

総合評価: CVE-2025-39737 は低リスク(23.7/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.02%、5 パーセンタイル) 推奨対応: 悪用情報と EPSS の推移を監視し、必要に応じて優先度を見直してください。

リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。

CVE-2025-39737 の EPSS(Exploit Prediction Scoring System)スコア

EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。

# 日付 旧 EPSS スコア 新 EPSS スコア Δ(新 − 旧)
1 2026-01-29 0.06% 0.02% -0.04%
2 2026-01-11 0.03% 0.06% +0.03%
3 2025-09-12 0.03%

EPSS の全履歴 (全 3 件)

CVE-2025-39737 の CVSS(Common Vulnerability Scoring System)指標

この CVE の CVSS 指標。

ベーススコア バージョン 深刻度 ベクトル 悪用しやすさ 影響 スコアの出典
5.5 3.1 MEDIUM
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H クリックして展開
攻撃ベクター (AV:L)
対象ホスト上でコードを実行できること、または別ユーザーの誤操作・悪意ある操作が前提になる。
攻撃の複雑さ (AC:L)
攻撃者が条件を満たせば、レース条件や珍しい構成に依存せずに再現しやすい。
必要な権限 (PR:L)
一般ユーザー権限があれば足り、管理者(root 相当)は不要。
ユーザーの関与 (UI:N)
メールのリンクを開く、マクロを有効にするなど、被害者の協力がなくても成立しうる。
スコープ (S:U)
影響は脆弱コンポーネントと同一のセキュリティ権限・信頼境界の内側に収まる。
機密性への影響 (C:N)
機微情報の漏えいは想定しにくい。
完全性への影響 (I:N)
改ざん・なりすましによる信頼毀損は軽微か、想定されない。
可用性への影響 (A:H)
長時間のサービス停止、データ損壊による復旧不能に近い状態など、利用者に著しい不便を与えうる。
1.8 3.6 [email protected]

CVE-2025-39737 の弱点分類(列挙)

CVE-2025-39737 の GitHub Security Advisory

GHSA-x37q-qw63-qf28 · 深刻度: medium — In the Linux kernel, the following vulnerability has been resolved: mm/kmemleak: avoid soft...

CVE-2025-39737 の OS トラッカー

vendor priority summary link
debian not yet assigned CVE-2025-39737 not yet assigned priority: Debian including 2 source packages (linux, linux-6.1), 6 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 6. https://security-tracker.debian.org/tracker/CVE-2025-39737
redhat low https://access.redhat.com/security/cve/CVE-2025-39737
suse low https://www.suse.com/security/cve/CVE-2025-39737/
ubuntu medium CVE-2025-39737 medium priority: Ubuntu including 158 source packages (linux, linux-allwinner-5.19, …), 1414 status rows across 9 suites (bionic, focal, jammy, noble, plucky, questing, trusty, upstream, xenial): DNE 1017, ignored 180, released 150, needed 48, not-affected 16, needs-triage 2, pending 1. https://ubuntu.com/security/CVE-2025-39737

CVE-2025-39737 の影響を受けるソフトウェア/構成

ベンダー 製品 バージョン 生の CPE
linux linux_kernel >= 5.4.1, < 5.4.297 cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
linux linux_kernel >= 5.5, < 5.10.241 cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
linux linux_kernel >= 5.11, < 5.15.190 cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
linux linux_kernel >= 5.16, < 6.1.149 cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
linux linux_kernel >= 6.2, < 6.6.103 cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
linux linux_kernel >= 6.7, < 6.12.43 cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
linux linux_kernel >= 6.13, < 6.15.11 cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
linux linux_kernel >= 6.16, < 6.16.2 cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
linux linux_kernel 5.4 cpe:2.3:o:linux:linux_kernel:5.4:-:*:*:*:*:*:*
linux linux_kernel 5.4 cpe:2.3:o:linux:linux_kernel:5.4:rc4:*:*:*:*:*:*
linux linux_kernel 5.4 cpe:2.3:o:linux:linux_kernel:5.4:rc5:*:*:*:*:*:*
linux linux_kernel 5.4 cpe:2.3:o:linux:linux_kernel:5.4:rc6:*:*:*:*:*:*
linux linux_kernel 5.4 cpe:2.3:o:linux:linux_kernel:5.4:rc7:*:*:*:*:*:*
linux linux_kernel 5.4 cpe:2.3:o:linux:linux_kernel:5.4:rc8:*:*:*:*:*:*
linux linux_kernel 6.17 cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:*
debian debian_linux 11.0 cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*

CVE-2025-39737 の参考情報

URL タグ
https://git.kernel.org/stable/c/1ef72a7fedc5bca70e8cc980985790de10d407aa Patch
https://git.kernel.org/stable/c/8d2d22a55ffe35c38e69795468a7addd1a80e9ce Patch
https://git.kernel.org/stable/c/926092268efdf1ed7b55cf486356c74a9e7710d1 Patch
https://git.kernel.org/stable/c/9b80430c194e4a114dc663c1025d56b4f3d0153d Patch
https://git.kernel.org/stable/c/9f1f4e95031f84867c5821540466d62f88dab8ca Patch
https://git.kernel.org/stable/c/a04de4c40aab9b338dfa989cf4aec70fd187eeb2 Patch
https://git.kernel.org/stable/c/d1534ae23c2b6be350c8ab060803fbf6e9682adc Patch
https://git.kernel.org/stable/c/e21a3ddd58733ce31afcb1e5dc3cb80a4b5bc29b Patch
https://git.kernel.org/stable/c/f014c10d190b92aad366e56b445daffcd1c075e4 Patch
https://lists.debian.org/debian-lts-announce/2025/10/msg00007.html Mailing List Third Party Advisory
https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html Mailing List Third Party Advisory
https://cert-portal.siemens.com/productcert/html/ssa-032379.html
cvelogic Threat Intelligence