Lucene search
+L

140 matches found

OSV
OSV
added 2024/07/29 6:15 p.m.1 views

DEBIAN-CVE-2024-42093

In the Linux kernel, the following vulnerability has been resolved: net/dpaa2: Avoid explicit cpumask var allocation on stack For CONFIGCPUMASKOFFSTACK=y kernel, explicit allocation of cpumask variable on stack is not recommended since it can cause potential stack overflow. Instead, kernel code...

7.3CVSS6AI score0.00223EPSS
SaveExploits0References1
NVD
NVD
added 2024/07/29 6:15 p.m.25 views

CVE-2024-42093

In the Linux kernel, the following vulnerability has been resolved: net/dpaa2: Avoid explicit cpumask var allocation on stack For CONFIGCPUMASKOFFSTACK=y kernel, explicit allocation of cpumask variable on stack is not recommended since it can cause potential stack overflow. Instead, kernel code...

7.3CVSS0.00223EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/07/29 6:15 p.m.12 views

CVE-2024-42093

In the Linux kernel, the following vulnerability has been resolved: net/dpaa2: Avoid explicit cpumask var allocation on stack For CONFIGCPUMASKOFFSTACK=y kernel, explicit allocation of cpumask variable on stack is not recommended since it can cause potential stack overflow. Instead, kernel code...

7.3CVSS6.4AI score0.00223EPSS
SaveExploits0References31
OSV
OSV
added 2024/07/29 5:39 p.m.22 views

CVE-2024-42093 net/dpaa2: Avoid explicit cpumask var allocation on stack

In the Linux kernel, the following vulnerability has been resolved: net/dpaa2: Avoid explicit cpumask var allocation on stack For CONFIGCPUMASKOFFSTACK=y kernel, explicit allocation of cpumask variable on stack is not recommended since it can cause potential stack overflow. Instead, kernel code...

7.3CVSS6AI score0.00223EPSS
SaveExploits0References14
Cvelist
Cvelist
added 2024/07/29 5:39 p.m.34 views

CVE-2024-42093 net/dpaa2: Avoid explicit cpumask var allocation on stack

In the Linux kernel, the following vulnerability has been resolved: net/dpaa2: Avoid explicit cpumask var allocation on stack For CONFIGCPUMASKOFFSTACK=y kernel, explicit allocation of cpumask variable on stack is not recommended since it can cause potential stack overflow. Instead, kernel code...

0.00223EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2024/07/16 10:24 p.m.18 views

CVE-2022-48815

In the Linux kernel, the following vulnerability has been resolved: net: dsa: bcmsf2: don't use devres for mdiobus As explained in commits: 74b6d7d13307 "net: dsa: realtek: register the MDIO bus under devres" 5135e96a3dd2 "net: dsa: don't allocate the slavemiibus using devres" mdiobusfree will...

4.4CVSS7.1AI score0.00268EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/07/16 12:15 p.m.20 views

CVE-2022-48815

In the Linux kernel, the following vulnerability has been resolved: net: dsa: bcmsf2: don't use devres for mdiobus As explained in commits: 74b6d7d13307 "net: dsa: realtek: register the MDIO bus under devres" 5135e96a3dd2 "net: dsa: don't allocate the slavemiibus using devres" mdiobusfree will...

5.5CVSS5.9AI score0.00268EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/07/16 12:15 p.m.24 views

CVE-2022-48812

In the Linux kernel, the following vulnerability has been resolved: net: dsa: lantiqgswip: don't use devres for mdiobus As explained in commits: 74b6d7d13307 "net: dsa: realtek: register the MDIO bus under devres" 5135e96a3dd2 "net: dsa: don't allocate the slavemiibus using devres" mdiobusfree wi...

5.5CVSS5.9AI score0.00268EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/07/16 12:15 p.m.22 views

CVE-2022-48818

In the Linux kernel, the following vulnerability has been resolved: net: dsa: mv88e6xxx: don't use devres for mdiobus As explained in commits: 74b6d7d13307 "net: dsa: realtek: register the MDIO bus under devres" 5135e96a3dd2 "net: dsa: don't allocate the slavemiibus using devres" mdiobusfree will...

5.5CVSS5.7AI score0.00273EPSS
SaveExploits0References7
CVE
CVE
added 2024/07/16 11:44 a.m.80 views

CVE-2022-48813

CVE-2022-48813 concerns the Linux kernel’s DSA Felix support. The advisory notes that using devres for the MDIO bus caused mdiobus_free() to panic when freed via devm_mdiobus_free(), unless the bus was unregistered first. For the Felix VSC9959 switch (PCI device), the recommended remediation is t...

5.5CVSS6.7AI score0.00273EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2024/07/16 11:44 a.m.83 views

CVE-2022-48812

CVE-2022-48812 concerns the Linux kernel: the net: dsa: lantiq_gswip code should not use devres for mdiobus allocation/registration. The root cause is that mdiobus_free() can panic when invoked via devm_mdiobus_free() because devres_release_all() may free a bus that is still registered, especiall...

5.5CVSS6.7AI score0.00268EPSS
SaveExploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2024/04/15 11:20 p.m.4 views

SUSE CVE-2021-47204

In the Linux kernel, the following vulnerability has been resolved: net: dpaa2-eth: fix use-after-free in dpaa2ethremove Access to netdev after freenetdev will cause use-after-free bug. Move debug log before freenetdev call to avoid it...

5.5CVSS6.3AI score0.00227EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2024/04/11 10:3 p.m.20 views

CVE-2021-47204

In the Linux kernel, the following vulnerability has been resolved: net: dpaa2-eth: fix use-after-free in dpaa2ethremove Access to netdev after freenetdev will cause use-after-free bug. Move debug log before freenetdev call to avoid it...

4.4CVSS7.2AI score0.00227EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/10 7:15 p.m.16 views

CVE-2021-47204

In the Linux kernel, the following vulnerability has been resolved: net: dpaa2-eth: fix use-after-free in dpaa2ethremove Access to netdev after freenetdev will cause use-after-free bug. Move debug log before freenetdev call to avoid it...

7.8CVSS7.3AI score0.00227EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/10 7:15 p.m.2 views

DEBIAN-CVE-2021-47204

In the Linux kernel, the following vulnerability has been resolved: net: dpaa2-eth: fix use-after-free in dpaa2ethremove Access to netdev after freenetdev will cause use-after-free bug. Move debug log before freenetdev call to avoid it...

7.8CVSS5.5AI score0.00227EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/10 7:15 p.m.7 views

CVE-2021-47204

In the Linux kernel, the following vulnerability has been resolved: net: dpaa2-eth: fix use-after-free in dpaa2ethremove Access to netdev after freenetdev will cause use-after-free bug. Move debug log before freenetdev call to avoid it...

7.8CVSS7.4AI score
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/04/10 7:15 p.m.18 views

CVE-2021-47204

In the Linux kernel, the following vulnerability has been resolved: net: dpaa2-eth: fix use-after-free in dpaa2ethremove Access to netdev after freenetdev will cause use-after-free bug. Move debug log before freenetdev call to avoid it...

7.8CVSS6.3AI score0.00227EPSS
SaveExploits0References6
OSV
OSV
added 2024/04/10 7:15 p.m.4 views

UBUNTU-CVE-2021-47204

In the Linux kernel, the following vulnerability has been resolved: net: dpaa2-eth: fix use-after-free in dpaa2ethremove Access to netdev after freenetdev will cause use-after-free bug. Move debug log before freenetdev call to avoid it...

7.8CVSS6.2AI score0.00227EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/04/10 6:56 p.m.18 views

CVE-2021-47204 net: dpaa2-eth: fix use-after-free in dpaa2_eth_remove

In the Linux kernel, the following vulnerability has been resolved: net: dpaa2-eth: fix use-after-free in dpaa2ethremove Access to netdev after freenetdev will cause use-after-free bug. Move debug log before freenetdev call to avoid it...

7.2AI score0.00227EPSS
SaveExploits0References4
CVE
CVE
added 2024/04/10 6:56 p.m.82 views

CVE-2021-47204

CVE-2021-47204 affects the Linux kernel’s net: dpaa2-eth driver. The flaw is a use-after-free in dpaa2_eth_remove where access to a freed netdev occurs. The fix moves the debug log to occur before free_netdev(), preventing use-after-free. Public descriptions in connected advisories (AstraLinux, U...

7.8CVSS6.4AI score0.00227EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder