Lucene search
+L

491 matches found

RedhatCVE
RedhatCVE
added 2025/05/22 3:16 p.m.8 views

CVE-2020-1877

NIP6800;Secospace USG6600;USG9500 with versions of V500R001C30; V500R001C60SPC500; V500R005C00SPC100 have an invalid pointer access vulnerability. The software system access an invalid pointer when administrator log in to the device and performs some operations. Successful exploit could cause...

4.9CVSS6.8AI score0.002EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/22 3:16 p.m.10 views

CVE-2020-1874

NIP6800;Secospace USG6600;USG9500 products versions of V500R001C30; V500R001C60SPC500; V500R005C00SPC100 have a invalid pointer access vulnerability. The software system access an invalid pointer when operator logs in to the device and performs some operations. Successful exploit could cause...

5.5CVSS6.8AI score0.00199EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/22 10:25 a.m.11 views

CVE-2019-10513

Possibility of Null pointer access if the SPDM commands are executed in the non-standard way in Trustzone in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer Electronics Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon...

5.5CVSS7.5AI score0.00185EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 10:25 a.m.10 views

CVE-2019-10616

Possibility of null pointer access if the SPDM commands are executed in the non-standard way in TZ. in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer Electronics Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon Mobile,...

5.5CVSS7.5AI score0.00185EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 8:7 a.m.11 views

CVE-2019-14215

An issue was discovered in Foxit PhantomPDF before 8.3.11. The application could crash when calling xfa.event.rest XFA JavaScript due to accessing a wild pointer...

7.5CVSS6.8AI score0.01597EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/05/22 12:0 a.m.11 views

PT-2025-22512 · Sandboxie · Sandboxie

Name of the Vulnerable Software and Affected Versions: Sandboxie versions 1.3.0 through 1.15.12 Description: The issue arises from the failure of Api SetSecureParam to sanitize incoming pointers, implicitly trusting the pointer passed by the user as safe to read from. This allows SetRegValue to...

5.5CVSS6.4AI score0.00189EPSS
SaveExploits1References5
Tenable Nessus
Tenable Nessus
added 2025/05/13 12:0 a.m.8 views

Adobe Bridge 14.x < 14.1.7 / 15.x < 15.0.4 Multiple Vulnerabilities (APSB25-44)

The version of Adobe Bridge installed on the remote Windows host is prior to 14.1.7 or 15.0.4. It is, therefore, affected by multiple vulnerabilities as referenced in the apsb25-44 advisory. - Bridge versions 15.0.3, 14.1.6 and earlier are affected by an Integer Overflow or Wraparound vulnerabili...

7.8CVSS6.5AI score0.00273EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/05/09 12:0 a.m.5 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 the Linux kernel that stems from the amdkfd driver not properly handling the hanghws debugging interface under the MES path, which could lead...

5.5CVSS6.5AI score0.00229EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/05/08 12:0 a.m.5 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 the Linux kernel that stems from a null pointer access that could cause the kernel to crash...

5.5CVSS6.4AI score0.00167EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/05/04 4:46 p.m.21 views

CVE-2023-53124

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix NULL pointer access in mpt3sastransportportadd Port is allocated by sasportallocnum and rphy is allocated by either sasenddevicealloc or sasexpanderalloc, all of which may return NULL. So we need to check the...

5.5CVSS6.9AI score0.00164EPSS
SaveExploits0References4
NVD
NVD
added 2025/05/02 4:15 p.m.9 views

CVE-2023-53124

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix NULL pointer access in mpt3sastransportportadd Port is allocated by sasportallocnum and rphy is allocated by either sasenddevicealloc or sasexpanderalloc, all of which may return NULL. So we need to check the...

5.5CVSS0.00164EPSS
SaveExploits0References6
CVE
CVE
added 2025/05/02 3:56 p.m.121 views

CVE-2023-53124

VULNERABILITY SUMMARY: CVE-2023-53124 fixes a NULL pointer dereference in the Linux kernel SCSI driver mpt3sas during transport_port_add. The port is created by sas_port_alloc_num() and rphy by sas_end_device_alloc() or sas_expander_alloc(), any of which may return NULL, and the code would access...

5.5CVSS6.5AI score0.00164EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2025/05/02 3:56 p.m.15 views

CVE-2023-53124 scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add()

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix NULL pointer access in mpt3sastransportportadd Port is allocated by sasportallocnum and rphy is allocated by either sasenddevicealloc or sasexpanderalloc, all of which may return NULL. So we need to check the...

0.00164EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/04/02 1:29 p.m.5 views

SUSE CVE-2025-21918

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: Fix NULL pointer access Resources should be released only after all threads that utilize them have been destroyed. This commit ensures that resources are not released prematurely by waiting for the associated...

5.5CVSS7.7AI score0.00191EPSS
SaveExploits0References15
NVD
NVD
added 2025/04/01 4:15 p.m.18 views

CVE-2025-21918

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: Fix NULL pointer access Resources should be released only after all threads that utilize them have been destroyed. This commit ensures that resources are not released prematurely by waiting for the associated...

5.5CVSS0.00191EPSS
SaveExploits0References6
CVE
CVE
added 2025/04/01 3:40 p.m.126 views

CVE-2025-21918

CVE-2025-21918 is a Linux kernel vulnerability described in connected Azure Linux advisory: usb: typec: ucsi: Fix NULL pointer access. The issue arises from premature resource release; the fix ensures resources are freed only after the associated workqueue completes, preventing NULL-pointer acces...

5.5CVSS7.2AI score0.00191EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/04/01 3:40 p.m.8 views

CVE-2025-21918

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: Fix NULL pointer access Resources should be released only after all threads that utilize them have been destroyed. This commit ensures that resources are not released prematurely by waiting for the associated...

5.5CVSS5.6AI score0.00191EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/03/31 12:0 a.m.20 views

Amazon Linux 2023 : xorg-x11-server-Xwayland, xorg-x11-server-Xwayland-devel (ALAS2023-2025-895)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2025-895 advisory. A use-after-free flaw was found in X.Org and Xwayland. The root cursor is referenced in the X server as a global variable. If a client frees the root cursor, the internal reference points to...

7.8CVSS7.8AI score0.00435EPSS
SaveExploits0References18
Tenable Nessus
Tenable Nessus
added 2025/03/31 12:0 a.m.15 views

Amazon Linux 2023 : xorg-x11-server-common, xorg-x11-server-devel, xorg-x11-server-source (ALAS2023-2025-892)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2025-892 advisory. A use-after-free flaw was found in X.Org and Xwayland. The root cursor is referenced in the X server as a global variable. If a client frees the root cursor, the internal reference points to...

7.8CVSS7.8AI score0.00435EPSS
SaveExploits0References18
NVD
NVD
added 2025/03/27 5:15 p.m.10 views

CVE-2023-52984

In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices The probe function is only used for the DP83822 PHY, leaving the private data pointer uninitialized for the smaller DP83825/26 models. While all uses of the...

5.5CVSS0.00246EPSS
SaveExploits0References4
Rows per page
Query Builder