CVE-2022-48794
Linux Kernel ieee802154 at86rf230 SKB Leaking Remote Code Execution Vulnerability
Description
In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: at86rf230: Stop leaking skb's Upon error the ieee802154_xmit_complete() helper is not called. Only ieee802154_wake_queue() is called manually. In the Tx case we then leak the skb structure. Free the skb structure upon error before returning when appropriate. As the 'is_tx = 0' cannot be moved in the complete handler because of a possible race between the delay in switching to STATE_RX_AACK_ON and a new interrupt, we introduce an intermediate 'was_tx' boolean just for this purpose. There is no Fixes tag applying here, many changes have been made on this area and the issue kind of always existed.
INFO
Published Date :
July 16, 2024, 12:15 p.m.
Last Modified :
Nov. 21, 2024, 7:34 a.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
Exploitability Score :
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2022-48794
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2022-48794
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2022-48794
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 21, 2024
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/0fd484644c68897c490a3307bfcc8bf767df5a43 Added Reference https://git.kernel.org/stable/c/1c72f04d52b7200bb83426a9bed378668271ea4a Added Reference https://git.kernel.org/stable/c/23b2a25382400168427ea278f3d8bf4ecfd333bf Added Reference https://git.kernel.org/stable/c/455ef08d6e5473526fa6763f75a93f7198206966 Added Reference https://git.kernel.org/stable/c/6312f6a53fd3ea38125dcaca5e3c9aa7d8a60cf7 Added Reference https://git.kernel.org/stable/c/af649e5c95f56df64363bc46f6746b87819f9c0d Added Reference https://git.kernel.org/stable/c/d2a1eaf51b7d4412319adb6acef114ba472d1692 Added Reference https://git.kernel.org/stable/c/e5ce576d45bf72fd0e3dc37eff897bfcc488f6a9 -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jul. 16, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: at86rf230: Stop leaking skb's Upon error the ieee802154_xmit_complete() helper is not called. Only ieee802154_wake_queue() is called manually. In the Tx case we then leak the skb structure. Free the skb structure upon error before returning when appropriate. As the 'is_tx = 0' cannot be moved in the complete handler because of a possible race between the delay in switching to STATE_RX_AACK_ON and a new interrupt, we introduce an intermediate 'was_tx' boolean just for this purpose. There is no Fixes tag applying here, many changes have been made on this area and the issue kind of always existed. Added Reference kernel.org https://git.kernel.org/stable/c/d2a1eaf51b7d4412319adb6acef114ba472d1692 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/af649e5c95f56df64363bc46f6746b87819f9c0d [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/6312f6a53fd3ea38125dcaca5e3c9aa7d8a60cf7 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/455ef08d6e5473526fa6763f75a93f7198206966 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/0fd484644c68897c490a3307bfcc8bf767df5a43 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/23b2a25382400168427ea278f3d8bf4ecfd333bf [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/1c72f04d52b7200bb83426a9bed378668271ea4a [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/e5ce576d45bf72fd0e3dc37eff897bfcc488f6a9 [No types assigned]
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2022-48794
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2022-48794
weaknesses.