Lucene search
+L

12876 matches found

Cvelist
Cvelist
added 2024/05/19 8:34 a.m.31 views

CVE-2024-35883 spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probe

In the Linux kernel, the following vulnerability has been resolved: spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxxspiprobe In function pci1xxxxspiprobe, there is a potential null pointer that may be caused by a failed memory allocation by the function devmkzalloc. Hence, a...

6.3AI score0.00225EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/19 8:34 a.m.107 views

CVE-2024-35883

CVE-2024-35883 affects the Linux kernel's PCI SPI driver for mchp-pci1xxx. The issue is a potential null pointer dereference in pci1xxx_spi_probe caused by a failed devm_kzalloc, leading to dereferencing a null when spi_int/iter is accessed. Mitigation in the cited fix is to check spi_bus->spi...

5.5CVSS6.5AI score0.00225EPSS
SaveExploits0References3Affected Software1
SUSE CVE
SUSE CVE
added 2024/05/18 2:48 a.m.5 views

SUSE CVE-2024-4771

A memory allocation check was missing which would lead to a use-after-free if the allocation failed. This could have triggered a crash or potentially be leveraged to achieve code execution. This vulnerability affects Firefox 126...

6.5CVSS9AI score0.00523EPSS
SaveExploits1References4
OSV
OSV
added 2024/05/17 2:15 p.m.1 views

DEBIAN-CVE-2024-35836

In the Linux kernel, the following vulnerability has been resolved: dpll: fix pin dump crash for rebound module When a kernel module is unbound but the pin resources were not entirely freed other kernel module instance of the same PCI device have had kept the reference to that pin, and kernel...

5.5CVSS5.9AI score0.00191EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/17 2:15 p.m.24 views

CVE-2023-52663

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: amd: Fix memory leak in amdsofacpprobe Driver uses kasprintf to initialize fwcode,databin members of struct acpdevdata, but kfree is never called to deallocate the memory, which results in a memory leak. Fix the issue ...

5.5CVSS7.3AI score0.00224EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/17 2:15 p.m.21 views

CVE-2023-52664

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: eliminate double free in error handling logic Driver has a logic leak in ring data allocation/free, where aqringfree could be called multiple times on same ring, if system is under stress and got memory allocation...

7.8CVSS7.5AI score0.00275EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/17 2:15 p.m.9 views

UBUNTU-CVE-2023-52664

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: eliminate double free in error handling logic Driver has a logic leak in ring data allocation/free, where aqringfree could be called multiple times on same ring, if system is under stress and got memory allocation...

7.8CVSS6.2AI score0.00275EPSS
SaveExploits0References36
Debian CVE
Debian CVE
added 2024/05/17 2:02 p.m.50 views

CVE-2024-35836

In the Linux kernel, the following vulnerability has been resolved: dpll: fix pin dump crash for rebound module When a kernel module is unbound but the pin resources were not entirely freed other kernel module instance of the same PCI device have had kept the reference to that pin, and kernel...

5.5CVSS6.8AI score0.00191EPSS
SaveExploits0
OSV
OSV
added 2024/05/17 1:48 p.m.22 views

CVE-2024-35832 bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exit

In the Linux kernel, the following vulnerability has been resolved: bcachefs: kvfree bchfs::snapshots in bch2fssnapshotsexit bchfs::snapshots is allocated by kvzalloc in snapshottmut. It should be freed by kvfree not kfree. Or umount will triger: 406.829178 BUG: unable to handle page fault for...

4.8AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/17 1:48 p.m.72 views

CVE-2024-35832

In the Linux kernel, the following vulnerability has been resolved: bcachefs: kvfree bchfs::snapshots in bch2fssnapshotsexit bchfs::snapshots is allocated by kvzalloc in snapshottmut. It should be freed by kvfree not kfree. Or umount will triger: 406.829178 BUG: unable to handle page fault for...

5.5CVSS5AI score0.0018EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/17 1:45 p.m.65 views

CVE-2023-52664 net: atlantic: eliminate double free in error handling logic

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: eliminate double free in error handling logic Driver has a logic leak in ring data allocation/free, where aqringfree could be called multiple times on same ring, if system is under stress and got memory allocation...

7.8CVSS6.6AI score0.00275EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/17 1:45 p.m.15 views

CVE-2023-52664 net: atlantic: eliminate double free in error handling logic

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: eliminate double free in error handling logic Driver has a logic leak in ring data allocation/free, where aqringfree could be called multiple times on same ring, if system is under stress and got memory allocation...

7.8CVSS6.9AI score0.00275EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/17 1:45 p.m.14 views

CVE-2023-52664 net: atlantic: eliminate double free in error handling logic

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: eliminate double free in error handling logic Driver has a logic leak in ring data allocation/free, where aqringfree could be called multiple times on same ring, if system is under stress and got memory allocation...

7.8CVSS6.4AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/05/17 1:45 p.m.59 views

CVE-2023-52664

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: eliminate double free in error handling logic Driver has a logic leak in ring data allocation/free, where aqringfree could be called multiple times on same ring, if system is under stress and got memory allocation...

7.8CVSS7.7AI score0.00275EPSS
SaveExploits0
CVE
CVE
added 2024/05/17 1:45 p.m.217 views

CVE-2023-52664

The CVE-2023-52664 issue affects the Linux kernel net: Atlantic driver, where a logic error in ring data allocation/free can lead to a double-free scenario in error handling if memory allocation fails. The root cause is using the ring pointer as a failure indicator, while only ring data is alloca...

7.8CVSS6.9AI score0.00275EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/05/17 11:07 a.m.8 views

OESA-2024-1593 glibc security update

The GNU C Library project provides the core libraries for the GNU system and GNU/Linux systems, as well as many other systems that use Linux as the kernel. These libraries provide critical APIs including ISO C11, POSIX.1-2008, BSD, OS-specific APIs and more. These APIs include such foundational...

7.6CVSS7.3AI score0.0131EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/17 11:07 a.m.4 views

OESA-2024-1583 stb security update

Single-file public domain libraries for C/C++. Security Fixes: stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory write past an allocated heap buffer in startdecoder. The root cause is a potential integer overflow in sizeofchar...

7.8CVSS7.6AI score0.0141EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2024/05/17 12:00 a.m.9 views

Linux kernel 安全漏洞

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 an incorrect memory allocation in the efi/capsule-loader module...

5.5CVSS6.4AI score0.00244EPSS
SaveExploits0References10
BDU FSTEC
BDU FSTEC
added 2024/05/17 12:00 a.m.11 views

The vulnerability of the NTFS file system of the Windows operating system, which allows a perpetrator to increase their privileges

The vulnerability of the NTFS file system in Windows operating systems is related to the reallocation of memory. Exploiting this vulnerability can allow an attacker to increase their privileges...

7.8CVSS5.4AI score0.00637EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/16 5:29 p.m.18 views

MGASA-2024-0179 Updated java-1.8.0, java-11, java-17, java-latest packages fix security vulnerabilities

Long Exception message leading to crash. CVE-2024-21011 HTTP/2 client improper reverse DNS lookup. CVE-2024-21012 Integer overflow in C1 compiler address generation. CVE-2024-21068 Pack200 excessive memory allocation. CVE-2024-21085 C2 compilation fails with "Exceeded noderegs array". CVE-2024-21...

3.7CVSS7.2AI score0.01372EPSS
SaveExploits0References6
Rows per page
Query Builder