Lucene search
+L

509 matches found

CVE
CVE
added 2024/05/19 8:34 a.m.96 views

CVE-2024-35879

CVE-2024-35879 affects the Linux kernel. The issue arises from a race between devlink removals and destruction of OF nodes during the sequence 1) of_platform_depopulate() and 2) of_overlay_remove(). During step 1, devices and attached of_node are destroyed asynchronously via a workqueue, which co...

7.8CVSS6.6AI score0.00226EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/05/19 8:34 a.m.14 views

CVE-2024-35879 of: dynamic: Synchronize of_changeset_destroy() with the devlink removals

In the Linux kernel, the following vulnerability has been resolved: of: dynamic: Synchronize ofchangesetdestroy with the devlink removals In the following sequence: 1 ofplatformdepopulate 2 ofoverlayremove During the step 1, devices are destroyed and devlinks are removed. During the step 2, OF...

6AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.20 views

CVE-2024-35879 of: dynamic: Synchronize of_changeset_destroy() with the devlink removals

In the Linux kernel, the following vulnerability has been resolved: of: dynamic: Synchronize ofchangesetdestroy with the devlink removals In the following sequence: 1 ofplatformdepopulate 2 ofoverlayremove During the step 1, devices are destroyed and devlinks are removed. During the step 2, OF...

7.8CVSS6.8AI score0.00226EPSS
SaveExploits0References6
BDU FSTEC
BDU FSTEC
added 2024/05/15 12:0 a.m.9 views

The vulnerability of the devlink_init() function in the net/devlink/core.c module of the Linux kernel allows a hacker to cause a service failure.

The vulnerability of the devlinkinit function in the net/devlink/core.c module of the Linux kernel is related to the re-use of previously freed memory. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.5AI score0.00244EPSS
SaveExploits0References12Affected Software3
Positive Technologies
Positive Technologies
added 2024/05/07 12:0 a.m.12 views

PT-2024-27196

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the devlink reload process accessing hardware resources before the hardware is initialized, which may lead to a kernel crash. This is resolved by registering the...

5.5CVSS5.5AI score0.00225EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.7 views

kernel: ice: Block switchdev mode when ADQ is active and vice versa

In the Linux kernel, the following vulnerability has been resolved: ice: Block switchdev mode when ADQ is active and vice versa ADQ and switchdev are not supported simultaneously. Enabling both at the same time can result in nullptr dereference. To prevent this, check if ADQ is active when changi...

5.5CVSS6.8AI score0.00134EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/04/09 2:29 a.m.5 views

SUSE CVE-2024-26734

In the Linux kernel, the following vulnerability has been resolved: devlink: fix possible use-after-free and memory leaks in devlinkinit The pernet operations structure for the subsystem must be registered before registering the generic netlink family. Make an unregister in case of unsuccessful...

5.5CVSS6.6AI score0.00244EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/04/04 1:25 a.m.34 views

CVE-2024-26734

A vulnerability was found in the devlinkinit function in the Linux kernel. Use-after-free and memory leak issues can occur due to an incorrect order of initialization and cleanup in case of errors. This issue could lead to memory corruption or crashes...

5.5CVSS7.5AI score0.00244EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/03 5:15 p.m.2 views

DEBIAN-CVE-2024-26734

In the Linux kernel, the following vulnerability has been resolved: devlink: fix possible use-after-free and memory leaks in devlinkinit The pernet operations structure for the subsystem must be registered before registering the generic netlink family. Make an unregister in case of unsuccessful...

7.8CVSS5.7AI score0.00244EPSS
SaveExploits0References1
NVD
NVD
added 2024/04/03 5:15 p.m.16 views

CVE-2024-26734

In the Linux kernel, the following vulnerability has been resolved: devlink: fix possible use-after-free and memory leaks in devlinkinit The pernet operations structure for the subsystem must be registered before registering the generic netlink family. Make an unregister in case of unsuccessful...

7.8CVSS6.6AI score0.00244EPSS
SaveExploits0References3
OSV
OSV
added 2024/04/03 5:15 p.m.4 views

UBUNTU-CVE-2024-26734

In the Linux kernel, the following vulnerability has been resolved: devlink: fix possible use-after-free and memory leaks in devlinkinit The pernet operations structure for the subsystem must be registered before registering the generic netlink family. Make an unregister in case of unsuccessful...

7.8CVSS6.5AI score0.00244EPSS
SaveExploits0References11
OSV
OSV
added 2024/04/03 5:0 p.m.5 views

CVE-2024-26734 devlink: fix possible use-after-free and memory leaks in devlink_init()

In the Linux kernel, the following vulnerability has been resolved: devlink: fix possible use-after-free and memory leaks in devlinkinit The pernet operations structure for the subsystem must be registered before registering the generic netlink family. Make an unregister in case of unsuccessful...

6.2AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/04/03 5:0 p.m.58 views

CVE-2024-26734

In the Linux kernel, the following vulnerability has been resolved: devlink: fix possible use-after-free and memory leaks in devlinkinit The pernet operations structure for the subsystem must be registered before registering the generic netlink family. Make an unregister in case of unsuccessful...

7.8CVSS7.4AI score0.00244EPSS
SaveExploits0
CVE
CVE
added 2024/04/03 5:0 p.m.172 views

CVE-2024-26734

CVE-2024-26734 affects the Linux kernel devlink subsystem. The issue arises from use-after-free and memory leaks in devlink_init() due to the ordering of registration: the pernet operations structure must be registered before the generic netlink family, and a proper unregister path is needed if r...

7.8CVSS6.8AI score0.00244EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/03 5:0 p.m.30 views

CVE-2024-26734 devlink: fix possible use-after-free and memory leaks in devlink_init()

In the Linux kernel, the following vulnerability has been resolved: devlink: fix possible use-after-free and memory leaks in devlinkinit The pernet operations structure for the subsystem must be registered before registering the generic netlink family. Make an unregister in case of unsuccessful...

7CVSS6.8AI score0.00244EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/03/27 4:26 a.m.4 views

SUSE CVE-2021-47158

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: add error handling in sja1105setup If any of sja1105staticconfigload, sja1105clockingsetup or sja1105devlinksetup fails, we can't just return in the middle of sja1105setup or memory will leak. Add a cleanup pat...

5.5CVSS6.5AI score0.00231EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/25 10:15 a.m.4 views

DEBIAN-CVE-2021-47158

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: add error handling in sja1105setup If any of sja1105staticconfigload, sja1105clockingsetup or sja1105devlinksetup fails, we can't just return in the middle of sja1105setup or memory will leak. Add a cleanup pat...

5.5CVSS4.9AI score0.00231EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/02/24 3:16 a.m.4 views

SUSE CVE-2024-26587

In the Linux kernel, the following vulnerability has been resolved: net: netdevsim: don't try to destroy PHC on VFs PHC gets initialized in nsiminitnetdevsim, which is only called if nsimdevportispf. Create a counterpart of nsiminitnetdevsim and move the mockphcdestroy there. This fixes a crash...

5.5CVSS7.2AI score0.00226EPSS
SaveExploits0References3
Prion
Prion
added 2024/02/22 5:15 p.m.30 views

Null pointer dereference

In the Linux kernel, the following vulnerability has been resolved: net: netdevsim: don't try to destroy PHC on VFs PHC gets initialized in nsiminitnetdevsim, which is only called if nsimdevportispf. Create a counterpart of nsiminitnetdevsim and move the mockphcdestroy there. This fixes a crash...

7.2AI score0.00226EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/02/21 12:33 a.m.6 views

kernel: use-after-free after failed devlink reload in devlink_param_get

A flaw was found in the Netlink device interface implementation in the Linux kernel that improperly handled certain error conditions, leading to a use-after-free issue with some network device drivers. A local attacker with admin access to the network device could use this to cause a denial of...

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