CVE-2024-41091
概要

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

tun: add missing verification for short frame

The cited commit missed to check against the validity of the frame length
in the tun_xdp_one() path, which could cause a corrupted skb to be sent
downstack. Even before the skb is transmitted, the
tun_xdp_one-->eth_type_trans() may access the Ethernet header although it
can be less than ETH_HLEN. Once transmitted, this could either cause
out-of-bound access beyond the actual length, or confuse the underlayer
with incorrect or inconsistent header length in the skb metadata.

In the alternative path, tun_get_user() already prohibits short frame which
has the length less than Ethernet header size from being transmitted for
IFF_TAP.

This is to drop any frame shorter than the Ethernet header size just like
how tun_get_user() does.

CVE: CVE-2024-41091

公表日 2024年7月29日16:15
登録日 2024年7月29日20:00
最終更新日 2024年11月21日18:32
関連情報、対策とツール
共通脆弱性一覧

JVN脆弱性情報
Linux の Linux Kernel における境界外読み取りに関する脆弱性
タイトル Linux の Linux Kernel における境界外読み取りに関する脆弱性
概要

Linux の Linux Kernel には、境界外読み取りに関する脆弱性が存在します。

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

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

公表日 2024年7月25日0:00
登録日 2025年10月15日18:19
最終更新日 2025年10月15日18:19
影響を受けるシステム
Linux
Linux Kernel 4.20 以上 5.4.281 未満
Linux Kernel 5.11 以上 5.15.164 未満
Linux Kernel 5.16 以上 6.1.102 未満
Linux Kernel 5.5 以上 5.10.223 未満
Linux Kernel 6.10 以上 6.10.2 未満
Linux Kernel 6.2 以上 6.6.43 未満
Linux Kernel 6.7 以上 6.9.12 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
変更履歴
No 変更内容 変更日
1 [2025年10月15日]
  掲載
2025年10月15日18:18