CVE-2024-50218
概要

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

ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow

Syzbot reported a kernel BUG in ocfs2_truncate_inline. There are two
reasons for this: first, the parameter value passed is greater than
ocfs2_max_inline_data_with_xattr, second, the start and end parameters of
ocfs2_truncate_inline are "unsigned int".

So, we need to add a sanity check for byte_start and byte_len right before
ocfs2_truncate_inline() in ocfs2_remove_inode_range(), if they are greater
than ocfs2_max_inline_data_with_xattr return -EINVAL.

公表日 2024年11月9日20:15
登録日 2024年11月10日5:01
最終更新日 2024年11月12日22:56
関連情報、対策とツール
共通脆弱性一覧

JVN脆弱性情報
Linux の Linux Kernel における脆弱性
タイトル Linux の Linux Kernel における脆弱性
概要

Linux の Linux Kernel には、不特定の脆弱性が存在します。

想定される影響 サービス運用妨害 (DoS) 状態にされる可能性があります。 
対策

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

公表日 2024年10月28日0:00
登録日 2025年10月10日15:54
最終更新日 2025年10月10日15:54
影響を受けるシステム
Linux
Linux Kernel 2.6.24 以上 4.19.323 未満
Linux Kernel 4.20 以上 5.4.285 未満
Linux Kernel 5.11 以上 5.15.171 未満
Linux Kernel 5.16 以上 6.1.116 未満
Linux Kernel 5.5 以上 5.10.229 未満
Linux Kernel 6.12
Linux Kernel 6.2 以上 6.6.60 未満
Linux Kernel 6.7 以上 6.11.7 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
変更履歴
No 変更内容 変更日
1 [2025年10月10日]   掲載 2025年10月10日9:42