| Title | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、次の脆弱性が修正されました。perf/amlogic: meson_ddr_pmu_create()関数内のsmp_processor_id()をraw_smp_processor_id()に置き換えました。meson_ddr_pmu_create()関数は、無効化されたプリエンプションを前提とするsmp_processor_id()を誤って使用しており、そのためモジュールの読み込み時にカーネル警告が発生していました。これはmeson_ddr_pmu_create()がプリエンプティブルなコンテキストで呼び出される可能性があるためです。以下はカーネル警告とスタックトレースの一例です。[ 31.745138] [ T2289] BUG: using smp_processor_id() in preemptible [00000000] code: (udev-worker)/2289 (中略) 変更内容は、プリエンプティブルなコンテキストでも安全にCPU IDを取得できるように、smp_processor_id()をraw_smp_processor_id()に置き換えたものです。 |
| Possible impacts | 当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | July 10, 2025, midnight |
| Registration Date | Jan. 28, 2026, 12:36 p.m. |
| Last Update | Jan. 28, 2026, 12:36 p.m. |
| CVSS3.0 : 重要 | |
| Score | 7.8 |
|---|---|
| Vector | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| Linux |
| Linux Kernel 6.13 以上 6.15.3 未満 |
| Linux Kernel 6.2 以上 6.6.94 未満 |
| Linux Kernel 6.7 以上 6.12.34 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年01月28日] 掲載 |
Jan. 28, 2026, 12:36 p.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: perf/amlogic: Replace smp_processor_id() with raw_smp_processor_id() in meson_ddr_pmu_create() The Amlogic DDR PMU driver meson_ddr_pmu_create() function incorrectly uses Following kernel warning and stack trace: Changes replaces smp_processor_id() with raw_smp_processor_id() to |
|---|---|
| Publication Date | July 10, 2025, 5:15 p.m. |
| Registration Date | July 11, 2025, 4 a.m. |
| Last Update | July 10, 2025, 5:15 p.m. |