| Title | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、x86/apicのs2ramからのリジューム時にファームウェアがx2apicモードを再度有効化する場合があり、カーネルがこれを想定して無効化していたため不整合が発生していました。この問題によりシステムがハングすることがありました。修正では、リジューム処理時にカーネルがx2apicを無効と判断した場合に確実に無効化するよう改善されています。ACPI仕様書に基づくと、ファームウェアはCPUの初期起動設定またはスリープ前設定を復元するため、この動作は仕様内に含まれています。したがって、今回の修正はこの不整合によるハングを防止し、適切にx2apicの状態を管理することでシステムの安定性を向上させます。 |
| Possible impacts | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 8, 2026, midnight |
| Registration Date | May 18, 2026, 11:26 a.m. |
| Last Update | May 18, 2026, 11:26 a.m. |
| CVSS3.0 : 警告 | |
| Score | 5.5 |
|---|---|
| Vector | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| Linux |
| Linux Kernel 2.6.28 以上 5.10.253 未満 |
| Linux Kernel 5.11 以上 5.15.203 未満 |
| Linux Kernel 5.16 以上 6.1.167 未満 |
| Linux Kernel 6.13 以上 6.18.19 未満 |
| Linux Kernel 6.19 以上 6.19.9 未満 |
| Linux Kernel 6.2 以上 6.6.130 未満 |
| Linux Kernel 6.7 以上 6.12.78 未満 |
| Linux Kernel 7.0 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月18日] 掲載 |
May 18, 2026, 11:26 a.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: x86/apic: Disable x2apic on resume if the kernel expects so When resuming from s2ram, firmware may re-enable x2apic mode, which may have Fix this in lapic_resume() by disabling x2apic if the kernel expects it to be The ACPI v6.6 spec, Section 16.3 [1] says firmware restores either the When executing from the power-on reset vector as a result of waking from an (further ahead) If this is an S2 or S3 wake, then the platform runtime firmware restores CPU configuration. Platform runtime firmware restores the pre-sleep (and other things) So at least as per the spec, re-enablement of x2apic by the firmware is [1] https://uefi.org/specs/ACPI/6.6/16_Waking_and_Sleeping.html#initialization [ bp: Massage. ] |
|---|---|
| Publication Date | May 9, 2026, 12:16 a.m. |
| Registration Date | May 9, 2026, 4:14 a.m. |
| Last Update | May 12, 2026, 11:10 p.m. |