In the Linux kernel, the following vulnerability has been resolved:
net: ieee802154: ca8210: Stop leaking skb's
Upon error the ieee802154_xmit_complete() helper is not called. Only
ieee802154_wake_queue() is called manually. We then leak the skb
structure.
Free the skb structure upon error before returning.
References
Configurations
Configuration 1 (hide)
|
History
17 Sep 2025, 17:13
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | CWE-401 | |
| CPE | cpe:2.3:o:linux:linux_kernel:5.17:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.17:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
|
| References | () https://git.kernel.org/stable/c/21feb6df3967541931242c427fe0958276af81cc - Patch | |
| References | () https://git.kernel.org/stable/c/621b24b09eb61c63f262da0c9c5f0e93348897e5 - Patch | |
| References | () https://git.kernel.org/stable/c/6f38d3a6ec11c2733b1c641a46a2a2ecec57be08 - Patch | |
| References | () https://git.kernel.org/stable/c/78b3f20c17cbcb7645bfa63f2ca0e11b53c09d56 - Patch | |
| References | () https://git.kernel.org/stable/c/94cd597e20ed4acedb8f15f029d92998b011cb1a - Patch | |
| References | () https://git.kernel.org/stable/c/a1c277b0ed2a13e7de923b5f03bc23586eceb851 - Patch | |
| References | () https://git.kernel.org/stable/c/d6a44feb2f28d71a7e725f72d09c97c81561cd9a - Patch | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| First Time |
Linux
Linux linux Kernel |
Information
Published : 2024-06-20 11:15
Updated : 2025-09-17 17:13
NVD link : CVE-2022-48722
Mitre link : CVE-2022-48722
CVE.ORG link : CVE-2022-48722
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
