CVE-2023-52916
概要

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

media: aspeed: Fix memory overwrite if timing is 1600x900

When capturing 1600x900, system could crash when system memory usage is
tight.

The way to reproduce this issue:
1. Use 1600x900 to display on host
2. Mount ISO through 'Virtual media' on OpenBMC's web
3. Run script as below on host to do sha continuously
#!/bin/bash
while [ [1] ];
do
find /media -type f -printf '"%h/%f"\n' | xargs sha256sum
done
4. Open KVM on OpenBMC's web

The size of macro block captured is 8x8. Therefore, we should make sure
the height of src-buf is 8 aligned to fix this issue.

公表日 2024年9月6日18:15
登録日 2024年9月6日20:00
最終更新日 2024年9月6日18:15
関連情報、対策とツール
共通脆弱性一覧

JVN脆弱性情報
Linux の Linux Kernel における境界外書き込みに関する脆弱性
タイトル Linux の Linux Kernel における境界外書き込みに関する脆弱性
概要

Linux の Linux Kernel には、境界外書き込みに関する脆弱性が存在します。

想定される影響 情報を取得される、情報を改ざんされる、およびサービス運用妨害 (DoS) 状態にされる可能性があります。 
対策

ベンダより正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

公表日 2023年7月19日0:00
登録日 2025年10月3日15:46
最終更新日 2025年10月3日15:46
影響を受けるシステム
Linux
Linux Kernel 5.0 以上 6.1.120 未満
Linux Kernel 6.2 以上 6.6 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
変更履歴
No 変更内容 変更日
1 [2025年10月03日]   掲載 2025年10月3日15:15