Lucene search
+L

1308 matches found

ATTACKERKB
ATTACKERKB
added 2025/07/25 12:47 p.m.3 views

CVE-2025-38361

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check dcehwseq before dereferencing it WHAT hws was checked for null earlier in dce110blankstream, indicating hws can be null, and should be checked whenever it is used. cherry picked from commit...

7.8CVSS5.7AI score0.00196EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/07/25 12:47 p.m.2 views

CVE-2025-38361 drm/amd/display: Check dce_hwseq before dereferencing it

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check dcehwseq before dereferencing it WHAT hws was checked for null earlier in dce110blankstream, indicating hws can be null, and should be checked whenever it is used. cherry picked from commit...

7.8CVSS6.4AI score0.00196EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.5 views

CVE-2025-38361

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check dcehwseq before dereferencing it WHAT hws was checked for null earlier in dce110blankstream, indicating hws can be null, and should be checked whenever it is used. cherry picked from commit...

7.8CVSS5.7AI score0.00196EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/07/15 12:0 a.m.8 views

PT-2025-33569

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel's ice driver related to the eswitch lag check. Specifically, a NULL pointer dereference can occur within the ice lag is switchdev running function whe...

5.5CVSS5.9AI score0.00155EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/07/11 7:0 a.m.7 views

scsi: ufs: mcq: Add NULL check in ufshcd_mcq_abort()

...

5.5CVSS7.6AI score0.00154EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/07/11 7:0 a.m.4 views

ASoC: imx-card: Add NULL check in imx_card_probe()

...

5.5CVSS7.4AI score0.00189EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/07/11 12:0 a.m.9 views

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

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-22054 advisory. - In the Linux kernel, the following vulnerability has been resolved: arcnet: Add NULL check in com20020pcipro...

5.5CVSS6AI score0.002EPSS
SaveExploits0References2
OSV
OSV
added 2025/07/10 8:15 a.m.17 views

AZL-64989 CVE-2025-38275 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp-usb: Fix an NULL vs ISERR bug The qmpusbiomap helper function currently returns the raw result of devmioremap for non-exclusive mappings. Since devmioremap may return a NULL pointer and the caller only checks error...

5.5CVSS6.2AI score0.00171EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/07/10 7:41 a.m.15 views

CVE-2025-38281 wifi: mt76: mt7996: Add NULL check in mt7996_thermal_init

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Add NULL check in mt7996thermalinit devmkasprintf can return a NULL pointer on failure,but this returned value in mt7996thermalinit is not checked. Add NULL check in mt7996thermalinit, to handle kernel NULL...

0.00137EPSS
SaveExploits0References2
SUSE Linux
SUSE Linux
added 2025/07/08 9:5 a.m.7 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP6 Azure kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2023-52888: media: mediatek: vcodec: Only free buffer VA that is not NULL bsc1228557. CVE-2024-49568: net/smc: check v2extoffset/eidcnt/ismgidcnt when...

8.5CVSS8.3AI score0.00369EPSS
SaveExploits3References450
SUSE CVE
SUSE CVE
added 2025/07/04 2:38 p.m.10 views

SUSE CVE-2025-38145

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: Add NULL check in aspeedlpcenablesnoop devmkasprintf returns NULL when memory allocation fails. Currently, aspeedlpcenablesnoop does not check for this case, which results in a NULL pointer dereference. Add NULL chec...

5.5CVSS6.5AI score0.00174EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
added 2025/07/03 11:23 p.m.5 views

SUSE CVE-2025-38135

In the Linux kernel, the following vulnerability has been resolved: serial: Fix potential null-ptr-deref in mlbusioprobe devmioremap can return NULL on error. Currently, mlbusioprobe does not check for this case, which could result in a NULL pointer dereference. Add NULL check after devmioremap t...

4.4CVSS6.4AI score0.00176EPSS
SaveExploits0References22
OSV
OSV
added 2025/07/03 9:15 a.m.1 views

DEBIAN-CVE-2025-38160

In the Linux kernel, the following vulnerability has been resolved: clk: bcm: rpi: Add NULL check in raspberrypiclkregister devmkasprintf returns NULL when memory allocation fails. Currently, raspberrypiclkregister does not check for this case, which results in a NULL pointer dereference. Add NUL...

5.5CVSS5.6AI score0.0015EPSS
SaveExploits0References1
NVD
NVD
added 2025/07/03 9:15 a.m.8 views

CVE-2025-38138

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: Add NULL check in udmaprobe devmkasprintf returns NULL when memory allocation fails. Currently, udmaprobe does not check for this case, which results in a NULL pointer dereference. Add NULL check after devmkasprint...

5.5CVSS0.0017EPSS
SaveExploits0References9
OSV
OSV
added 2025/07/03 9:15 a.m.3 views

UBUNTU-CVE-2025-38145

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: Add NULL check in aspeedlpcenablesnoop devmkasprintf returns NULL when memory allocation fails. Currently, aspeedlpcenablesnoop does not check for this case, which results in a NULL pointer dereference. Add NULL chec...

5.5CVSS6.1AI score0.00174EPSS
SaveExploits0References43
OSV
OSV
added 2025/07/03 9:15 a.m.4 views

UBUNTU-CVE-2025-38122

In the Linux kernel, the following vulnerability has been resolved: gve: add missing NULL check for gveallocpendingpacket in TX DQO gveallocpendingpacket can return NULL, but gvetxaddskbdqo did not check for this case before dereferencing the returned pointer. Add a missing NULL check to prevent ...

5.5CVSS6.1AI score0.0016EPSS
SaveExploits0References41
OSV
OSV
added 2025/07/03 9:15 a.m.6 views

UBUNTU-CVE-2025-38160

In the Linux kernel, the following vulnerability has been resolved: clk: bcm: rpi: Add NULL check in raspberrypiclkregister devmkasprintf returns NULL when memory allocation fails. Currently, raspberrypiclkregister does not check for this case, which results in a NULL pointer dereference. Add NUL...

5.5CVSS6.2AI score0.0015EPSS
SaveExploits0References42
Cvelist
Cvelist
added 2025/07/03 8:36 a.m.10 views

CVE-2025-38160 clk: bcm: rpi: Add NULL check in raspberrypi_clk_register()

In the Linux kernel, the following vulnerability has been resolved: clk: bcm: rpi: Add NULL check in raspberrypiclkregister devmkasprintf returns NULL when memory allocation fails. Currently, raspberrypiclkregister does not check for this case, which results in a NULL pointer dereference. Add NUL...

0.0015EPSS
SaveExploits0References7
CVE
CVE
added 2025/07/03 8:36 a.m.86 views

CVE-2025-38160

CVE-2025-38160 affects the Linux kernel due to a NULL pointer dereference in the Raspberry Pi clock registration path. Specifically, raspberrypi_clk_register() does not handle a NULL return from devm_kasprintf(), which can occur if memory allocation fails. A fix has added a NULL check after devm_...

5.5CVSS7.1AI score0.0015EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2025/07/03 8:35 a.m.99 views

CVE-2025-38145

CVE-2025-38145 affects the Linux kernel in the ASPEED SoC driver (aspeed_lpc_enable_snoop). The vulnerability is due to not checking the return value of devm_kasprintf(), which can return NULL on memory allocation failure, leading to a NULL pointer dereference. The connected documentation confirm...

5.5CVSS7.1AI score0.00174EPSS
SaveExploits0References10Affected Software1
Rows per page
Query Builder