Lucene search
K

18 matches found

Cvelist
Cvelist
added 2026/04/22 1:53 p.m.23 views

CVE-2026-31439 dmaengine: xilinx: xdma: Fix regmap init error handling

In the Linux kernel, the following vulnerability has been resolved: dmaengine: xilinx: xdma: Fix regmap init error handling devmregmapinitmmio returns an ERRPTR upon error, not NULL. Fix the error check and also fix the error message. Use the error code from ERRPTR instead of the wrong value in r...

0.00015EPSS
Exploits0References5
CNNVD
CNNVD
added 2026/04/22 12:0 a.m.5 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There are security vulnerabilities in the Linux kernel, which stem from issues with the smbgrantoplock function. These vulnerabilities involve reusing freed resources an...

9.8CVSS7.2AI score0.00066EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2026/01/22 12:0 a.m.3 views

Azure Linux 3.0 Security Update: kernel (CVE-2024-50058)

"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-2024-50058 advisory. - In the Linux kernel, the following vulnerability has been resolved: serial: protect uartportdtrrts in...

5.5CVSS6.6AI score0.00013EPSS
Exploits0References2
CNNVD
CNNVD
added 2025/12/16 12:0 a.m.1 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 Linux kernel that stems from not properly handling null pointers, which could lead to null pointer dereferencing...

6.1AI score0.00058EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2025/12/08 12:46 a.m.3 views

CVE-2025-40315

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix epfile null pointer access after ep enable. A race condition occurs when ffsfuncepsenable runs concurrently with ffsdatareset. The ffsdataclear called in ffsdatareset sets ffs-epfiles to NULL before resettin...

5.2AI score0.00058EPSS
Exploits0
OSV
OSV
added 2025/12/08 12:46 a.m.1 views

CVE-2025-40315 usb: gadget: f_fs: Fix epfile null pointer access after ep enable.

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix epfile null pointer access after ep enable. A race condition occurs when ffsfuncepsenable runs concurrently with ffsdatareset. The ffsdataclear called in ffsdatareset sets ffs-epfiles to NULL before resettin...

6.3AI score0.00058EPSS
Exploits0References11
CNNVD
CNNVD
added 2025/11/12 12:0 a.m.1 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 Linux kernel that stems from improper handling of null pointers, which could lead to a crash...

6AI score0.00024EPSS
Exploits0References4
OSV
OSV
added 2025/07/03 8:36 a.m.2 views

CVE-2025-38167 fs/ntfs3: handle hdr_first_de() return value

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: handle hdrfirstde return value The hdrfirstde function returns a pointer to a struct NTFSDE. This pointer may be NULL. To handle the NULL error effectively, it is important to implement an error handler. This will help...

5.5CVSS7.2AI score0.00125EPSS
Exploits0References10
NVD
NVD
added 2025/04/16 3:15 p.m.6 views

CVE-2025-22033

In the Linux kernel, the following vulnerability has been resolved: arm64: Don't call NULL in docompatalignmentfixup doalignmentt32tohandler only fixes up alignment faults for specific instructions; it returns NULL otherwise e.g. LDREX. When that's the case, signal to the caller that it needs to...

5.5CVSS0.00119EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2025/02/27 2:18 a.m.10 views

CVE-2024-57852

In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: scm: smc: Handle missing SCM device Commit ca61d6836e6f "firmware: qcom: scm: fix a NULL-pointer dereference" makes it explicit that qcomscmgettzmempool can return NULL, therefore its users should handle this...

5.5CVSS5.6AI score0.00014EPSS
Exploits0
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.9 views

CVE-2022-49187 clk: Fix clk_hw_get_clk() when dev is NULL

In the Linux kernel, the following vulnerability has been resolved: clk: Fix clkhwgetclk when dev is NULL Any registered clkcore structure can have a NULL pointer in its dev field. While never actually documented, this is evidenced by the wide usage of clkregister and clkhwregister with a NULL...

0.00024EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.2 views

kernel: scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool

In the Linux kernel, the following vulnerability has been resolved: scsi: ibmvfc: Remove BUGON in the case of an empty event pool In practice the driver should never send more commands than are allocated to a queue's event pool. In the unlikely event that this happens, the code asserts a BUGON, a...

5.5CVSS6.8AI score0.00016EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/09/08 2:47 a.m.1 views

SUSE CVE-2024-43905

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix the null pointer dereference for vega10hwmgr Check return value and conduct null pointer handling to avoid null pointer dereference...

5.5CVSS6.5AI score0.00038EPSS
Exploits0References16
Vulnrichment
Vulnrichment
added 2024/08/26 10:11 a.m.7 views

CVE-2024-43905 drm/amd/pm: Fix the null pointer dereference for vega10_hwmgr

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix the null pointer dereference for vega10hwmgr Check return value and conduct null pointer handling to avoid null pointer dereference...

6.9AI score0.00038EPSS
Exploits0References6
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.17 views

CVE-2024-39506 liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packet

In the Linux kernel, the following vulnerability has been resolved: liquidio: Adjust a NULL pointer handling path in liovfrepcopypacket In liovfrepcopypacket pginfo-page is compared to a NULL value, but then it is unconditionally passed to skbaddrxfrag which looks strange and could lead to null...

6.8AI score0.0001EPSS
Exploits0References8
Cvelist
Cvelist
added 2024/07/12 12:20 p.m.20 views

CVE-2024-39506 liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packet

In the Linux kernel, the following vulnerability has been resolved: liquidio: Adjust a NULL pointer handling path in liovfrepcopypacket In liovfrepcopypacket pginfo-page is compared to a NULL value, but then it is unconditionally passed to skbaddrxfrag which looks strange and could lead to null...

0.0001EPSS
Exploits0References8
CNNVD
CNNVD
added 2022/06/02 12:0 a.m.3 views

Libmobi 代码问题漏洞

Libmobi is a C library for handling Mobipocket/Kindle MOBI e-book format documents. It is used to process Mobipocket/Kindle MOBI e-book format documents. A denial of service vulnerability exists in versions of Libmobi prior to v0.10, which stems from the component mobibuffergetpointer cancelling...

6.5CVSS5.5AI score0.00312EPSS
Exploits0References3
OpenVAS
OpenVAS
added 2013/07/11 12:0 a.m.31 views

Microsoft Silverlight Remote Code Execution Vulnerabilities (2861561)

This host is missing a critical security update according to Microsoft Bulletin MS13-052. OpenVAS Vulnerability Test $Id: secpodsilverlightms13-052.nasl 8190 2017-12-20 09:44:30Z cfischer $ Microsoft Silverlight Remote Code Execution Vulnerabilities 2861561 Authors: Antu Sanadi Copyright: Copyrig...

9.3CVSS0.6AI score0.5895EPSS
Exploits0References3
Rows per page
Query Builder