Lucene search
+L

161 matches found

SUSE CVE
SUSE CVE
added 2024/08/06 2:00 a.m.10 views

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

6.6CVSS6.3AI score0.00223EPSS
SaveExploits0References18
OSV
OSV
added 2024/07/29 6:15 p.m.2 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.27 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.13 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
Cvelist
Cvelist
added 2024/07/29 5:39 p.m.38 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
OSV
OSV
added 2024/07/29 5:39 p.m.23 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...

6AI score
SaveExploits0References14
RedhatCVE
RedhatCVE
added 2024/07/16 10:24 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...

4.4CVSS7.1AI score0.00268EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/07/16 12:15 p.m.22 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.25 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.24 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.5AI score0.00273EPSS
SaveExploits0References6
CVE
CVE
added 2024/07/16 11:44 a.m.86 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.88 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.6 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:03 p.m.22 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
OSV
OSV
added 2024/04/10 7:15 p.m.3 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.8 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
NVD
NVD
added 2024/04/10 7:15 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...

7.8CVSS7.3AI score0.00227EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/04/10 7:15 p.m.19 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.10 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
Debian CVE
Debian CVE
added 2024/04/10 6:56 p.m.45 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.8CVSS5.8AI score0.00227EPSS
SaveExploits0
Rows per page
Query Builder