Lucene search
+L

2309 matches found

Positive Technologies
Positive Technologies
added 2026/07/24 12:0 a.m.17 views

PT-2026-64330

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A NULL pointer dereference can occur in the drm/msm/a6xx component when the kzalloc function fails to allocate memory. This happens because the return value of kzalloc is not properly...

5.8AI score0.00108EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/24 12:0 a.m.25 views

PT-2026-64349

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A potential NULL pointer dereference exists in the dma handle rx function. This occurs because the system fails to check for the failure of the dma alloc coherent function, which is used...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0
SUSE Linux
SUSE Linux
added 2026/07/22 6:53 p.m.7 views

Security update for GraphicsMagick

This update for GraphicsMagick fixes the following issue CVE-2026-61870: Memory leak in VIFF encoder when allocation fails bsc1271293. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternatively you can run...

2.9CVSS5.2AI score0.00191EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/22 6:53 p.m.6 views

SUSE-SU-2026:3201-1 Security update for GraphicsMagick

This update for GraphicsMagick fixes the following issue - CVE-2026-61870: Memory leak in VIFF encoder when allocation fails bsc1271293...

7.5CVSS5.3AI score0.00191EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/21 12:58 p.m.7 views

SUSE CVE-2026-64173

In the Linux kernel, the following vulnerability has been resolved: tracing: Do not call map-ops-eltfree if eltalloc fails In paths where tracingmapeltalloc failed to allocate objects, the map-ops-eltalloc call was never successful. In this case, map-ops-eltfree should not be called...

5.5CVSS5.2AI score0.00114EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/21 11:11 a.m.14 views

CVE-2026-63973

A flaw was found in the Linux kernel's mana network driver. During certain error handling scenarios, specifically when network queue allocation fails, the driver attempts to access memory that has already been freed. This can lead to a NULL pointer dereference, causing the system to crash and...

5.5CVSS5.4AI score0.00206EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/20 4:27 p.m.8 views

CVE-2026-64192 bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitialized

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject BPFMAPTYPEINODESTORAGE creation if BPF LSM is uninitialized When CONFIGBPFLSM=y is set, BPF inode storage maps BPFMAPTYPEINODESTORAGE are compiled into the kernel. However, if the BPF LSM is not explicitly enabled at...

5.3AI score
SaveExploits0References8
SUSE Linux
SUSE Linux
added 2026/07/20 1:56 p.m.8 views

Security update for python311

This update for python311 fixes the following issues CVE-2026-1502: CR/LF bytes not rejected by HTTP client proxy tunnel headers or host bsc1261969. CVE-2026-4786: URLs containing %action can bypass mitigation that allows command injection via the webbrowser.open API bsc1262319. CVE-2026-6019: HT...

9.1CVSS6.8AI score0.00579EPSS
SaveExploits1References16
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-63880

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: drm/amdgpu: fix lock leak on ENOMEM in AMDGPUGEMOPGETMAPPINGINFO The AMDGPUGEMOPGETMAPPINGIN...

5.3AI score0.00198EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.10 views

CVE-2026-64173

In the Linux kernel, the following vulnerability has been resolved: tracing: Do not call map-ops-eltfree if eltalloc fails In paths where tracingmapeltalloc failed to allocate objects, the map-ops-eltalloc call was never successful. In this case, map-ops-eltfree should not be called...

5.5CVSS0.00114EPSS
SaveExploits0References8
NVD
NVD
added 2026/07/19 4:17 p.m.10 views

CVE-2026-63991

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: check skbclone return value in sendmcastpkt The skbclone function can return NULL if memory allocation fails. sendmcastpkt calls skbclone without checking the return value, which can lead to a NULL pointer...

0.00177EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 3:40 p.m.25 views

CVE-2026-64173

Technical details for CVE-2026-64173 are not publicly provided in the supplied documents. Monitor for updates.

5.5CVSS5.3AI score0.00114EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.15 views

CVE-2026-64173

In the Linux kernel, the following vulnerability has been resolved: tracing: Do not call map-ops-eltfree if eltalloc fails In paths where tracingmapeltalloc failed to allocate objects, the map-ops-eltalloc call was never successful. In this case, map-ops-eltfree should not be called...

5.5CVSS5.2AI score0.00114EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 3:40 p.m.29 views

CVE-2026-64120 net: ethtool: fix NULL pointer dereference in phy_reply_size

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix NULL pointer dereference in phyreplysize In phypreparedata, several strings such as 'name', 'drvname', 'upstreamsfpname', and 'downstreamsfpname' are allocated using kstrdup. However, these allocations were not...

5.5AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.20 views

CVE-2026-64098

In the Linux kernel, the following vulnerability has been resolved: drm/virtio: use uninterruptible resv lock for plane updates virtiogpucursorplaneupdate and virtiogpuresourceflush lock the framebuffer BO's dmaresv via virtiogpuarraylockresv and ignore its return value. The function can fail wit...

7.8CVSS5.2AI score0.00113EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 3:40 p.m.9 views

EUVD-2026-45783

In the Linux kernel, the following vulnerability has been resolved: drm/virtio: use uninterruptible resv lock for plane updates virtiogpucursorplaneupdate and virtiogpuresourceflush lock the framebuffer BO's dmaresv via virtiogpuarraylockresv and ignore its return value. The function can fail wit...

5.3AI score0.00113EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/19 2:56 p.m.12 views

CVE-2026-63999

In the Linux kernel, the following vulnerability has been resolved: ethtool: rss: fix indirtable and hkey leak on getrxfh failure rssprepareget allocates the indirection table and hash key buffer via rssgetdataalloc, then calls ops-getrxfh to populate them. If getrxfh fails, the function returns ...

5.4AI score0.00166EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 2:56 p.m.26 views

CVE-2026-63991

The CVE CVE-2026-63991 concerns the Linux kernel Bluetooth 6lowpan path. The issue: skb_clone() may return NULL on allocation failure, and send_mcast_pkt() did not check this, risking a NULL pointer dereference in send_pkt() when dereferencing skb->data. The connected records indicate a fix wa...

5.4AI score0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 2:56 p.m.11 views

EUVD-2026-45564

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: check skbclone return value in sendmcastpkt The skbclone function can return NULL if memory allocation fails. sendmcastpkt calls skbclone without checking the return value, which can lead to a NULL pointer...

5.4AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 2:56 p.m.8 views

CVE-2026-63991 Bluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: check skbclone return value in sendmcastpkt The skbclone function can return NULL if memory allocation fails. sendmcastpkt calls skbclone without checking the return value, which can lead to a NULL pointer...

5.3AI score
SaveExploits0References11
Rows per page
Query Builder