LinuxのLinux Kernelにおける不特定の脆弱性
タイトル LinuxのLinux Kernelにおける不特定の脆弱性
概要

Linuxカーネルにおいて、以下の脆弱性が修正されました:net: qrtr: ns: ノードごとの最大サーバ登録数の制限です。現在のコードでは、ノードごとに追加されるサーバ数の範囲チェックが行われていません。悪意のあるクライアントがNEW_SERVERメッセージを大量に送信し、メモリを枯渇させる可能性があります。この問題を解決するために、ノードごとのサーバ登録数の最大値を256に制限しました。古いポートに対するNEW_SERVERメッセージが受信された場合は、置き換えが行われるため制限しません。同時に、qrtr_ns_worker()の失敗パスにおけるエラーメッセージのレート制限も導入しました。256という制限値は、現在のプラットフォーム要件に基づいて選択されています。将来的に要件が変わった場合は、この制限を引き上げることが可能です。

想定される影響 ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 
対策

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

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

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

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

net: qrtr: ns: Limit the maximum server registration per node

Current code does no bound checking on the number of servers added per
node. A malicious client can flood NEW_SERVER messages and exhaust memory.

Fix this issue by limiting the maximum number of server registrations to
256 per node. If the NEW_SERVER message is received for an old port, then
don't restrict it as it will get replaced. While at it, also rate limit
the error messages in the failure path of qrtr_ns_worker().

Note that the limit of 256 is chosen based on the current platform
requirements. If requirement changes in the future, this limit can be
increased.

公表日 2026年5月19日21:16
登録日 2026年5月20日4:12
最終更新日 2026年5月23日1:33
関連情報、対策とツール
共通脆弱性一覧