Lucene search
K

414 matches found

Debian CVE
Debian CVE
added 2025/05/09 6:45 a.m.5 views

CVE-2025-37881

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: aspeed: Add NULL pointer check in astvhubinitdev The variable d-name, returned by devmkasprintf, could be NULL. A pointer check is added to prevent potential NULL pointer dereference. This is similar to the fix in...

5.5CVSS5.5AI score0.00244EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/05/09 3:23 a.m.1 views

SUSE CVE-2025-37826

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Add NULL check in ufshcdmcqcomplpendingtransfer Add a NULL check for the returned hwq pointer by ufshcdmcqreqtohwq. This is similar to the fix in commit 74736103fb41 "scsi: ufs: core: Fix ufshcdabortone racing...

5.5CVSS6.5AI score0.00148EPSS
Exploits0References3
NVD
NVD
added 2025/05/08 7:15 a.m.7 views

CVE-2025-37801

In the Linux kernel, the following vulnerability has been resolved: spi: spi-imx: Add check for spiimxsetupxfer Add check for the return value of spiimxsetupxfer. spiimx-rx and spiimx-tx function pointer can be NULL when spiimxsetupxfer return error, and make NULL pointer dereference. Unable to...

5.5CVSS0.00161EPSS
Exploits0References6
OSV
OSV
added 2025/05/08 7:15 a.m.1 views

UBUNTU-CVE-2025-37828

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: mcq: Add NULL check in ufshcdmcqabort A race can occur between the MCQ completion path and the abort handler: once a request completes, blkmqfreerequest sets rq-mqhctx to NULL, meaning the subsequent ufshcdmcqreqtohwq...

5.5CVSS6.2AI score0.00149EPSS
Exploits0References22
CVE
CVE
added 2025/05/08 6:26 a.m.92 views

CVE-2025-37828

CVE-2025-37828 affects the Linux kernel in the SCSI/UFS MCQ path. A race between MCQ completion and the abort handler can lead to dereferencing a NULL hwq pointer after __blk_mq_free_request() sets rq->mq_hctx to NULL. The fix adds a NULL check on the returned hwq in ufshcd_mcq_abort(); if hwq...

5.5CVSS5.2AI score0.00149EPSS
Exploits0References4Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/05/06 12:0 a.m.6 views

Azure Linux 3.0 Security Update: kernel (CVE-2025-21904)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-21904 advisory. - In the Linux kernel, the following vulnerability has been resolved: caifvirtio: fix wrong pointer check in...

5.5CVSS6AI score0.00174EPSS
Exploits0References2
OSV
OSV
added 2025/05/02 4:15 p.m.2 views

DEBIAN-CVE-2023-53110

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix NULL sndbufdesc in smccdctxhandler When performing a stress test on SMC-R by rmmod mlx5ib driver during the wrk/nginx test, we found that there is a probability of triggering a panic while terminating all link groups...

5.5CVSS5.5AI score0.00159EPSS
Exploits0References1
NVD
NVD
added 2025/05/01 1:15 p.m.5 views

CVE-2025-23147

In the Linux kernel, the following vulnerability has been resolved: i3c: Add NULL pointer check in i3cmasterqueueibi The I3C master driver may receive an IBI from a target device that has not been probed yet. In such cases, the master calls i3cmasterqueueibi to queue an IBI work task, leading to...

5.5CVSS0.00169EPSS
Exploits0References11
NVD
NVD
added 2025/05/01 1:15 p.m.6 views

CVE-2025-23148

In the Linux kernel, the following vulnerability has been resolved: soc: samsung: exynos-chipid: Add NULL pointer check in exynoschipidprobe socdevattr-revision could be NULL, thus, a pointer check is added to prevent potential NULL pointer dereference. This is similar to the fix in commit...

5.5CVSS0.00169EPSS
Exploits0References10
Cvelist
Cvelist
added 2025/05/01 12:55 p.m.12 views

CVE-2025-23147 i3c: Add NULL pointer check in i3c_master_queue_ibi()

In the Linux kernel, the following vulnerability has been resolved: i3c: Add NULL pointer check in i3cmasterqueueibi The I3C master driver may receive an IBI from a target device that has not been probed yet. In such cases, the master calls i3cmasterqueueibi to queue an IBI work task, leading to...

0.00169EPSS
Exploits0References9
CVE
CVE
added 2025/05/01 12:55 p.m.122 views

CVE-2025-23148

The CVE-2025-23148 issue applies to the Linux kernel: the Samsung Exynos chipid driver (exynos_chipid_probe) now checks soc_dev_attr->revision for NULL to prevent NULL-pointer dereference. This fixes a potential local dereference vulnerability. The fix mirrors a prior NULL-pointer dereference ...

5.5CVSS6.4AI score0.00169EPSS
Exploits0References10Affected Software1
CVE
CVE
added 2025/05/01 12:55 p.m.127 views

CVE-2025-23147

CVE-2025-23147 : Linux kernel i3c master/IBI handling vulnerability where an IBI can arrive before the target driver is probed, causing a NULL dereference in dev->ibi and a kernel panic. Affected component is the I3C master queue path (i3c_master_queue_ibi()); root cause is uninitialized dev-&...

5.5CVSS6.3AI score0.00169EPSS
Exploits0References11Affected Software1
OSV
OSV
added 2025/05/01 12:55 p.m.4 views

CVE-2025-23148 soc: samsung: exynos-chipid: Add NULL pointer check in exynos_chipid_probe()

In the Linux kernel, the following vulnerability has been resolved: soc: samsung: exynos-chipid: Add NULL pointer check in exynoschipidprobe socdevattr-revision could be NULL, thus, a pointer check is added to prevent potential NULL pointer dereference. This is similar to the fix in commit...

5.5CVSS6.2AI score0.00169EPSS
Exploits0References13
Cvelist
Cvelist
added 2025/05/01 12:55 p.m.8 views

CVE-2025-23148 soc: samsung: exynos-chipid: Add NULL pointer check in exynos_chipid_probe()

In the Linux kernel, the following vulnerability has been resolved: soc: samsung: exynos-chipid: Add NULL pointer check in exynoschipidprobe socdevattr-revision could be NULL, thus, a pointer check is added to prevent potential NULL pointer dereference. This is similar to the fix in commit...

0.00169EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2025/05/01 12:55 p.m.10 views

CVE-2025-23147

In the Linux kernel, the following vulnerability has been resolved: i3c: Add NULL pointer check in i3cmasterqueueibi The I3C master driver may receive an IBI from a target device that has not been probed yet. In such cases, the master calls i3cmasterqueueibi to queue an IBI work task, leading to...

5.5CVSS5.6AI score0.00169EPSS
Exploits0
OSV
OSV
added 2025/05/01 12:55 p.m.7 views

CVE-2025-23147 i3c: Add NULL pointer check in i3c_master_queue_ibi()

In the Linux kernel, the following vulnerability has been resolved: i3c: Add NULL pointer check in i3cmasterqueueibi The I3C master driver may receive an IBI from a target device that has not been probed yet. In such cases, the master calls i3cmasterqueueibi to queue an IBI work task, leading to...

5.5CVSS5.9AI score0.00169EPSS
Exploits0References14
Debian CVE
Debian CVE
added 2025/05/01 12:55 p.m.6 views

CVE-2025-23148

In the Linux kernel, the following vulnerability has been resolved: soc: samsung: exynos-chipid: Add NULL pointer check in exynoschipidprobe socdevattr-revision could be NULL, thus, a pointer check is added to prevent potential NULL pointer dereference. This is similar to the fix in commit...

5.5CVSS5.6AI score0.00169EPSS
Exploits0
NVD
NVD
added 2025/04/16 3:16 p.m.11 views

CVE-2025-23137

In the Linux kernel, the following vulnerability has been resolved: cpufreq/amd-pstate: Add missing NULL ptr check in amdpstateupdate Check if policy is NULL before dereferencing it in amdpstateupdate...

5.5CVSS0.00152EPSS
Exploits0References3
CVE
CVE
added 2025/04/16 2:13 p.m.103 views

CVE-2025-23137

CVE-2025-23137: A NULL pointer dereference in Linux kernel cpufreq/amd-pstate during amd_pstate_update has been fixed by adding a NULL check for policy before dereferencing. This resolves a local-privilege scenario with a MEDIUM base score (CVSS v3.1: AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H). The con...

5.5CVSS6.5AI score0.00152EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2025/04/16 2:13 p.m.4 views

CVE-2025-23137 cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_update

In the Linux kernel, the following vulnerability has been resolved: cpufreq/amd-pstate: Add missing NULL ptr check in amdpstateupdate Check if policy is NULL before dereferencing it in amdpstateupdate...

5.5CVSS6.1AI score0.00152EPSS
Exploits0References6
Rows per page
Query Builder