Lucene search
+L

1797 matches found

OSV
OSV
added 2025/05/20 5:9 p.m.11 views

CVE-2025-37986 usb: typec: class: Invalidate USB device pointers on partner unregistration

In the Linux kernel, the following vulnerability has been resolved: usb: typec: class: Invalidate USB device pointers on partner unregistration To avoid using invalid USB device pointers after a Type-C partner disconnects, this patch clears the pointers upon partner unregistration. This ensures a...

6.5AI score
SaveExploits0References6
OSV
OSV
added 2025/05/20 4:15 p.m.12 views

AZL-70376 CVE-2025-37903 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix slab-use-after-free in hdcp The HDCP code in amdgpudmhdcp.c copies pointers to amdgpudmconnector objects without incrementing the kref reference counts. When using a USB-C dock, and the dock is unplugged, the...

7.8CVSS6.8AI score0.00181EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/20 4:15 p.m.8 views

DEBIAN-CVE-2025-37903

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix slab-use-after-free in hdcp The HDCP code in amdgpudmhdcp.c copies pointers to amdgpudmconnector objects without incrementing the kref reference counts. When using a USB-C dock, and the dock is unplugged, the...

7.8CVSS6AI score0.00181EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/20 3:21 p.m.15 views

CVE-2025-37903 drm/amd/display: Fix slab-use-after-free in hdcp

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix slab-use-after-free in hdcp The HDCP code in amdgpudmhdcp.c copies pointers to amdgpudmconnector objects without incrementing the kref reference counts. When using a USB-C dock, and the dock is unplugged, the...

7.8CVSS6.4AI score
SaveExploits0References9
CNNVD
CNNVD
added 2025/05/20 12:0 a.m.6 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 failure to check for VF VSI pointers in the icevcaddfdirfltr function, which could result in a null pointe...

5.5CVSS6.9AI score0.00176EPSS
SaveExploits0References7
CNVD
CNVD
added 2025/05/20 12:0 a.m.7 views

Adobe Animate Access to Uninitialized Pointers Vulnerability (CNVD-2025-10666)

Adobe Animate is a set of Flash animation software from the American company Audobee Adobe. Adobe Animate suffers from an access to uninitialized pointers vulnerability that can be exploited by an attacker to execute arbitrary code...

7.8CVSS7.7AI score0.00256EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/05/20 12:0 a.m.8 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 uninitialized irig and dcf pointers in the ptpocp module, which could lead to null pointer dereferences...

5.5CVSS7.4AI score0.00174EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/05/20 12:0 a.m.6 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 uninitialized register pointers, which could lead to null pointer dereferences...

5.5CVSS6.9AI score0.00164EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.16 views

kernel: ntb: intel: Fix the NULL vs IS_ERR() bug for debugfs_create_dir()

REJECTED CVE In the Linux kernel, the following vulnerability has been resolved: ntb: intel: Fix the NULL vs ISERR bug for debugfscreatedir The debugfscreatedir function returns error pointers. It never returns NULL. So use ISERR to check it...

6.4AI score
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/05/13 12:0 a.m.10 views

SUSE SLED15: augeas / augeas-bash-completion / augeas-devel / augeas-devel-32bit / etc (SUSE-SU-2025:1534-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2025:1534-1 advisory. - CVE-2025-2588: Check for NULL pointers when calling recaseexpand in function faexpandnocase. bsc1239909...

4.8CVSS5.8AI score0.00247EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2025/05/13 12:0 a.m.10 views

Adobe Animate 缓冲区错误漏洞

Adobe Animate is a set of Flash animation software from the American company Audobee Adobe. Adobe Animate suffers from an access to uninitialized pointers vulnerability that can be exploited by an attacker to execute arbitrary code...

7.8CVSS7.3AI score0.00256EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/05/13 12:0 a.m.6 views

PT-2025-20990 · Microsoft · Office Excel

Name of the Vulnerable Software and Affected Versions: Microsoft Office Excel affected versions not specified Description: The issue is related to the release of an invalid pointer or reference in Microsoft Office Excel, allowing an unauthorized attacker to execute code locally. This can be...

7.8CVSS9.3AI score0.00501EPSS
SaveExploits0References11
SUSE Linux
SUSE Linux
added 2025/05/12 4:1 p.m.2 views

Security update for augeas

This update for augeas fixes the following issues: CVE-2025-2588: Check for NULL pointers when calling recaseexpand in function faexpandnocase. bsc1239909 Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch"...

4.8CVSS4.3AI score0.00247EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
added 2025/05/08 11:40 a.m.8 views

SUSE CVE-2025-37809

In the Linux kernel, the following vulnerability has been resolved: usb: typec: class: Fix NULL pointer access Concurrent calls to typecpartnerunlinkdevice can lead to a NULL pointer dereference. This patch adds a mutex to protect USB device pointers and prevent this issue. The same mutex protect...

5.5CVSS7.6AI score0.0019EPSS
SaveExploits0References16
OSV
OSV
added 2025/05/08 7:15 a.m.2 views

DEBIAN-CVE-2025-37809

In the Linux kernel, the following vulnerability has been resolved: usb: typec: class: Fix NULL pointer access Concurrent calls to typecpartnerunlinkdevice can lead to a NULL pointer dereference. This patch adds a mutex to protect USB device pointers and prevent this issue. The same mutex protect...

5.5CVSS5.5AI score0.0019EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/05/08 12:0 a.m.9 views

PT-2025-20338

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue concerns a NULL pointer access in the Linux kernel's USB Type-C class driver. Concurrent calls to the typec partner unlink device function can lead to a NULL pointer dereferenc...

5.5CVSS6.6AI score0.0019EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/05/07 2:12 a.m.6 views

SUSE CVE-2024-58237

In the Linux kernel, the following vulnerability has been resolved: bpf: consider that tail calls invalidate packet pointers Tail-called programs could execute any of the helpers that invalidate packet pointers. Hence, conservatively assume that each tail call invalidates packet pointers. Making...

5.5CVSS7.7AI score0.00184EPSS
SaveExploits0References16
Positive Technologies
Positive Technologies
added 2025/05/06 12:0 a.m.6 views

PT-2025-39406

Name of the Vulnerable Software and Affected Versions libxslt affected versions not specified Description A use-after-free issue exists in libxslt during the parsing of xsl nodes. This can result in the dereference of expired pointers, potentially causing application crashes. Recommendations At t...

5.5CVSS6.5AI score0.00161EPSS
SaveExploits0References146
OSV
OSV
added 2025/05/05 3:15 p.m.8 views

AZL-69932 CVE-2024-58237 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: consider that tail calls invalidate packet pointers Tail-called programs could execute any of the helpers that invalidate packet pointers. Hence, conservatively assume that each tail call invalidates packet pointers. Making...

7.8CVSS6.7AI score0.00184EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/05 3:15 p.m.23 views

CVE-2024-58237

In the Linux kernel, the following vulnerability has been resolved: bpf: consider that tail calls invalidate packet pointers Tail-called programs could execute any of the helpers that invalidate packet pointers. Hence, conservatively assume that each tail call invalidates packet pointers. Making...

7.8CVSS0.00184EPSS
SaveExploits0References3
Rows per page
Query Builder