Lucene search
+L

37 matches found

OSV
OSV
added 2025/04/16 2:12 p.m.11 views

CVE-2025-22057 net: decrease cached dst counters in dst_release

In the Linux kernel, the following vulnerability has been resolved: net: decrease cached dst counters in dstrelease Upstream fix ac888d58869b "net: do not delay dstentriesadd in dstrelease" moved decrementing the dst count from dstdestroy to dstrelease to avoid accessing already freed data in cas...

7.8CVSS6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.31 views

CVE-2025-22057 net: decrease cached dst counters in dst_release

In the Linux kernel, the following vulnerability has been resolved: net: decrease cached dst counters in dstrelease Upstream fix ac888d58869b "net: do not delay dstentriesadd in dstrelease" moved decrementing the dst count from dstdestroy to dstrelease to avoid accessing already freed data in cas...

7.8CVSS0.00211EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2021-47588

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: sit: do not call ipip6devfree from sitinitnet ipip6devfree is sit dev-privdestructor, alread...

7.8CVSS5.3AI score0.00263EPSS
SaveExploits0References3
CVE
CVE
added 2024/10/21 7:39 p.m.206 views

CVE-2024-50036

CVE-2024-50036 is a Linux kernel vulnerability where dst_entries_add() uses per-CPU data that can be freed during netns dismantle, making dst_entries_destroy() race with dst_release() and potentially causing a use-after-free. The issue arises because the count of dsts must be decremented earlier,...

7.8CVSS6.6AI score0.00247EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/10/21 7:39 p.m.29 views

CVE-2024-50036 net: do not delay dst_entries_add() in dst_release()

In the Linux kernel, the following vulnerability has been resolved: net: do not delay dstentriesadd in dstrelease dstentriesadd uses per-cpu data that might be freed at netns dismantle from ip6routenetexit calling dstentriesdestroy Before ip6routenetexit can be called, we release all the dsts...

7.8CVSS6.3AI score
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/10/21 7:39 p.m.16 views

CVE-2024-50036 net: do not delay dst_entries_add() in dst_release()

In the Linux kernel, the following vulnerability has been resolved: net: do not delay dstentriesadd in dstrelease dstentriesadd uses per-cpu data that might be freed at netns dismantle from ip6routenetexit calling dstentriesdestroy Before ip6routenetexit can be called, we release all the dsts...

6.8AI score0.00247EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/10/21 7:39 p.m.39 views

CVE-2024-50036 net: do not delay dst_entries_add() in dst_release()

In the Linux kernel, the following vulnerability has been resolved: net: do not delay dstentriesadd in dstrelease dstentriesadd uses per-cpu data that might be freed at netns dismantle from ip6routenetexit calling dstentriesdestroy Before ip6routenetexit can be called, we release all the dsts...

7.8CVSS0.00247EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/06/20 11:27 a.m.24 views

CVE-2021-47588

In the Linux kernel, the following vulnerability has been resolved: sit: do not call ipip6devfree from sitinitnet ipip6devfree is sit dev-privdestructor, already called by registernetdevice if something goes wrong. Alternative would be to make ipip6devfree robust against multiple invocations, but...

2.5CVSS7.1AI score0.00263EPSS
SaveExploits0References4
NVD
NVD
added 2024/06/19 3:15 p.m.26 views

CVE-2021-47588

In the Linux kernel, the following vulnerability has been resolved: sit: do not call ipip6devfree from sitinitnet ipip6devfree is sit dev-privdestructor, already called by registernetdevice if something goes wrong. Alternative would be to make ipip6devfree robust against multiple invocations, but...

7.8CVSS0.00263EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/06/19 3:15 p.m.29 views

CVE-2021-47588

In the Linux kernel, the following vulnerability has been resolved: sit: do not call ipip6devfree from sitinitnet ipip6devfree is sit dev-privdestructor, already called by registernetdevice if something goes wrong. Alternative would be to make ipip6devfree robust against multiple invocations, but...

7.8CVSS6.1AI score0.00263EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/06/19 2:53 p.m.37 views

CVE-2021-47588 sit: do not call ipip6_dev_free() from sit_init_net()

In the Linux kernel, the following vulnerability has been resolved: sit: do not call ipip6devfree from sitinitnet ipip6devfree is sit dev-privdestructor, already called by registernetdevice if something goes wrong. Alternative would be to make ipip6devfree robust against multiple invocations, but...

7.8CVSS0.00263EPSS
SaveExploits0References6
NVD
NVD
added 2024/04/17 10:15 a.m.27 views

CVE-2024-26834

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftflowoffload: release dst in case direct xmit path is used Direct xmit does not use it since it calls devqueuexmit to send packets, hence it calls dstrelease. kmemleak reports: unreferenced object 0xffff88814f440900...

7.5CVSS6.4AI score0.00598EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/04/17 10:10 a.m.19 views

CVE-2024-26834 netfilter: nft_flow_offload: release dst in case direct xmit path is used

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftflowoffload: release dst in case direct xmit path is used Direct xmit does not use it since it calls devqueuexmit to send packets, hence it calls dstrelease. kmemleak reports: unreferenced object 0xffff88814f440900...

7.5CVSS6.8AI score0.00598EPSS
SaveExploits0References5
CVE
CVE
added 2024/04/17 10:10 a.m.104 views

CVE-2024-26834

The CVE refers to the Linux kernel netfilter nft_flow_offload path: when using the direct xmit path, dst_release is not invoked, leading to a kmemleak-reported unreferenced object. The vulnerability is described as resolved in the Linux kernel, with fixes implemented in the nft_flow_offload flow ...

7.5CVSS6.6AI score0.00598EPSS
SaveExploits0References5Affected Software1
UbuntuCve
UbuntuCve
added 2024/03/04 6:15 p.m.36 views

CVE-2021-47103

In the Linux kernel, the following vulnerability has been resolved: inet: fully convert sk-skrxdst to RCU rules syzbot reported various issues around early demux, one being included in this changelog 1 sk-skrxdst is using RCU protection without clearly documenting it. And following sequences in...

9.8CVSS6.2AI score0.00953EPSS
SaveExploits1References12
Vulnrichment
Vulnrichment
added 2024/03/04 6:10 p.m.21 views

CVE-2021-47103 inet: fully convert sk->sk_rx_dst to RCU rules

In the Linux kernel, the following vulnerability has been resolved: inet: fully convert sk-skrxdst to RCU rules syzbot reported various issues around early demux, one being included in this changelog 1 sk-skrxdst is using RCU protection without clearly documenting it. And following sequences in...

9.8CVSS6.7AI score0.00953EPSS
SaveExploits1References7
Cvelist
Cvelist
added 2024/03/04 6:10 p.m.46 views

CVE-2021-47103 inet: fully convert sk->sk_rx_dst to RCU rules

In the Linux kernel, the following vulnerability has been resolved: inet: fully convert sk-skrxdst to RCU rules syzbot reported various issues around early demux, one being included in this changelog 1 sk-skrxdst is using RCU protection without clearly documenting it. And following sequences in...

9.8CVSS7.5AI score0.00953EPSS
SaveExploits1References7
Rows per page
Query Builder