製品・ソフトウェアに関する情報
LinuxのLinux Kernelにおける境界外読み取りに関する脆弱性
Title LinuxのLinux Kernelにおける境界外読み取りに関する脆弱性
Summary

Linuxカーネルにおいて、以下の脆弱性が修正されました。net: wwan: t7xx: t7xx_port_enum_msg_handlerでport_countをメッセージ長と照合して検証する問題です。t7xx_port_enum_msg_handler()は、モデムから提供されたport_countフィールドをport_msg-data[]のループ境界として使用していますが、メッセージバッファが十分なデータを含んでいるか確認していませんでした。12バイトのバッファでport_count=65535を送信するモデムは、最大262140バイトのスラブ外読み取りを引き起こしました。 ポートメッセージヘッダフィールドにアクセスする前にsizeof(*port_msg)の検証を追加し、サイズ不足のメッセージに対応しました。port_count抽出後およびループ開始前にstruct_size()の検証を追加しました。t7xx_parse_host_rt_data()では、rt_featureヘッダの読み込み前に残りバッファのチェックを行い、data_lenへのアクセスを保護しました。また、feat_data_lenを実際の残りバッファ長と照合してOOB読み取りとオフセットにおける符号付き整数オーバーフローを防止しました。DPMAIFパスのskb_pull()後にskb-len、及びハンドシェイクパスで検証されたfeat_data_lenの両コールサイトからmsg_lenを渡すようにしました。

Possible impacts ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 ・当該ソフトウェアが完全に停止する可能性があります。 
Solution

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

Publication Date May 21, 2026, midnight
Registration Date June 29, 2026, 11:18 a.m.
Last Update June 29, 2026, 11:18 a.m.
CVSS3.0 : 重要
Score 8.8
Vector CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected System
Linux
Linux Kernel 5.19 以上 6.1.176 未満
Linux Kernel 6.13 以上 6.18.30 未満
Linux Kernel 6.19 以上 7.0.7 未満
Linux Kernel 6.2 以上 6.6.140 未満
Linux Kernel 6.7 以上 6.12.88 未満
Linux Kernel 7.1
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
No Changed Details Date of change
1 [2026年06月29日]
  掲載
June 29, 2026, 11:18 a.m.

NVD Vulnerability Information
CVE-2026-43495
Summary

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

net: wwan: t7xx: validate port_count against message length in t7xx_port_enum_msg_handler

t7xx_port_enum_msg_handler() uses the modem-supplied port_count field as
a loop bound over port_msg->data[] without checking that the message buffer
contains sufficient data. A modem sending port_count=65535 in a 12-byte
buffer triggers a slab-out-of-bounds read of up to 262140 bytes.

Add a sizeof(*port_msg) check before accessing the port message header
fields to guard against undersized messages.

Add a struct_size() check after extracting port_count and before the loop.

In t7xx_parse_host_rt_data(), guard the rt_feature header read with a
remaining-buffer check before accessing data_len, validate feat_data_len
against the actual remaining buffer to prevent OOB reads and signed
integer overflow on offset.

Pass msg_len from both call sites: skb->len at the DPMAIF path after
skb_pull(), and the validated feat_data_len at the handshake path.

Publication Date May 21, 2026, 10:16 p.m.
Registration Date May 22, 2026, 4:07 a.m.
Last Update May 23, 2026, 1:33 a.m.
Related information, measures and tools
Common Vulnerabilities List