CVE-2026-19411
Linux Red Hat 脆弱性の分析と軽減

概要

CVE-2026-19411 is a NULL Pointer Dereference vulnerability (CWE-476) found in the dp.c library of the shim UEFI bootloader application. A missing NULL pointer check in the is_removable_media_path() function can allow a local attacker with high privileges to trigger a denial of service condition on affected systems. The vulnerability was disclosed on August 10, 2026, and affects Red Hat products including shim-signed and shim-unsigned-aarch64. It carries a CVSS v3.1 base score of 3.9 (Low/Medium) (Red Hat CVE, GitHub Advisory).

技術的な詳細

The root cause is a missing NULL pointer check in the is_removable_media_path() function within the shim dp.c library (CWE-476). When DevicePathToStr() returns NULL — for example, due to an EFI pool-allocation failure — the result is passed directly to StrnCaseCmp(), which dereferences the NULL pointer on its first loop iteration and crashes the process. Exploitation requires local access and high privileges, making this primarily a robustness/defensive-hardening issue rather than an attacker-controlled memory-safety bug. Red Hat's advisory specifies the fix involves adding NULL checks before DevicePathToStr and after its return value is used (Red Hat CVE, Red Hat Bugzilla).

影響

Successful exploitation can cause the shim UEFI bootloader to crash or hang, resulting in system unavailability (denial of service). In rare circumstances, the vulnerability could also allow minor integrity impact through memory modification, as noted by Red Hat's CWE-476 analysis. The scope is marked as "Changed," meaning the impact can extend beyond the vulnerable component itself, potentially affecting the broader boot process. Confidentiality impact is assessed as none (Red Hat CVE).

エクスプロイト可能性

There is no known public proof-of-concept exploit and no evidence of in-the-wild exploitation as of the disclosure date. The EPSS score is 0.0, reflecting a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires local access with high privileges and high attack complexity, significantly limiting the practical attack surface (GitHub Advisory, Red Hat CVE).

軽減策と回避策

Red Hat has provided a patch tracked via Bugzilla bug 2513060. The code-level fix involves adding NULL pointer checks in dp.c: before calling DevicePathToStr, add if (li == NULL || li->FilePath == NULL) return 0;; after the call, add if (bootpath == NULL) return 0;; and at the error path, guard with if (bootpath != NULL). Until a patched package is available, administrators should restrict local access and limit high-privilege account usage on systems running vulnerable shim versions, and monitor UEFI bootloader logs for abnormal termination or crash events (Red Hat CVE, Red Hat Bugzilla).

コミュニティの反応

Red Hat rates this vulnerability as Moderate impact, noting that while it does not guarantee consistent behavior across all use cases, it could make systems unstable and allow local denial of service or minor integrity/availability corruption. The GitHub Advisory Database classifies it as Low severity. No significant broader media coverage or notable researcher commentary has been identified beyond the initial vendor disclosure (Red Hat CVE, GitHub Advisory).

関連情報


ソースこのレポートは AI を使用して生成されました

関連 Linux Red Hat 脆弱 性:

CVE 識別子

重大度

スコア

テクノロジー

コンポーネント名

CISA KEV エクスプロイト

修正あり

公開日

CVE-2026-6426NONE該当なし
  • Linux Red Hat logoLinux Red Hat
  • libcacard
いいえいいえAug 10, 2026
CVE-2026-63622NONE該当なし
  • Linux Red Hat logoLinux Red Hat
  • libvirt-daemon-driver-secret
いいえいいえAug 10, 2026
CVE-2026-19411NONE該当なし
  • Linux Red Hat logoLinux Red Hat
  • mokutil
いいえいいえAug 10, 2026
CVE-2026-59091NONE該当なし
  • Linux Debian logoLinux Debian
  • gimp-libs
いいえいいえAug 10, 2026
CVE-2026-63623NONE該当なし
  • Linux Red Hat logoLinux Red Hat
  • libvirt-daemon-common
いいえいいえAug 10, 2026

無料の脆弱性評価

クラウドセキュリティポスチャーのベンチマーク

9つのセキュリティドメインにわたるクラウドセキュリティプラクティスを評価して、リスクレベルをベンチマークし、防御のギャップを特定します。

評価を依頼する

パーソナライズされたデモを見る

実際に Wiz を見てみませんか?​

"私が今まで見た中で最高のユーザーエクスペリエンスは、クラウドワークロードを完全に可視化します。"
デビッド・エストリックCISO (最高情報責任者)
"Wiz を使えば、クラウド環境で何が起こっているかを 1 つの画面で確認することができます"
アダム・フレッチャーチーフ・セキュリティ・オフィサー
"Wizが何かを重要視した場合、それは実際に重要であることを私たちは知っています。"
グレッグ・ポニャトフスキ脅威および脆弱性管理責任者