Lucene search
+L

65 matches found

OSV
OSV
added 2024/06/20 11:15 a.m.14 views

UBUNTU-CVE-2022-48722

In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: ca8210: Stop leaking skb's Upon error the ieee802154xmitcomplete helper is not called. Only ieee802154wakequeue is called manually. We then leak the skb structure. Free the skb structure upon error before returni...

5.5CVSS6.1AI score0.00223EPSS
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/06/20 11:13 a.m.18 views

CVE-2022-48722 net: ieee802154: ca8210: Stop leaking skb's

In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: ca8210: Stop leaking skb's Upon error the ieee802154xmitcomplete helper is not called. Only ieee802154wakequeue is called manually. We then leak the skb structure. Free the skb structure upon error before returni...

6.9AI score0.00223EPSS
SaveExploits0References7
CVE
CVE
added 2024/06/20 11:13 a.m.91 views

CVE-2022-48722

CVE-2022-48722 affects the Linux kernel, specifically the net/ieee802154: ca8210 path. On error, the helper ieee802154_xmit_complete() is not invoked and only ieee802154_wake_queue() is called, which can leak an skb. The remediation is to free the skb structure upon error before returning. Multip...

5.5CVSS6.6AI score0.00223EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2024/06/20 11:13 a.m.41 views

CVE-2022-48722 net: ieee802154: ca8210: Stop leaking skb's

In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: ca8210: Stop leaking skb's Upon error the ieee802154xmitcomplete helper is not called. Only ieee802154wakequeue is called manually. We then leak the skb structure. Free the skb structure upon error before returni...

0.00223EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/06/20 11:13 a.m.54 views

CVE-2022-48722

In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: ca8210: Stop leaking skb's Upon error the ieee802154xmitcomplete helper is not called. Only ieee802154wakequeue is called manually. We then leak the skb structure. Free the skb structure upon error before returni...

5.5CVSS5.4AI score0.00223EPSS
SaveExploits0
OSV
OSV
added 2024/06/20 11:13 a.m.25 views

CVE-2022-48722 net: ieee802154: ca8210: Stop leaking skb's

In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: ca8210: Stop leaking skb's Upon error the ieee802154xmitcomplete helper is not called. Only ieee802154wakequeue is called manually. We then leak the skb structure. Free the skb structure upon error before returni...

5.9AI score
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/03/05 4:31 a.m.3 views

SUSE CVE-2023-52510

In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: Fix a potential UAF in ca8210probe If ofclkaddprovider fails in ca8210registerextclock, it calls clkunregister to release priv-clk and returns an error. However, the caller ca8210probe then calls ca8210remove,...

6.7CVSS6.4AI score0.00244EPSS
SaveExploits0References12
RedhatCVE
RedhatCVE
added 2024/03/04 7:20 p.m.31 views

CVE-2023-52510

In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: Fix a potential UAF in ca8210probe If ofclkaddprovider fails in ca8210registerextclock, it calls clkunregister to release priv-clk and returns an error. However, the caller ca8210probe then calls ca8210remove,...

6CVSS6.8AI score0.00244EPSS
SaveExploits0References4
NVD
NVD
added 2024/03/02 10:15 p.m.35 views

CVE-2023-52510

In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: Fix a potential UAF in ca8210probe If ofclkaddprovider fails in ca8210registerextclock, it calls clkunregister to release priv-clk and returns an error. However, the caller ca8210probe then calls ca8210remove,...

7.8CVSS7.5AI score0.00244EPSS
SaveExploits0References8
OSV
OSV
added 2024/03/02 10:15 p.m.3 views

DEBIAN-CVE-2023-52510

In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: Fix a potential UAF in ca8210probe If ofclkaddprovider fails in ca8210registerextclock, it calls clkunregister to release priv-clk and returns an error. However, the caller ca8210probe then calls ca8210remove,...

7.8CVSS5.7AI score0.00244EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/02 10:15 p.m.9 views

UBUNTU-CVE-2023-52510

In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: Fix a potential UAF in ca8210probe If ofclkaddprovider fails in ca8210registerextclock, it calls clkunregister to release priv-clk and returns an error. However, the caller ca8210probe then calls ca8210remove,...

7.8CVSS6.2AI score0.00244EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/03/02 10:15 p.m.26 views

CVE-2023-52510

In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: Fix a potential UAF in ca8210probe If ofclkaddprovider fails in ca8210registerextclock, it calls clkunregister to release priv-clk and returns an error. However, the caller ca8210probe then calls ca8210remove,...

7.8CVSS6.2AI score0.00244EPSS
SaveExploits0References4
CVE
CVE
added 2024/03/02 9:52 p.m.133 views

CVE-2023-52510

CVE-2023-52510 affects the Linux kernel's ieee802154 ca8210 driver. The vulnerability is caused by a potential use-after-free when of_clk_add_provider() fails in ca8210_register_ext_clock(), which could lead to double clk_unregister() calls during ca8210_probe/ca8210_remove. The fix removes the f...

7.8CVSS6.5AI score0.00244EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/03/02 9:52 p.m.48 views

CVE-2023-52510 ieee802154: ca8210: Fix a potential UAF in ca8210_probe

In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: Fix a potential UAF in ca8210probe If ofclkaddprovider fails in ca8210registerextclock, it calls clkunregister to release priv-clk and returns an error. However, the caller ca8210probe then calls ca8210remove,...

7.6AI score0.00244EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/03/02 9:52 p.m.76 views

CVE-2023-52510

In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: Fix a potential UAF in ca8210probe If ofclkaddprovider fails in ca8210registerextclock, it calls clkunregister to release priv-clk and returns an error. However, the caller ca8210probe then calls ca8210remove,...

7.8CVSS6.9AI score0.00244EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/10/07 12:00 a.m.13 views

PT-2023-9542 · Linux +5 · Linux Kernel +5

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a potential use-after-free UAF in the ca8210 probe function. If of clk add provider fails in ca8210 register ext clock, it calls clk unregister to release...

8.8CVSS6.9AI score0.09141EPSS
SaveExploits11References1236
SUSE CVE
SUSE CVE
added 2023/02/15 4:06 a.m.13 views

SUSE CVE-2019-19075

A memory leak in the ca8210probe function in drivers/net/ieee802154/ca8210.c in the Linux kernel before 5.3.8 allows attackers to cause a denial of service memory consumption by triggering ca8210getplatformdata failures, aka CID-6402939ec86e...

3.7CVSS7.3AI score0.03989EPSS
SaveExploits0References15
OSV
OSV
added 2022/02/18 9:51 p.m.9 views

GSD-2022-1000174 net: ieee802154: ca8210: Stop leaking skb's

net: ieee802154: ca8210: Stop leaking skb's This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.4.178 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/02/18 9:46 p.m.13 views

GSD-2022-1000140 net: ieee802154: ca8210: Stop leaking skb's

net: ieee802154: ca8210: Stop leaking skb's This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.19.228 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/02/18 9:42 p.m.15 views

GSD-2022-1000114 net: ieee802154: ca8210: Stop leaking skb's

net: ieee802154: ca8210: Stop leaking skb's This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.14.265 by commit...

7.2AI score
SaveExploits0
Rows per page
Query Builder