Lucene search
+L

1435 matches found

OSV
OSV
added 2024/03/04 7:15 p.m.4 views

UBUNTU-CVE-2021-47106

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.8CVSS5.8AI score0.00216EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/02 10:15 p.m.2 views

DEBIAN-CVE-2023-52562

In the Linux kernel, the following vulnerability has been resolved: mm/slabcommon: fix slabcaches list corruption after kmemcachedestroy After the commit in Fixes:, if a module that created a slab cache does not release all of its allocated objects before destroying the cache at rmmod time, we...

5.5CVSS5.8AI score0.00222EPSS
SaveExploits0References1
Prion
Prion
added 2024/03/02 10:15 p.m.21 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: mm/slabcommon: fix slabcaches list corruption after kmemcachedestroy After the commit in Fixes:, if a module that created a slab cache does not release all of its allocated objects before destroying the cache at rmmod time, we...

7.4AI score0.00222EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/02 10:15 p.m.5 views

UBUNTU-CVE-2023-52560

In the Linux kernel, the following vulnerability has been resolved: mm/damon/vaddr-test: fix memory leak in damondotestapplythreeregions When CONFIGDAMONVADDRKUNITTEST=y and making CONFIGDEBUGKMEMLEAK=y and CONFIGDEBUGKMEMLEAKAUTOSCAN=y, the below memory leak is detected. Since commit 9f86d624292...

5.5CVSS5.7AI score0.00253EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/03/02 12:0 a.m.5 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a corrupted slabcaches list in kmemcachedestroy...

5.5CVSS8.7AI score0.00222EPSS
SaveExploits0References4
NVD
NVD
added 2024/02/29 11:15 p.m.18 views

CVE-2021-47061

In the Linux kernel, the following vulnerability has been resolved: KVM: Destroy I/O bus devices on unregister failure after sync'ing SRCU If allocating a new instance of an I/O bus fails when unregistering a device, wait to destroy the device until after all readers are guaranteed to see the new...

7.8CVSS7.4AI score0.00241EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/27 10:15 a.m.9 views

UBUNTU-CVE-2021-46929

In the Linux kernel, the following vulnerability has been resolved: sctp: use callrcu to free endpoint This patch is to delay the endpoint free by calling callrcu to fix another use-after-free issue in sctpsockdump: BUG: KASAN: use-after-free in lockacquire+0x36d9/0x4c20 Call Trace:...

5.5CVSS6.1AI score0.00248EPSS
SaveExploits0References9
OSV
OSV
added 2024/02/23 3:15 p.m.8 views

AZL-39887 CVE-2024-26595 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumacltcam: Fix NULL pointer dereference in error path When calling mlxswspacltcamregiondestroy from an error path after failing to attach the region to an ACL group, we hit a NULL pointer dereference upon...

5.5CVSS6.3AI score0.0023EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/23 3:15 p.m.4 views

DEBIAN-CVE-2024-26595

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumacltcam: Fix NULL pointer dereference in error path When calling mlxswspacltcamregiondestroy from an error path after failing to attach the region to an ACL group, we hit a NULL pointer dereference upon...

5.5CVSS5.6AI score0.0023EPSS
SaveExploits0References1
NVD
NVD
added 2024/02/22 5:15 p.m.37 views

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.5CVSS5.2AI score0.00226EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/22 5:15 p.m.1 views

DEBIAN-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.5CVSS5.4AI score0.00226EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/22 5:15 p.m.10 views

AZL-35906 CVE-2024-26587 affecting package kernel for versions less than 5.15.158.1-1

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.5CVSS6.6AI score0.00226EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/22 5:15 p.m.9 views

UBUNTU-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.5CVSS6.5AI score0.00226EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/01/25 9:45 a.m.2 views

kernel: mm/slab_common: slab_caches list corruption after kmem_cache_destroy()

In the Linux kernel, the following vulnerability has been resolved: mm/slabcommon: fix slabcaches list corruption after kmemcachedestroy After the commit in Fixes:, if a module that created a slab cache does not release all of its allocated objects before destroying the cache at rmmod time, we...

5.5CVSS6.7AI score0.00222EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/01/18 12:0 a.m.12 views

PT-2024-1995

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to a NULL pointer dereference in the error path when calling mlxsw sp acl tcam region destroy after failing to attach a region to an ACL group. The problem occurs wh...

5.5CVSS5.5AI score0.0023EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/01/02 12:0 a.m.19 views

PT-2024-13746 · Cesanta · Mjs

Name of the Vulnerable Software and Affected Versions: Cesanta mjs version 2.20.0 Description: An issue in Cesanta mjs allows a remote attacker to cause a denial of service via the mjs destroy function in the msj.c file. Recommendations: For Cesanta mjs version 2.20.0, consider disabling the mjs...

7.5CVSS7.3AI score0.00857EPSS
SaveExploits1References11
Positive Technologies
Positive Technologies
added 2023/12/01 12:0 a.m.3 views

PT-2023-35622 · Git +1 · Php

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided description. Description: The issue is related to a heap-use-after-free READ 4 crash type. The crash state involves several functions: zend reference destroy, rc dtor func, and ze...

6.9AI score
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2023/11/28 4:9 p.m.3 views

kernel: mm/slab_common: slab_caches list corruption after kmem_cache_destroy()

In the Linux kernel, the following vulnerability has been resolved: mm/slabcommon: fix slabcaches list corruption after kmemcachedestroy After the commit in Fixes:, if a module that created a slab cache does not release all of its allocated objects before destroying the cache at rmmod time, we...

5.5CVSS6.7AI score0.00222EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/28 3:40 p.m.4 views

kernel: mm/slab_common: slab_caches list corruption after kmem_cache_destroy()

In the Linux kernel, the following vulnerability has been resolved: mm/slabcommon: fix slabcaches list corruption after kmemcachedestroy After the commit in Fixes:, if a module that created a slab cache does not release all of its allocated objects before destroying the cache at rmmod time, we...

5.5CVSS6.7AI score0.00222EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/21 3:49 p.m.7 views

xorg-x11-server: Use-after-free bug in DestroyWindow

A use-after-free flaw was found in the xorg-x11-server. An X server crash may occur in a very specific and legacy configuration a multi-screen setup with multiple protocol screens, also known as Zaphod mode if the pointer is warped from within a window on one screen to the root window of the othe...

4.7CVSS5.8AI score0.00715EPSS
SaveExploits0References5
Rows per page
Query Builder