aoe: fix the potential use-after-free problem in more places
Summary
| CVE | CVE-2024-49982 |
|---|---|
| State | PUBLISHED |
| Assigner | Linux |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2024-10-21 18:15:18 UTC |
| Updated | 2026-08-04 11:21:05 UTC |
| 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. |
Risk And Classification
Primary CVSS: v3.1 7.8 HIGH from [email protected]
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Problem Types: CWE-416
| Version | Source | Type | Score | Severity | Vector |
|---|---|---|---|---|---|
| 3.1 | [email protected] | Primary | 7.8 | HIGH | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| 3.1 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | Secondary | 8.8 | HIGH | CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| 3.1 | CNA | DECLARED | 8.8 | HIGH | CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
CVSS v3.1 Breakdown
Attack Vector
LocalAttack Complexity
LowPrivileges Required
LowUser Interaction
NoneScope
UnchangedConfidentiality
HighIntegrity
HighAvailability
HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
NVD Known Affected Configurations (CPE 2.3)
| Type | Vendor | Product | Version | Update | Edition | Language |
|---|---|---|---|---|---|---|
| Operating System | Linux | Linux Kernel | All | All | All | All |
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|---|---|---|---|
| CNA | Linux | Linux | affected ad80c34944d7175fa1f5c7a55066020002921a99 12f7b89dd72b25da4eeaa22097877963cad6418e git | Not specified |
| CNA | Linux | Linux | affected 1a54aa506b3b2f31496731039e49778f54eee881 a786265aecf39015418e4f930cc1c14603a01490 git | Not specified |
| CNA | Linux | Linux | affected faf0b4c5e00bb680e8e43ac936df24d3f48c8e65 f63461af2c1a86af4217910e47a5c46e3372e645 git | Not specified |
| CNA | Linux | Linux | affected 7dd09fa80b0765ce68bfae92f4e2f395ccf0fba4 07b418d50ccbbca7e5d87a3a0d41d436cefebf79 git | Not specified |
| CNA | Linux | Linux | affected 74ca3ef68d2f449bc848c0a814cefc487bf755fa bc2cbf7525ac288e07d465f5a1d8cb8fb9599254 git | Not specified |
| CNA | Linux | Linux | affected eb48680b0255a9e8a9bdc93d6a55b11c31262e62 acc5103a0a8c200a52af7d732c36a8477436a3d3 git | Not specified |
| CNA | Linux | Linux | affected f98364e926626c678fb4b9004b75cacf92ff0662 89d9a69ae0c667e4d9d028028e2dcc837bae626f git | Not specified |
| CNA | Linux | Linux | affected f98364e926626c678fb4b9004b75cacf92ff0662 8253a60c89ec35c8f36fb2cc08cdf854c7a3eb58 git | Not specified |
| CNA | Linux | Linux | affected f98364e926626c678fb4b9004b75cacf92ff0662 6d6e54fc71ad1ab0a87047fd9c211e75d86084a3 git | Not specified |
| CNA | Linux | Linux | affected 079cba4f4e307c69878226fdf5228c20aa1c969c git | Not specified |
| CNA | Linux | Linux | affected a16fbb80064634b254520a46395e36b87ca4731e git | Not specified |
| CNA | Linux | Linux | affected 4.19.311 4.19.323 semver | Not specified |
| CNA | Linux | Linux | affected 5.4.273 5.4.285 semver | Not specified |
| CNA | Linux | Linux | affected 5.10.214 5.10.227 semver | Not specified |
| CNA | Linux | Linux | affected 5.15.153 5.15.168 semver | Not specified |
| CNA | Linux | Linux | affected 6.1.83 6.1.113 semver | Not specified |
| CNA | Linux | Linux | affected 6.6.23 6.6.55 semver | Not specified |
| CNA | Linux | Linux | affected 6.7.11 6.8 semver | Not specified |
| CNA | Linux | Linux | affected 6.8.2 6.9 semver | Not specified |
| CNA | Linux | Linux | affected 6.9 | Not specified |
| CNA | Linux | Linux | unaffected 6.9 semver | Not specified |
| CNA | Linux | Linux | unaffected 4.19.323 4.19.* semver | Not specified |
| CNA | Linux | Linux | unaffected 5.4.285 5.4.* semver | Not specified |
| CNA | Linux | Linux | unaffected 5.10.227 5.10.* semver | Not specified |
| CNA | Linux | Linux | unaffected 5.15.168 5.15.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.1.113 6.1.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.6.55 6.6.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.10.14 6.10.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.11.3 6.11.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.12 * original_commit_for_fix | Not specified |
References
| Reference | Source | Link | Tags |
|---|---|---|---|
| git.kernel.org/stable/c/89d9a69ae0c667e4d9d028028e2dcc837bae626f | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | Patch |
| git.kernel.org/stable/c/8253a60c89ec35c8f36fb2cc08cdf854c7a3eb58 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | Patch |
| lists.debian.org/debian-lts-announce/2025/03/msg00002.html | af854a3a-2127-422b-91ae-364da2661108 | lists.debian.org | |
| git.kernel.org/stable/c/bc2cbf7525ac288e07d465f5a1d8cb8fb9599254 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | Patch |
| git.kernel.org/stable/c/a786265aecf39015418e4f930cc1c14603a01490 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| git.kernel.org/stable/c/6d6e54fc71ad1ab0a87047fd9c211e75d86084a3 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | Patch |
| lists.debian.org/debian-lts-announce/2025/01/msg00001.html | af854a3a-2127-422b-91ae-364da2661108 | lists.debian.org | |
| git.kernel.org/stable/c/acc5103a0a8c200a52af7d732c36a8477436a3d3 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | Patch |
| git.kernel.org/stable/c/f63461af2c1a86af4217910e47a5c46e3372e645 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | Patch |
| git.kernel.org/stable/c/12f7b89dd72b25da4eeaa22097877963cad6418e | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| git.kernel.org/stable/c/07b418d50ccbbca7e5d87a3a0d41d436cefebf79 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | Patch |
| CVE Program record | CVE.ORG | www.cve.org | canonical |
| NVD vulnerability detail | NVD | nvd.nist.gov | canonical, analysis |
No vendor comments have been submitted for this CVE.
There are currently no legacy QID mappings associated with this CVE.