Lucene search
K

330 matches found

Cvelist
Cvelist
added 2025/09/18 4:3 p.m.5 views

CVE-2022-50402 drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()

In the Linux kernel, the following vulnerability has been resolved: drivers/md/md-bitmap: check the return value of mdbitmapgetcounter Check the return value of mdbitmapgetcounter in case it returns NULL pointer, which will result in a null pointer dereference. v2: update the check to include oth...

0.00147EPSS
Exploits0References7
CVE
CVE
added 2025/09/18 4:3 p.m.25 views

CVE-2022-50402

CVE-2022-50402 concerns Linux kernel’s md-bitmap code. The vulnerability arises from not validating the return value of md_bitmap_get_counter(), which can lead to a NULL pointer dereference. The issue was resolved by updating the code to check the return value and guard against NULL dereferences;...

5.5CVSS6.1AI score0.00147EPSS
Exploits0References7Affected Software1
Positive Technologies
Positive Technologies
added 2025/09/18 12:0 a.m.4 views

PT-2025-38432

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The start task function in the Linux kernel may experience a null pointer dereference. This occurs because the return value of create singlethread workqueue is not checked, potentially...

6.2AI score0.00152EPSS
Exploits0References11
RedhatCVE
RedhatCVE
added 2025/09/17 5:43 p.m.3 views

CVE-2022-50359

In the Linux kernel, the following vulnerability has been resolved: media: cx88: Fix a null-ptr-deref bug in bufferprepare When the driver calls cx88riscbuffer to prepare the buffer, the function call may fail, resulting in a empty buffer and null-ptr-deref later in bufferqueue. The following log...

5.5CVSS6AI score0.00196EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/09/17 5:31 p.m.4 views

CVE-2022-50353

In the Linux kernel, the following vulnerability has been resolved: mmc: wmt-sdmmc: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not add...

5.5CVSS5.8AI score0.00185EPSS
Exploits0References4
OSV
OSV
added 2025/09/17 2:56 p.m.4 views

CVE-2022-50359 media: cx88: Fix a null-ptr-deref bug in buffer_prepare()

In the Linux kernel, the following vulnerability has been resolved: media: cx88: Fix a null-ptr-deref bug in bufferprepare When the driver calls cx88riscbuffer to prepare the buffer, the function call may fail, resulting in a empty buffer and null-ptr-deref later in bufferqueue. The following log...

5.5CVSS5AI score0.00196EPSS
Exploits0References12
Positive Technologies
Positive Technologies
added 2025/09/17 12:0 a.m.3 views

PT-2025-38163

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The mmc add host function may return an error, and failing to check this return value can lead to a memory leak. This memory leak occurs because memory allocated in mmc alloc host is n...

6.1AI score0.00185EPSS
Exploits0References10
Vulnrichment
Vulnrichment
added 2025/09/16 4:11 p.m.2 views

CVE-2022-50347 mmc: rtsx_usb_sdmmc: fix return value check of mmc_add_host()

In the Linux kernel, the following vulnerability has been resolved: mmc: rtsxusbsdmmc: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not...

6.1AI score0.0015EPSS
Exploits0References9
OSV
OSV
added 2025/09/16 8:15 a.m.3 views

DEBIAN-CVE-2023-53277

In the Linux kernel, the following vulnerability has been resolved: wifi: iwl3945: Add missing check for createsinglethreadworkqueue Add the check for the return value of the createsinglethreadworkqueue in order to avoid NULL pointer dereference...

5.5CVSS5.3AI score0.00146EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50267

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mmc: rtsxpci: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be...

5.5CVSS6.1AI score0.00145EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2025/09/16 12:0 a.m.3 views

PT-2025-38016

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel where the mmc add host function’s return value was not properly checked. Failing to check the return value could lead to a memory leak within the mmc...

5.8AI score0.0015EPSS
Exploits0References11
Cvelist
Cvelist
added 2025/09/15 2:49 p.m.6 views

CVE-2022-50327 ACPI: processor: idle: Check acpi_fetch_acpi_dev() return value

In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: idle: Check acpifetchacpidev return value The return value of acpifetchacpidev could be NULL, which would cause a NULL pointer dereference to occur in acpidevicehid. rjw: Subject and changelog edits, added empty...

0.00146EPSS
Exploits0References6
CVE
CVE
added 2025/09/15 2:49 p.m.27 views

CVE-2022-50327

CVE-2022-50327 in the Linux kernel concerns ACPI: processor: idle where acpi_fetch_acpi_dev() could return NULL, causing a NULL pointer dereference in acpi_device_hid(). The connected Nessus/SUSE advisories confirm this CVE is addressed in kernel live patches for SUSE SLES15 SP5 (multiple patches...

5.5CVSS6AI score0.00146EPSS
Exploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/15 2:21 p.m.3 views

CVE-2023-53223 drm/msm/dsi: Add missing check for alloc_ordered_workqueue

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: Add missing check for allocorderedworkqueue Add check for the return value of allocorderedworkqueue as it may return NULL pointer and cause NULL pointer dereference. Patchwork:...

6.1AI score0.00146EPSS
Exploits0References8
CVE
CVE
added 2025/09/15 2:21 p.m.28 views

CVE-2023-53223

The CVE-2023-53223 issue affects the Linux kernel component drm/msm/dsi where alloc_ordered_workqueue may return NULL. The vulnerability arises from a missing check of the return value, potentially leading to a NULL pointer dereference. A patch addressing this check has been published (Patchwork:...

5.5CVSS6.1AI score0.00146EPSS
Exploits0References8Affected Software1
CNNVD
CNNVD
added 2025/09/15 12:0 a.m.5 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 the vkmsinit function not checking the vkmscreate return value, which could lead to a memory leak...

5.5CVSS6.3AI score0.00145EPSS
Exploits0References5
OSV
OSV
added 2025/09/09 4:15 p.m.5 views

CVE-2025-55146

An unchecked return value in Ivanti Connect Secure before 22.7R2.9 or 22.8R2, Ivanti Policy Secure before 22.7R1.6, Ivanti ZTA Gateway before 2.8R2.3-723 and Ivanti Neurons for Secure Access before 22.8R1.4 Fix deployed on 02-Aug-2025 allows a remote authenticated attacker with admin privileges t...

4.9CVSS5.9AI score0.00744EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2025/09/04 12:0 a.m.1 views

PT-2025-44140

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.17.0-rc4 Description The do fanotify mark function does not validate the return value of mnt ns from dentry before dereferencing it. This can lead to a NULL pointer dereference if the path is not a mount...

7.8CVSS5.3AI score0.00519EPSS
Exploits5References593
Positive Technologies
Positive Technologies
added 2025/08/25 12:0 a.m.8 views

PT-2025-44097

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel where the return value of the platform get resource function is not properly checked. This function can return NULL in case of failure, and the lack of ...

6CVSS5.8AI score0.00202EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2025/08/24 4:6 p.m.14 views

CVE-2025-38664

In the Linux kernel, the following vulnerability has been resolved: ice: Fix a null pointer dereference in icecopyandinitpkg Add check for the return value of devmkmemdup to prevent potential null pointer dereference. Mitigation Mitigation for this issue is either not available or the currently...

4.1CVSS5.2AI score0.00159EPSS
Exploits0References4
Rows per page
Query Builder