Lucene search
+L

4335 matches found

OSV
OSV
added 2025/12/09 4:17 p.m.4 views

DEBIAN-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.00223EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 4:17 p.m.8 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...

0.00223EPSS
SaveExploits0References6
NVD
NVD
added 2025/12/09 4:17 p.m.12 views

CVE-2022-50670

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.00239EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 4:17 p.m.4 views

DEBIAN-CVE-2022-50672

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

5.3AI score0.00239EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2025/12/09 4:17 p.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.4AI score0.00223EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/09 4:17 p.m.7 views

UBUNTU-CVE-2022-50670

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

5.7AI score0.00239EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/09 4:17 p.m.8 views

UBUNTU-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.7AI score0.00223EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/09 3:31 a.m.5 views

EUVD-2023-60120

In the Linux kernel, the following vulnerability has been resolved: dm flakey: fix a crash with invalid table line This command will crash with NULL pointer dereference: dmsetup create flakey --table \ "0 blockdev --getsize /dev/ram0 flakey /dev/ram0 0 0 1 2 corruptbiobyte 512" Fix the crash by...

6.1AI score0.00227EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/12/09 3:31 a.m.13 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.002EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/09 1:30 a.m.25 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.00223EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/09 1:30 a.m.8 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.00223EPSS
SaveExploits0
OSV
OSV
added 2025/12/09 1:30 a.m.9 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 score
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/09 1:30 a.m.35 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.00223EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.43 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.0023EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/09 1:29 a.m.33 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.00239EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.34 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.00239EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.37 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.00239EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/09 1:29 a.m.25 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.00239EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 1:16 a.m.8 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.002EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 1:16 a.m.11 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.002EPSS
SaveExploits0References7
Rows per page
Query Builder