CVE-2024-38544
概要

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

RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt

In rxe_comp_queue_pkt() an incoming response packet skb is enqueued to the
resp_pkts queue and then a decision is made whether to run the completer
task inline or schedule it. Finally the skb is dereferenced to bump a 'hw'
performance counter. This is wrong because if the completer task is
already running in a separate thread it may have already processed the skb
and freed it which can cause a seg fault. This has been observed
infrequently in testing at high scale.

This patch fixes this by changing the order of enqueuing the packet until
after the counter is accessed.

公表日 2024年6月19日23:15
登録日 2024年6月20日10:01
最終更新日 2024年11月21日18:26
関連情報、対策とツール
共通脆弱性一覧

JVN脆弱性情報
Linux の Linux Kernel における解放済みメモリの使用に関する脆弱性
タイトル Linux の Linux Kernel における解放済みメモリの使用に関する脆弱性
概要

Linux の Linux Kernel には、解放済みメモリの使用に関する脆弱性が存在します。

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

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

公表日 2024年4月22日0:00
登録日 2025年10月23日16:47
最終更新日 2025年10月23日16:47
影響を受けるシステム
Linux
Linux Kernel 4.12 以上 5.4.285 未満
Linux Kernel 5.11 以上 5.15.168 未満
Linux Kernel 5.16 以上 6.1.93 未満
Linux Kernel 5.5 以上 5.10.227 未満
Linux Kernel 6.2 以上 6.6.33 未満
Linux Kernel 6.7 以上 6.8.12 未満
Linux Kernel 6.9 以上 6.9.3 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
変更履歴
No 変更内容 変更日
1 [2025年10月22日]   掲載 2025年10月22日11:39