CVE Database
/

CVE-2024-49982

Back to search

CVE-2024-49982

Published: Oct 21, 2024

Modified: May 23, 2026

PUBLISHED

Description

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.

VendorProductVersions

Linux

Linux

affected
ad80c34944d7175fa1f5c7a55066020002921a99 - < 12f7b89dd72b25da4eeaa22097877963cad6418e
affected
1a54aa506b3b2f31496731039e49778f54eee881 - < a786265aecf39015418e4f930cc1c14603a01490
affected
faf0b4c5e00bb680e8e43ac936df24d3f48c8e65 - < f63461af2c1a86af4217910e47a5c46e3372e645
affected
7dd09fa80b0765ce68bfae92f4e2f395ccf0fba4 - < 07b418d50ccbbca7e5d87a3a0d41d436cefebf79
affected
74ca3ef68d2f449bc848c0a814cefc487bf755fa - < bc2cbf7525ac288e07d465f5a1d8cb8fb9599254

+14 more versions

Linux

Linux

affected
6.9
unaffected
0 - < 6.9
unaffected
4.19.323 - <= 4.19.*
unaffected
5.4.285 - <= 5.4.*
unaffected
5.10.227 - <= 5.10.*

+6 more versions

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now