製品・ソフトウェアに関する情報
LinuxのLinux Kernelにおける不特定の脆弱性
Title LinuxのLinux Kernelにおける不特定の脆弱性
Summary

Linuxカーネルにおいて、以下の脆弱性が修正されました。KVMのSVMセクションで、sev ioctlインターフェースに対してkzallocを使用し、カーネルデータ漏洩を防止しています。いくつかのsev ioctlインターフェースでは、渡されるlengthパラメータがSEV_FW_BLOB_MAX_SIZE以下であっても、PSPファームウェアが返すデータのサイズがそれより大きい可能性があります。この場合、kmallocはデータのサイズではなく入力のサイズに基づいてメモリを割り当てます。PSPファームウェアは割り当てられたバッファを完全に上書きしないため、これらのsev ioctlインターフェースは初期化されていないカーネルスラブメモリを返す可能性があります。

Possible impacts 当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
Solution

リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。

Publication Date Feb. 26, 2025, midnight
Registration Date Jan. 27, 2026, 5:39 p.m.
Last Update Jan. 27, 2026, 5:39 p.m.
CVSS3.0 : 重要
Score 7.1
Vector CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Affected System
Linux
Linux Kernel 5.11 以上 5.15.45 未満
Linux Kernel 5.16 以上 5.17.13 未満
Linux Kernel 5.18 以上 5.18.2 未満
Linux Kernel 5.7 以上 5.10.124 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
No Changed Details Date of change
1 [2026年01月27日]
  掲載
Jan. 27, 2026, 5:39 p.m.

NVD Vulnerability Information
CVE-2022-49556
Summary

In the Linux kernel, the following vulnerability has been resolved:

KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leak

For some sev ioctl interfaces, the length parameter that is passed maybe
less than or equal to SEV_FW_BLOB_MAX_SIZE, but larger than the data
that PSP firmware returns. In this case, kmalloc will allocate memory
that is the size of the input rather than the size of the data.
Since PSP firmware doesn't fully overwrite the allocated buffer, these
sev ioctl interface may return uninitialized kernel slab memory.

Publication Date Feb. 26, 2025, 4:01 p.m.
Registration Date Feb. 27, 2025, 4:02 a.m.
Last Update Feb. 26, 2025, 4:01 p.m.
Related information, measures and tools
Common Vulnerabilities List