CVE-2024-49982
概要

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

aoe: fix the potential use-after-free problem in more places

For fixing CVE-2023-6270, f98364e92662 ("aoe: fix the potential
use-after-free problem in aoecmd_cfg_pkts") makes tx() calling dev_put()
instead of doing in aoecmd_cfg_pkts(). It avoids that the tx() runs
into use-after-free.

Then Nicolai Stange found more places in aoe have potential use-after-free
problem with tx(). e.g. revalidate(), aoecmd_ata_rw(), resend(), probe()
and aoecmd_cfg_rsp(). Those functions also use aoenet_xmit() to push
packet to tx queue. So they should also use dev_hold() to increase the
refcnt of skb->dev.

On the other hand, moving dev_put() to tx() causes that the refcnt of
skb->dev be reduced to a negative value, because corresponding
dev_hold() are not called in revalidate(), aoecmd_ata_rw(), resend(),
probe(), and aoecmd_cfg_rsp(). This patch fixed this issue.

公表日 2024年10月22日3:15
登録日 2024年10月22日12:02
最終更新日 2024年11月9日1:15
CVSS3.1 : HIGH
スコア 7.8
ベクター CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
攻撃元区分(AV) ローカル
攻撃条件の複雑さ(AC)
攻撃に必要な特権レベル(PR)
利用者の関与(UI) 不要
影響の想定範囲(S) 変更なし
機密性への影響(C)
完全性への影響(I)
可用性への影響(A)
影響を受けるソフトウェアの構成
構成1 以上 以下 より上 未満
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.10.214 5.10.227
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.15.153 5.15.168
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.1.83 6.1.113
cpe:2.3:o:linux:linux_kernel:6.12:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.11 6.11.3
cpe:2.3:o:linux:linux_kernel:5.4.273:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:4.19.311:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.7.11 6.8.2
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.9 6.10.14
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.6.23 6.6.55
関連情報、対策とツール
共通脆弱性一覧

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

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

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

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

公表日 2024年10月2日0:00
登録日 2024年10月29日9:49
最終更新日 2025年8月20日18:13
影響を受けるシステム
Linux
Linux Kernel 4.19.311
Linux Kernel 5.10.214 以上 5.10.227 未満
Linux Kernel 5.15.153 以上 5.15.168 未満
Linux Kernel 5.4.273
Linux Kernel 6.1.83 以上 6.1.113 未満
Linux Kernel 6.11 以上 6.11.3 未満
Linux Kernel 6.12
Linux Kernel 6.6.23 以上 6.6.55 未満
Linux Kernel 6.7.11 以上 6.8.2 未満
Linux Kernel 6.9 以上 6.10.14 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
変更履歴
No 変更内容 変更日
1 [2024年10月29日]
  掲載
2024年10月29日9:49
2 [2025年08月20日]
  参考情報:JVN (JVNVU#92169998) を追加
  参考情報:ICS-CERT ADVISORY (ICSA-25-226-07) を追加
2025年8月20日18:12