Lucene search
+L

3955 matches found

Cvelist
Cvelist
added 2025/12/09 1:29 a.m.30 views

CVE-2022-50672 mailbox: zynq-ipi: fix error handling while device_register() fails

In the Linux kernel, the following vulnerability has been resolved: mailbox: zynq-ipi: fix error handling while deviceregister fails If deviceregister fails, it has two issues: 1. The name allocated by devsetname is leaked. 2. The parent of device is not NULL, deviceunregister is called in...

0.00218EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/09 1:29 a.m.20 views

CVE-2022-50670

In CVE-2022-50670, the Linux kernel mmc_add_host() return value was not checked, risking memory leak from mmc_alloc_host() and a crash in device_del() when remove() runs before add. Connected documents (Astra Linux, Unity/OSS advisories) confirm the issue and its fix: check the return value and b...

6.1AI score0.00218EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.34 views

CVE-2022-50670 mmc: omap_hsmmc: fix return value check of mmc_add_host()

In the Linux kernel, the following vulnerability has been resolved: mmc: omaphsmmc: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehos...

0.00218EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 1:16 a.m.5 views

DEBIAN-CVE-2022-50653

In the Linux kernel, the following vulnerability has been resolved: mmc: atmel-mci: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehos...

5.3AI score0.00183EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 1:16 a.m.9 views

CVE-2022-50653

In the Linux kernel, the following vulnerability has been resolved: mmc: atmel-mci: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehos...

0.00183EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/09 1:16 a.m.12 views

UBUNTU-CVE-2022-50638

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bugon in estreesearch caused by bad boot loader inode We got a issue as fllows: ================================================================== kernel BUG at fs/ext4/extentsstatus.c:203! invalid opcode: 0000 1 PREEMP...

6AI score0.00218EPSS
SaveExploits0References12
OSV
OSV
added 2025/12/09 1:16 a.m.5 views

UBUNTU-CVE-2022-50653

In the Linux kernel, the following vulnerability has been resolved: mmc: atmel-mci: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehos...

5.7AI score0.00183EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/12/09 12:31 a.m.5 views

SUSE CVE-2022-50618

In the Linux kernel, the following vulnerability has been resolved: mmc: meson-gx: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehost...

5.5CVSS6.5AI score0.00183EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/12/09 12:29 a.m.6 views

SUSE CVE-2023-53756

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Fix crash due to uninitialized currentvmcs KVM enables 'Enlightened VMCS' and 'Enlightened MSR Bitmap' when running as a nested hypervisor on top of Hyper-V. When MSR bitmap is updated, evmcstouchmsrbitmap function uses...

5.1CVSS6.4AI score0.0017EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.11 views

SUSE CVE-2025-40311

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: support mapping cb with vmalloc-backed coherent memory When IOMMU is enabled, dmaalloccoherent with GFPUSER may return addresses from the vmalloc range. If such an address is mapped without VMMIXEDMAP,...

3.3CVSS6.2AI score0.00166EPSS
SaveExploits0References21
CVE
CVE
added 2025/12/09 12:0 a.m.18 views

CVE-2023-53786

The CVE-2023-53786 issue is in the Linux kernel dm flakey path, where a dmsetup command constructing a table can crash with a NULL pointer dereference when arg_name is NULL. The root cause is missing a NULL check before comparing arg_name; the fix adds a non-NULL check for arg_name before the com...

6.2AI score0.00207EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/09 12:0 a.m.32 views

CVE-2022-50653

CVE-2022-50653 is associated with the Linux kernel component mmc: atmel-mci. The issue arises when mmc_add_host() returns an error and its return value is ignored, potentially causing a memory leak of the allocation from mmc_alloc_host() and, in the remove path, a kernel crash due to a null point...

6.1AI score0.00183EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/09 12:0 a.m.6 views

CVE-2022-50653 mmc: atmel-mci: fix return value check of mmc_add_host()

In the Linux kernel, the following vulnerability has been resolved: mmc: atmel-mci: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehos...

6.4AI score0.00183EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/12/09 12:0 a.m.42 views

CVE-2022-50653 mmc: atmel-mci: fix return value check of mmc_add_host()

In the Linux kernel, the following vulnerability has been resolved: mmc: atmel-mci: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehos...

0.00183EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/09 12:0 a.m.6 views

CVE-2022-50653

In the Linux kernel, the following vulnerability has been resolved: mmc: atmel-mci: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehos...

5.3AI score0.00183EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/12/09 12:0 a.m.11 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 invalid address access in brcmfmac, which could cause the kernel to crash...

7.9AI score0.0023EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2025/12/09 12:0 a.m.4 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 Linux kernel that stems from a failure to perform NULL checking, which could cause the kernel to crash...

8.6AI score0.00204EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/12/09 12:0 a.m.5 views

PT-2025-49752

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to group validation within the ext4 filesystem. Specifically, the ext4 mb good group function lacks a NULL check before performing a group...

5.9AI score0.00204EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/09 12:0 a.m.10 views

PT-2025-49701

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s mmc subsystem, specifically within the omap hsmmc driver. The mmc add host function may return an error, and failure to check this return value can le...

7.8CVSS7.1AI score0.0051EPSS
SaveExploits2References897
RedhatCVE
RedhatCVE
added 2025/12/08 11:47 p.m.7 views

CVE-2025-40311

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: support mapping cb with vmalloc-backed coherent memory When IOMMU is enabled, dmaalloccoherent with GFPUSER may return addresses from the vmalloc range. If such an address is mapped without VMMIXEDMAP,...

5.7AI score0.00166EPSS
SaveExploits0References4
Rows per page
Query Builder