Lucene search
+L

2126 matches found

Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.16 views

CVE-2021-47311 net: qcom/emac: fix UAF in emac_remove

In the Linux kernel, the following vulnerability has been resolved: net: qcom/emac: fix UAF in emacremove adpt is netdev private data and it cannot be used after freenetdev call. Using adpt after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function...

6.7AI score0.00251EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.31 views

CVE-2021-47311 net: qcom/emac: fix UAF in emac_remove

In the Linux kernel, the following vulnerability has been resolved: net: qcom/emac: fix UAF in emacremove adpt is netdev private data and it cannot be used after freenetdev call. Using adpt after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function...

6.5AI score0.00251EPSS
SaveExploits0References7
CVE
CVE
added 2024/05/21 2:35 p.m.147 views

CVE-2021-47311

CVE-2021-47311 is a Linux kernel memory use-after-free (UAF) vulnerability in net: qcom/emac, caused by private data (adpt) being used after free_netdev() is called. The fix moves free_netdev() to the end of emac_remove to ensure adpt is not accessed after the netdev is freed. Public advisories (...

7.8CVSS6.7AI score0.00251EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.36 views

CVE-2021-47310 net: ti: fix UAF in tlan_remove_one

In the Linux kernel, the following vulnerability has been resolved: net: ti: fix UAF in tlanremoveone priv is netdev private data and it cannot be used after freenetdev call. Using priv after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function...

6.5AI score0.00252EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.29 views

CVE-2021-47310 net: ti: fix UAF in tlan_remove_one

In the Linux kernel, the following vulnerability has been resolved: net: ti: fix UAF in tlanremoveone priv is netdev private data and it cannot be used after freenetdev call. Using priv after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function...

6.8AI score0.00252EPSS
SaveExploits0References8
CVE
CVE
added 2024/05/21 2:35 p.m.157 views

CVE-2021-47310

CVE-2021-47310 is a Linux kernel vulnerability resolved in net: ti: fix UAF in tlan_remove_one. The issue arises when priv (netdev private data) is used after free_netdev() has been called, enabling a use-after-free (UAF) bug. The correction moves free_netdev() to the end of the function to ensur...

7.8CVSS6.7AI score0.00252EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.24 views

CVE-2021-47310

In the Linux kernel, the following vulnerability has been resolved: net: ti: fix UAF in tlanremoveone priv is netdev private data and it cannot be used after freenetdev call. Using priv after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function...

7.8CVSS6.2AI score0.00252EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.20 views

CVE-2021-47306 net: fddi: fix UAF in fza_probe

In the Linux kernel, the following vulnerability has been resolved: net: fddi: fix UAF in fzaprobe fp is netdev private data and it cannot be used after freenetdev call. Using fp after freenetdev can cause UAF bug. Fix it by moving freenetdev after error message. TURBOchannel adapter"...

6.9AI score0.00231EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.41 views

CVE-2021-47306 net: fddi: fix UAF in fza_probe

In the Linux kernel, the following vulnerability has been resolved: net: fddi: fix UAF in fzaprobe fp is netdev private data and it cannot be used after freenetdev call. Using fp after freenetdev can cause UAF bug. Fix it by moving freenetdev after error message. TURBOchannel adapter"...

6.5AI score0.00231EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/21 2:35 p.m.89 views

CVE-2021-47306

CVE-2021-47306 pertains to the Linux kernel FDDI driver: in net: fddi: fza_probe, the private data fp of a netdev is used after a free_netdev() call, causing a use-after-free (UAF). The fix reorders cleanup by moving free_netdev() after the error handling message to prevent UAF. Multiple connecte...

7.8CVSS6.7AI score0.00231EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.64 views

CVE-2021-47306

In the Linux kernel, the following vulnerability has been resolved: net: fddi: fix UAF in fzaprobe fp is netdev private data and it cannot be used after freenetdev call. Using fp after freenetdev can cause UAF bug. Fix it by moving freenetdev after error message. TURBOchannel adapter"...

7.8CVSS6AI score0.00231EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/21 2:20 p.m.39 views

CVE-2021-47281 ALSA: seq: Fix race of snd_seq_timer_open()

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix race of sndseqtimeropen The timer instance per queue is exclusive, and sndseqtimeropen should have managed the concurrent accesses. It looks as if it's checking the already existing timer instance at the beginning,...

7.8CVSS6.4AI score0.00237EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/21 2:20 p.m.59 views

CVE-2021-47281

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix race of sndseqtimeropen The timer instance per queue is exclusive, and sndseqtimeropen should have managed the concurrent accesses. It looks as if it's checking the already existing timer instance at the beginning,...

7.8CVSS6.9AI score0.00237EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 2:20 p.m.20 views

CVE-2021-47281 ALSA: seq: Fix race of snd_seq_timer_open()

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix race of sndseqtimeropen The timer instance per queue is exclusive, and sndseqtimeropen should have managed the concurrent accesses. It looks as if it's checking the already existing timer instance at the beginning,...

7.8CVSS6.8AI score0.00237EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/21 2:20 p.m.102 views

CVE-2021-47281

CVE-2021-47281 affects the Linux kernel ALSA seq subsystem: snd_seq_timer_open() has a race on timeri allocation per queue, allowing a later concurrent call to override the timer and cause a use-after-free until the queue closes. The vulnerability is caused by missing protection when checking the...

7.8CVSS6.7AI score0.00237EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2024/05/20 2:22 p.m.25 views

CVE-2024-35867

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in cifsstatsprocshow Skip sessions that are being teared down status == SESEXITING to avoid UAF...

5.5CVSS6.5AI score0.00267EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/20 2:22 p.m.18 views

CVE-2024-35866

A use-after-free flaw was found in the Linux kernel in the smb client cifsdumpfullkey when exiting a session. This flaw allows a local attacker to crash the system...

5.5CVSS8.7AI score0.00236EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/20 2:22 p.m.23 views

CVE-2024-35865

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in smb2isvalidoplockbreak Skip sessions that are being teared down status == SESEXITING to avoid UAF...

5.5CVSS6.5AI score0.00631EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/20 2:21 p.m.20 views

CVE-2024-35864

A use-after-free flaw was found in the Linux kernel in smb smb2isvalidleasebreak when exiting a session. This flaw allows a local attacker to crash the system...

5.5CVSS8.6AI score0.00656EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/20 2:21 p.m.24 views

CVE-2024-35862

A use-after-free flaw was found in the Linux kernel in smb smb2isnetworknamedeleted when exiting a session. This flaw allows a local attacker to crash the system...

5.5CVSS8.7AI score0.00662EPSS
SaveExploits0References4
Rows per page
Query Builder