CVE-2022-48883
概要

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

net/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parent

A user is able to configure an arbitrary number of rx queues when
creating an interface via netlink. This doesn't work for child PKEY
interfaces because the child interface uses the parent receive channels.

Although the child shares the parent's receive channels, the number of
rx queues is important for the channel_stats array: the parent's rx
channel index is used to access the child's channel_stats. So the array
has to be at least as large as the parent's rx queue size for the
counting to work correctly and to prevent out of bound accesses.

This patch checks for the mentioned scenario and returns an error when
trying to create the interface. The error is propagated to the user.

公表日 2024年8月21日16:15
登録日 2024年8月26日16:58
最終更新日 2024年8月21日21:30
関連情報、対策とツール
共通脆弱性一覧

JVN脆弱性情報
Linux の Linux Kernel における配列インデックスの検証に関する脆弱性
タイトル Linux の Linux Kernel における配列インデックスの検証に関する脆弱性
概要

Linux の Linux Kernel には、配列インデックスの検証に関する脆弱性が存在します。

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

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

公表日 2022年11月25日0:00
登録日 2025年10月6日16:54
最終更新日 2025年10月6日16:54
影響を受けるシステム
Linux
Linux Kernel 5.17 以上 6.1.7 未満
Linux Kernel 6.2
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
変更履歴
No 変更内容 変更日
1 [2025年10月06日]
  掲載
2025年10月6日16:54