Lucene search
+L

13954 matches found

CVE
CVE
added 2024/03/02 9:59 p.m.217 views

CVE-2023-52581

CVE-2023-52581 : Linux kernel netfilter nft_tables memo‑leak when more than 255 elements expire. Root cause: u8 wrap occurs before boundary and nft_trans_gc_space() returns true, causing recycle of the initial gc container and loss of earlier elements. Also fixes dereferencing GC after handing it...

6.3CVSS7.5AI score0.00255EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2024/03/02 9:59 p.m.26 views

CVE-2023-52574

In the Linux kernel, the following vulnerability has been resolved: team: fix null-ptr-deref when team device type is changed Get a null-ptr-deref bug as follows with reproducer 1. BUG: kernel NULL pointer dereference, address: 0000000000000228 ... RIP: 0010:vlandevhardheader+0x35/0x140 8021q...

7.8CVSS6AI score0.0024EPSS
SaveExploits0
CVE
CVE
added 2024/03/02 9:59 p.m.197 views

CVE-2023-52572

CVE-2023-52572 is confirmed in the provided connected documents. The vulnerability is a use-after-free (UAF) in the CIFS/SMB protocol handling inside the Linux kernel, specifically in cifs_demultiplex_thread() and related paths, which can lead to a UAF in smb2_is_network_name_deleted and downstre...

7.8CVSS6.4AI score0.00231EPSS
SaveExploits0References7Affected Software2
OSV
OSV
added 2024/03/02 9:59 p.m.11 views

CVE-2023-52566 nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential use after free in nilfsgccachesubmitreaddata In nilfsgccachesubmitreaddata, brelsebh is called to drop the reference count of bh when the call to nilfsdattranslate fails. If the reference count hits 0 and it...

5.5CVSS6AI score
SaveExploits0References11
OSV
OSV
added 2024/03/02 9:59 p.m.10 views

CVE-2023-52561 arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved

In the Linux kernel, the following vulnerability has been resolved: arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved Adding a reserved memory region for the framebuffer memory the splash memory region set up by the bootloader. It fixes a kernel panic arm-smmu: Unhandled...

5.5CVSS5.8AI score
SaveExploits0References6
OSV
OSV
added 2024/03/02 9:52 p.m.13 views

CVE-2023-52528 net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg

In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc75xx: Fix uninit-value access in smsc75xxreadreg syzbot reported the following uninit-value access issue: ===================================================== BUG: KMSAN: uninit-value in smsc75xxwaitready...

6AI score
SaveExploits0References11
OSV
OSV
added 2024/03/02 9:52 p.m.7 views

CVE-2023-52513 RDMA/siw: Fix connection failure handling

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix connection failure handling In case immediate MPA request processing fails, the newly created endpoint unlinks the listening endpoint and is ready to be dropped. This special case was not handled correctly by the co...

7.5CVSS6AI score
SaveExploits0References9
OSV
OSV
added 2024/03/02 9:52 p.m.13 views

CVE-2023-52511 spi: sun6i: reduce DMA RX transfer width to single byte

In the Linux kernel, the following vulnerability has been resolved: spi: sun6i: reduce DMA RX transfer width to single byte Through empirical testing it has been determined that sometimes RX SPI transfers with DMA enabled return corrupted data. This is down to single or even multiple bytes lost...

5.3CVSS5.6AI score
SaveExploits0References7
OSV
OSV
added 2024/03/02 9:52 p.m.9 views

CVE-2023-52502 net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()

In the Linux kernel, the following vulnerability has been resolved: net: nfc: fix races in nfcllcpsockget and nfcllcpsockgetsn Sili Luo reported a race in nfcllcpsockget, leading to UAF. Getting a reference on the socket found in a lookup while holding a lock should happen before releasing the...

8.8CVSS5.7AI score
SaveExploits0References10
OSV
OSV
added 2024/03/02 9:52 p.m.16 views

CVE-2023-52499 powerpc/47x: Fix 47x syscall return crash

In the Linux kernel, the following vulnerability has been resolved: powerpc/47x: Fix 47x syscall return crash Eddie reported that newer kernels were crashing during boot on his 476 FSP2 system: kernel tried to execute user page b7ee2000 - exploit attempt? uid: 0 BUG: Unable to handle kernel...

4.8AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/03/02 9:31 p.m.29 views

CVE-2022-48627 vt: fix memory overlapping when deleting chars in the buffer

In the Linux kernel, the following vulnerability has been resolved: vt: fix memory overlapping when deleting chars in the buffer A memory overlapping copy occurs when deleting a long line. This memory overlapping copy can cause data corruption when scrmemcpyw is optimized to memcpy because memcpy...

7AI score0.00278EPSS
SaveExploits0References6
NVD
NVD
added 2024/03/01 10:15 p.m.23 views

CVE-2021-47073

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-smbios-wmi: Fix oops on rmmod dellsmbios initdellsmbioswmi only registers the dellsmbioswmidriver on systems where the Dell WMI interface is supported. While exitdellsmbioswmi unregisters it unconditionally, th...

5.5CVSS7.4AI score0.00241EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/01 10:15 p.m.7 views

CVE-2021-47075

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix memory leak in nvmetallocctrl When creating ctrl in nvmetallocctrl, if the cntlidmin is larger than cntlidmax of the subsystem, and jumps to the "outfreechangednslist" label, but the ctrl-sqs lack of be freed. Fix this...

5.3CVSS6.7AI score
SaveExploits0References3
OSV
OSV
added 2024/03/01 10:15 p.m.2 views

DEBIAN-CVE-2021-47073

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-smbios-wmi: Fix oops on rmmod dellsmbios initdellsmbioswmi only registers the dellsmbioswmidriver on systems where the Dell WMI interface is supported. While exitdellsmbioswmi unregisters it unconditionally, th...

5.5CVSS5.4AI score0.00241EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/01 10:15 p.m.13 views

CVE-2021-47073

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-smbios-wmi: Fix oops on rmmod dellsmbios initdellsmbioswmi only registers the dellsmbioswmidriver on systems where the Dell WMI interface is supported. While exitdellsmbioswmi unregisters it unconditionally, th...

5.5CVSS8.2AI score
SaveExploits0References5
Prion
Prion
added 2024/03/01 10:15 p.m.23 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: nvme-loop: fix memory leak in nvmeloopcreatectrl When creating loop ctrl in nvmeloopcreatectrl, if nvmeinitctrl fails, the loop ctrl should be freed before jumping to the "out" label...

7AI score0.00235EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/03/01 9:15 p.m.16 views

CVE-2021-47075 nvmet: fix memory leak in nvmet_alloc_ctrl()

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix memory leak in nvmetallocctrl When creating ctrl in nvmetallocctrl, if the cntlidmin is larger than cntlidmax of the subsystem, and jumps to the "outfreechangednslist" label, but the ctrl-sqs lack of be freed. Fix this...

6.8AI score0.00905EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/03/01 9:01 p.m.16 views

CVE-2024-27101 Integer overflow in chunking helper causes dispatching to miss elements or panic

SpiceDB is an open source, Google Zanzibar-inspired database for creating and managing security-critical application permissions. Integer overflow in chunking helper causes dispatching to miss elements or panic. Any SpiceDB cluster with any schema where a resource being checked has more than 6553...

7.3CVSS6.8AI score0.00456EPSS
SaveExploits0References2
OSV
OSV
added 2024/03/01 3:37 p.m.23 views

CVE-2024-27295 Directus MySQL accent insensitive email matching

Directus is a real-time API and App dashboard for managing SQL database content. The password reset mechanism of the Directus backend allows attackers to receive a password reset email of a victim user, specifically having it arrive at a similar email address as the victim with a one or more...

8.2CVSS8.3AI score
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/03/01 5:41 a.m.26 views

CVE-2021-47067

In the Linux kernel, the following vulnerability has been resolved: soc/tegra: regulators: Fix locking up when voltage-spread is out of range Fix voltage coupler lockup which happens when voltage-spread is out of range due to a bug in the code. The max-spread requirement shall be accounted when C...

2.3CVSS6.5AI score0.00168EPSS
SaveExploits0References4
Rows per page
Query Builder