Lucene search
+L

423 matches found

Cvelist
Cvelist
added 2025/07/25 12:47 p.m.22 views

CVE-2025-38362 drm/amd/display: Add null pointer check for get_first_active_display()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null pointer check for getfirstactivedisplay The function modhdcphdcp1enableencryption calls the function getfirstactivedisplay, but does not check its return value. The return value is a null pointer if the...

0.0011EPSS
SaveExploits0References6
CVE
CVE
added 2025/07/25 12:47 p.m.114 views

CVE-2025-38362

The CVE-2025-38362 issue is in the Linux kernel’s DRM AMD display path. The function get_first_active_display() could return NULL when the display list is empty, and mod_hdcp_hdcp1_enable_encryption() did not check this return value, risking a NULL pointer dereference in mod_hdcp_hdcp2_enable_enc...

5.5CVSS6.4AI score0.0011EPSS
SaveExploits0References7Affected Software1
Microsoft CVE
Microsoft CVE
added 2025/07/11 7:00 a.m.7 views

usb: gadget: aspeed: Add NULL pointer check in ast_vhub_init_dev()

...

5.5CVSS7.2AI score0.00292EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/07/11 7:00 a.m.8 views

i3c: Add NULL pointer check in i3c_master_queue_ibi()

...

5.5CVSS7.4AI score0.00207EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/07/11 7:00 a.m.8 views

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

...

5.5CVSS7.4AI score0.00205EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/07/11 12:00 a.m.16 views

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

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-23136 advisory. - In the Linux kernel, the following vulnerability has been resolved: thermal: int340x: Add NULL check for ade...

5.5CVSS6AI score0.00206EPSS
SaveExploits0References2
NVD
NVD
added 2025/07/10 8:15 a.m.16 views

CVE-2025-38281

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

5.5CVSS0.0014EPSS
SaveExploits0References2
CVE
CVE
added 2025/07/10 7:41 a.m.65 views

CVE-2025-38281

Public technical details about CVE-2025-38281 are not provided in the connected documents. The available descriptions indicate a NULL check addition in mt7996_thermal_init for Linux kernel wifi mt76 mt7996, but no further specifics.

5.5CVSS6.4AI score0.0014EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/07/10 7:41 a.m.19 views

CVE-2025-38275 phy: qcom-qmp-usb: Fix an NULL vs IS_ERR() bug

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

0.00175EPSS
SaveExploits0References5
CVE
CVE
added 2025/07/04 1:37 p.m.78 views

CVE-2025-38208

CVE-2025-38208 is resolved in the Linux kernel: smb client adds a NULL check in automount_fullpath to prevent NULL dereference when tcon->origin_fullpath is set. The issue was a missing null check in __build_path_from_dentry_optional_prefix for the case when origin_fullpath is present. Affects...

5.5CVSS6.5AI score0.00156EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/07/03 8:35 a.m.11 views

CVE-2025-38143 backlight: pm8941: Add NULL check in wled_configure()

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

6.3AI score
SaveExploits0References12
CVE
CVE
added 2025/06/18 9:28 a.m.82 views

CVE-2025-38021

CVE-2025-38021 affects the Linux kernel in the DRM AMD Display path (drm/amd/display), where update_dchubp_dpp and related code could dereference a null pipe_ctx->plane_state. The issue is a missing null check in the update path that could lead to a null pointer dereference; it is stated to be...

5.5CVSS6.5AI score0.0014EPSS
SaveExploits0References2Affected Software1
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.12 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: NULL-check of BO’s backing stores when determining GFX12 PTE flags PRT BOs may not have any backing store, so bo-tbo.resource will be NULL. Check for this before dereferencing. Selected from commit...

5.5CVSS5.5AI score0.00186EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.8 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: usb: chipidea: cihdrcimx: fix usbmisc handling usbmisc is an optional device property; therefore, it is completely valid for the corresponding data-usbmiscdata to have a NULL value. This was confirmed by the Linux Verification...

5.5CVSS5.8AI score0.00178EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/05/27 12:00 a.m.15 views

PT-2025-46748

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s drm/amdkfd subsystem related to a kernel process reference leak when unmapping user pointers. Specifically, the kfd lookup process by pid function can...

4.6CVSS5.5AI score0.00677EPSS
SaveExploits5References390
NVD
NVD
added 2025/05/20 4:15 p.m.20 views

CVE-2025-37912

In the Linux kernel, the following vulnerability has been resolved: ice: Check VF VSI Pointer Value in icevcaddfdirfltr As mentioned in the commit baeb705fd6a7 "ice: always check VF VSI pointer values", we need to perform a null pointer check on the return value of icegetvfvsi before using it...

5.5CVSS0.00191EPSS
SaveExploits0References7
NVD
NVD
added 2025/05/20 4:15 p.m.11 views

CVE-2025-37900

In the Linux kernel, the following vulnerability has been resolved: iommu: Fix two issues in iommucopystructfromuser In the review for iommucopystructtouser helper, Matt pointed out that a NULL pointer should be rejected prior to dereferencing it:...

5.5CVSS0.00188EPSS
SaveExploits0References3
CVE
CVE
added 2025/05/20 3:21 p.m.122 views

CVE-2025-37912

CVE-2025-37912 affects the Linux kernel ICE driver. The root cause is a missing null pointer check on the value returned by ice_get_vf_vsi(), which could lead to using a NULL VSI pointer in ice_vc_add_fdir_fltr(). The fix, described in commit baeb705fd6a7 ("ice: always check VF VSI pointer values...

5.5CVSS6.4AI score0.00191EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2025/05/20 3:21 p.m.25 views

CVE-2025-37912 ice: Check VF VSI Pointer Value in ice_vc_add_fdir_fltr()

In the Linux kernel, the following vulnerability has been resolved: ice: Check VF VSI Pointer Value in icevcaddfdirfltr As mentioned in the commit baeb705fd6a7 "ice: always check VF VSI pointer values", we need to perform a null pointer check on the return value of icegetvfvsi before using it...

0.00191EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/05/20 3:21 p.m.22 views

CVE-2025-37900 iommu: Fix two issues in iommu_copy_struct_from_user()

In the Linux kernel, the following vulnerability has been resolved: iommu: Fix two issues in iommucopystructfromuser In the review for iommucopystructtouser helper, Matt pointed out that a NULL pointer should be rejected prior to dereferencing it:...

0.00188EPSS
SaveExploits0References3
Rows per page
Query Builder