Lucene search
K

334 matches found

NVD
NVD
added 2025/09/07 4:15 p.m.1 views

CVE-2025-39729

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix dereferencing uninitialized error pointer Fix below smatch warnings: drivers/crypto/ccp/sev-dev.c:1312 sevplatforminitlocked error: we previously assumed 'error' could be null...

5.5CVSS0.00027EPSS
Exploits0References2
CVE
CVE
added 2025/09/07 3:16 p.m.9 views

CVE-2025-39729

CVE-2025-39729 affects the Linux kernel crypto CCP implementation. The issue arises from dereferencing an uninitialized error pointer in sev-dev.c:1312, previously allowing an assumption that the variable could be NULL and leading to a potential crash or instability. The vulnerability was address...

5.5CVSS6AI score0.00027EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2025/09/07 3:16 p.m.1 views

CVE-2025-39729 crypto: ccp - Fix dereferencing uninitialized error pointer

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix dereferencing uninitialized error pointer Fix below smatch warnings: drivers/crypto/ccp/sev-dev.c:1312 sevplatforminitlocked error: we previously assumed 'error' could be null...

5.5CVSS6.5AI score0.00027EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/09/07 3:16 p.m.6 views

CVE-2025-39729 crypto: ccp - Fix dereferencing uninitialized error pointer

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix dereferencing uninitialized error pointer Fix below smatch warnings: drivers/crypto/ccp/sev-dev.c:1312 sevplatforminitlocked error: we previously assumed 'error' could be null...

0.00027EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2025/09/05 11:23 p.m.2 views

SUSE CVE-2025-39676

In the Linux kernel, the following vulnerability has been resolved: scsi: qla4xxx: Prevent a potential error pointer dereference The qla4xxxgetepfwdb function is supposed to return NULL on error, but qla4xxxepconnect returns error pointers. Propagating the error pointers will lead to an Oops in t...

5.5CVSS6.5AI score0.00024EPSS
Exploits0References20
OSV
OSV
added 2025/09/05 6:15 p.m.1 views

AZL-73653 CVE-2025-39676 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: scsi: qla4xxx: Prevent a potential error pointer dereference The qla4xxxgetepfwdb function is supposed to return NULL on error, but qla4xxxepconnect returns error pointers. Propagating the error pointers will lead to an Oops in t...

5.5CVSS5.6AI score0.00024EPSS
Exploits0References1
OSV
OSV
added 2025/09/05 6:15 p.m.0 views

UBUNTU-CVE-2025-39676

In the Linux kernel, the following vulnerability has been resolved: scsi: qla4xxx: Prevent a potential error pointer dereference The qla4xxxgetepfwdb function is supposed to return NULL on error, but qla4xxxepconnect returns error pointers. Propagating the error pointers will lead to an Oops in t...

5.5CVSS5.9AI score0.00024EPSS
Exploits0References36
OSV
OSV
added 2025/09/05 5:20 p.m.2 views

CVE-2025-39676 scsi: qla4xxx: Prevent a potential error pointer dereference

In the Linux kernel, the following vulnerability has been resolved: scsi: qla4xxx: Prevent a potential error pointer dereference The qla4xxxgetepfwdb function is supposed to return NULL on error, but qla4xxxepconnect returns error pointers. Propagating the error pointers will lead to an Oops in t...

5.5CVSS6AI score0.00024EPSS
Exploits0References13
Cvelist
Cvelist
added 2025/09/05 5:20 p.m.6 views

CVE-2025-39676 scsi: qla4xxx: Prevent a potential error pointer dereference

In the Linux kernel, the following vulnerability has been resolved: scsi: qla4xxx: Prevent a potential error pointer dereference The qla4xxxgetepfwdb function is supposed to return NULL on error, but qla4xxxepconnect returns error pointers. Propagating the error pointers will lead to an Oops in t...

0.00024EPSS
Exploits0References8
Positive Technologies
Positive Technologies
added 2025/08/26 12:0 a.m.2 views

PT-2025-37956

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s drm/xe/vm subsystem. The issue involves a potential dereference of an error pointer during cleanup in the xe vm free scratch function. Clearing any...

5.5CVSS6.1AI score0.00017EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2025/08/12 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2024-36481

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: tracing/probes: fix error check in parsebtffield btffindstructmember might return NULL or an...

5.5CVSS5.7AI score0.00033EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/08 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-23002

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel before 5.16.3, drivers/bluetooth/hciqca.c misinterprets the devmgpiodgetindexoptional return value expects it to be NULL in the error case,...

5.5CVSS6.2AI score0.0006EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2025/07/10 11:23 p.m.1 views

SUSE CVE-2025-38275

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.5AI score0.0007EPSS
Exploits0References22
OSV
OSV
added 2025/07/10 8:15 a.m.8 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.0007EPSS
Exploits0References1
OSV
OSV
added 2025/07/10 8:15 a.m.2 views

DEBIAN-CVE-2025-38275

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.5CVSS5.4AI score0.0007EPSS
Exploits0References1
OSV
OSV
added 2025/07/10 8:15 a.m.0 views

UBUNTU-CVE-2025-38275

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.5CVSS6AI score0.0007EPSS
Exploits0References31
OSV
OSV
added 2025/07/10 8:15 a.m.0 views

UBUNTU-CVE-2025-38269

In the Linux kernel, the following vulnerability has been resolved: btrfs: exit after state insertion failure at btrfsconvertextentbit If insertstate state failed it returns an error pointer and we call extentiotreepanic which will trigger a BUG call. However if CONFIGBUG is disabled, which is an...

5.5CVSS5.9AI score0.00027EPSS
Exploits0References29
OSV
OSV
added 2025/05/20 5:15 p.m.0 views

UBUNTU-CVE-2025-37974

In the Linux kernel, the following vulnerability has been resolved: s390/pci: Fix missing check for zpcicreatedevice error return The zpcicreatedevice function returns an error pointer that needs to be checked before dereferencing it as a struct zpcidev pointer. Add the missing check in clpadd...

5.5CVSS6.2AI score0.00049EPSS
Exploits0References21
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.9 views

CVE-2023-53058 net/mlx5: E-Switch, Fix an Oops in error handling code

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: E-Switch, Fix an Oops in error handling code The error handling dereferences "vport". There is nothing we can do if it is an error pointer except returning the error code...

0.0005EPSS
Exploits0References5
OSV
OSV
added 2025/05/01 2:15 p.m.1 views

DEBIAN-CVE-2025-37792

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: Prevent potential NULL dereference The btrtlinitialize function checks that rtlloadfile either had an error or it loaded a zero length file. However, if it loaded a zero length file then the error code is not se...

5.5CVSS5.7AI score0.00066EPSS
Exploits0References1
Rows per page
Query Builder