Lucene search
+L

3927 matches found

EUVD
EUVD
added 2025/12/09 3:31 a.m.8 views

EUVD-2022-55703

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...

6AI score0.00179EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/09 1:30 a.m.32 views

CVE-2023-53861 ext4: correct grp validation in ext4_mb_good_group

In the Linux kernel, the following vulnerability has been resolved: ext4: correct grp validation in ext4mbgoodgroup Group corruption check will access memory of grp and will trigger kernel crash if grp is NULL. So do NULL check before corruption check...

0.00199EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 1:30 a.m.7 views

CVE-2023-53861 ext4: correct grp validation in ext4_mb_good_group

In the Linux kernel, the following vulnerability has been resolved: ext4: correct grp validation in ext4mbgoodgroup Group corruption check will access memory of grp and will trigger kernel crash if grp is NULL. So do NULL check before corruption check...

6.5AI score0.00199EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/09 1:30 a.m.16 views

CVE-2023-53861

CVE-2023-53861 : Linux kernel ext4 fix – adding a NULL check before the group corruption check in ext4_mb_good_group to prevent a NULL pointer dereference when grp is NULL, which could crash the kernel. Affected component: ext4 in the kernel; impact is kernel crash due to NULL pointer dereference...

6.2AI score0.00199EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/09 1:30 a.m.5 views

CVE-2023-53861

In the Linux kernel, the following vulnerability has been resolved: ext4: correct grp validation in ext4mbgoodgroup Group corruption check will access memory of grp and will trigger kernel crash if grp is NULL. So do NULL check before corruption check...

5.3AI score0.00199EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.35 views

CVE-2022-50674 riscv: vdso: fix NULL deference in vdso_join_timens() when vfork

In the Linux kernel, the following vulnerability has been resolved: riscv: vdso: fix NULL deference in vdsojointimens when vfork Testing tools/testing/selftests/timens/vforkexec.c got below kernel log: 6.838454 Unable to handle kernel access to user memory without uaccess routines at virtual...

0.00206EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/09 1:29 a.m.23 views

CVE-2022-50672

CVE-2022-50672 concerns the Linux kernel mailbox path for zynq-ipi where device_register() failures could leak the name allocated by dev_set_name() and leave a non-NULL parent, potentially causing a crash during device cleanup. The described fix calls put_device() to release references and allow ...

6AI score0.00214EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.29 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.00214EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.31 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.00214EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/09 1:29 a.m.18 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.00214EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 1:16 a.m.2 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.00179EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 1:16 a.m.7 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.00179EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/09 1:16 a.m.4 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.00179EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/09 1:16 a.m.11 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.00213EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2025/12/09 12:31 a.m.4 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.00179EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/12/09 12:29 a.m.5 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.00166EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.9 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.00162EPSS
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.00203EPSS
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.00179EPSS
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.00179EPSS
SaveExploits0References10
Rows per page
Query Builder