LinuxのLinux Kernelにおける二重解放に関する脆弱性
タイトル LinuxのLinux Kernelにおける二重解放に関する脆弱性
概要

Linuxカーネルにおいて、以下の脆弱性が修正されました:bnxt_enにおけるRSSコンテキスト削除ロジックの修正です。ドライバ内でRSSコンテキストが削除されるたびに、対応するRSSコンテキストVNICをFW側で解放する必要があります。コミット667ac333dbb7では、インターフェースがダウンしている場合のRSSコンテキスト削除を支援するために、netif_running()がtrueのときのみFW側のVNICを削除するチェックを追加しました。しかし、この条件があると、クローズ時にアクティブなRSSコンテキストがある場合にドライバがFW側のVNICをリークしてしまいます。次回のオープン時にRSSコンテキストの復元の一環として、予約していない余分なVNICを作成しようとするため、FWがこの要求を拒否し、アクティブなRSSコンテキストを失う可能性があります。もし既にRSSコンテキストが削除されている場合に再度削除要求を処理しても、HWRM関数はリクエストの有効性をチェックし、リソースが既に解放されていれば単に戻るため、ダウン時の削除でもnetif_running()のチェックは不要です。したがって、RSSコンテキスト削除時のnetif_running()の条件チェックを削除しました。

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

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

公表日 2026年5月6日0:00
登録日 2026年5月11日11:06
最終更新日 2026年5月11日11:06
CVSS3.0 : 重要
スコア 7.8
ベクター CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
影響を受けるシステム
Linux
Linux Kernel 6.11 以上 6.12.75 未満
Linux Kernel 6.13 以上 6.18.16 未満
Linux Kernel 6.19 以上 6.19.6 未満
Linux Kernel 7.0
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
変更履歴
No 変更内容 変更日
1 [2026年05月11日]
  掲載
2026年5月11日11:06

NVD脆弱性情報
CVE-2026-43260
概要

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

bnxt_en: Fix RSS context delete logic

We need to free the corresponding RSS context VNIC
in FW everytime an RSS context is deleted in driver.
Commit 667ac333dbb7 added a check to delete the VNIC
in FW only when netif_running() is true to help delete
RSS contexts with interface down.

Having that condition will make the driver leak VNICs
in FW whenever close() happens with active RSS contexts.
On the subsequent open(), as part of RSS context restoration,
we will end up trying to create extra VNICs for which we
did not make any reservation. FW can fail this request,
thereby making us lose active RSS contexts.

Suppose an RSS context is deleted already and we try to
process a delete request again, then the HWRM functions
will check for validity of the request and they simply
return if the resource is already freed. So, even for
delete-when-down cases, netif_running() check is not
necessary.

Remove the netif_running() condition check when deleting
an RSS context.

公表日 2026年5月6日21:16
登録日 2026年5月7日4:09
最終更新日 2026年5月9日5:31
影響を受けるソフトウェアの構成
構成1 以上 以下 より上 未満
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.11 6.12.75
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.13 6.18.16
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.19 6.19.6
cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
関連情報、対策とツール
共通脆弱性一覧