Lucene search
+L

3086 matches found

RedhatCVE
RedhatCVE
added 2024/03/04 8:02 p.m.19 views

CVE-2023-52504

A flaw was found in the Linux kernel, related to the Kernel Address Sanitizer KASAN, specifically on systems with 5-level paging. The issue occurs when KASAN triggers an out-of-bounds access in the rcuiswatching function, and could lead to memory corruption or crashes. Mitigation Mitigation for...

6CVSS6.1AI score0.00278EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/03/04 6:15 p.m.48 views

CVE-2021-47106 netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix use-after-free in nftsetcatchalldestroy We need to use listforeachentrysafe iterator because we can not access @catchall after kfreercu call. syzbot reported: BUG: KASAN: use-after-free in...

7.8CVSS6.7AI score0.00216EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/03/04 6:15 p.m.19 views

CVE-2021-47106 netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix use-after-free in nftsetcatchalldestroy We need to use listforeachentrysafe iterator because we can not access @catchall after kfreercu call. syzbot reported: BUG: KASAN: use-after-free in...

7.8CVSS6.8AI score0.00216EPSS
SaveExploits0References2
OSV
OSV
added 2024/03/04 6:15 p.m.1 views

DEBIAN-CVE-2021-47102

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info-upperdev; We access upperdev field, which is related only for particular events e.g. event == NETDEVCHANGEUPPER. So, this line cause invalid memory acce...

7.1CVSS5.6AI score0.00332EPSS
SaveExploits1References1
NVD
NVD
added 2024/03/04 6:15 p.m.24 views

CVE-2021-47102

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info-upperdev; We access upperdev field, which is related only for particular events e.g. event == NETDEVCHANGEUPPER. So, this line cause invalid memory acce...

7.1CVSS7.4AI score0.00332EPSS
SaveExploits1References2
NVD
NVD
added 2024/03/04 6:15 p.m.16 views

CVE-2021-47082

In the Linux kernel, the following vulnerability has been resolved: tun: avoid double free in tunfreenetdev Avoid double free in tunfreenetdev by moving the dev-tstats and tun-security allocs to a new ndoinit routine tunnetinit that will be called by registernetdevice. ndoinit is paired with the...

7.8CVSS7.5AI score0.00252EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/04 6:15 p.m.6 views

CVE-2021-47082

In the Linux kernel, the following vulnerability has been resolved: tun: avoid double free in tunfreenetdev Avoid double free in tunfreenetdev by moving the dev-tstats and tun-security allocs to a new ndoinit routine tunnetinit that will be called by registernetdevice. ndoinit is paired with the...

7.8CVSS7.4AI score
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2024/03/04 6:15 p.m.10 views

CVE-2021-47082

In the Linux kernel, the following vulnerability has been resolved: tun: avoid double free in tunfreenetdev Avoid double free in tunfreenetdev by moving the dev-tstats and tun-security allocs to a new ndoinit routine tunnetinit that will be called by registernetdevice. ndoinit is paired with the...

7.8CVSS6.1AI score0.00252EPSS
SaveExploits0References6Affected Software1
Prion
Prion
added 2024/03/04 6:15 p.m.31 views

Spoofing

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...

7.3AI score0.00953EPSS
SaveExploits1References7
OSV
OSV
added 2024/03/04 6:15 p.m.8 views

UBUNTU-CVE-2021-47097

In the Linux kernel, the following vulnerability has been resolved: Input: elantech - fix stack out of bound access in elantechchangereportid The array param in elantechchangereportid must be at least 3 bytes, because elantechreadregparams is calling ps2command with PSMOUSECMDGETINFO, that is goi...

7.1CVSS6.2AI score0.00416EPSS
SaveExploits1References7
UbuntuCve
UbuntuCve
added 2024/03/04 6:15 p.m.35 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
UbuntuCve
UbuntuCve
added 2024/03/04 6:15 p.m.24 views

CVE-2021-47102

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info-upperdev; We access upperdev field, which is related only for particular events e.g. event == NETDEVCHANGEUPPER. So, this line cause invalid memory acce...

7.1CVSS6.3AI score0.00332EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2024/03/04 6:10 p.m.20 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.33 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
Vulnrichment
Vulnrichment
added 2024/03/04 6:10 p.m.23 views

CVE-2021-47102 net: marvell: prestera: fix incorrect structure access

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info-upperdev; We access upperdev field, which is related only for particular events e.g. event == NETDEVCHANGEUPPER. So, this line cause invalid memory acce...

7.1CVSS6.8AI score0.00332EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2024/03/04 6:10 p.m.35 views

CVE-2021-47102 net: marvell: prestera: fix incorrect structure access

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info-upperdev; We access upperdev field, which is related only for particular events e.g. event == NETDEVCHANGEUPPER. So, this line cause invalid memory acce...

7.1CVSS7.6AI score0.00332EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2024/03/04 6:10 p.m.54 views

CVE-2021-47102

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info-upperdev; We access upperdev field, which is related only for particular events e.g. event == NETDEVCHANGEUPPER. So, this line cause invalid memory acce...

7.1CVSS6.2AI score0.00332EPSS
SaveExploits1
Cvelist
Cvelist
added 2024/03/04 6:10 p.m.47 views

CVE-2021-47099 veth: ensure skb entering GRO are not cloned.

In the Linux kernel, the following vulnerability has been resolved: veth: ensure skb entering GRO are not cloned. After commit d3256efd8e8b "veth: allow enabling NAPI even without XDP", if GRO is enabled on a veth device and TSO is disabled on the peer device, TCP skbs will go through the NAPI...

7.8CVSS7.4AI score0.00212EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/03/04 6:10 p.m.17 views

CVE-2021-47097 Input: elantech - fix stack out of bound access in elantech_change_report_id()

In the Linux kernel, the following vulnerability has been resolved: Input: elantech - fix stack out of bound access in elantechchangereportid The array param in elantechchangereportid must be at least 3 bytes, because elantechreadregparams is calling ps2command with PSMOUSECMDGETINFO, that is goi...

6.7AI score0.00416EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2024/03/04 6:06 p.m.21 views

CVE-2021-47082 tun: avoid double free in tun_free_netdev

In the Linux kernel, the following vulnerability has been resolved: tun: avoid double free in tunfreenetdev Avoid double free in tunfreenetdev by moving the dev-tstats and tun-security allocs to a new ndoinit routine tunnetinit that will be called by registernetdevice. ndoinit is paired with the...

7.8CVSS6.8AI score0.00252EPSS
SaveExploits0References5
Rows per page
Query Builder