Lucene search
+L

1328 matches found

SUSE CVE
SUSE CVE
added 2026/07/28 5:8 p.m.7 views

SUSE CVE-2026-64545

In the Linux kernel, the following vulnerability has been resolved: net, bpf: check master for NULL in xdpmasterredirect xdpmasterredirect dereferences the result of netdevmasterupperdevgetrcu without a NULL check, but that helper returns NULL when the receiving device has no upper-master...

7.5CVSS5.8AI score0.00496EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/27 9:17 p.m.4 views

UBUNTU-CVE-2026-64545

In the Linux kernel, the following vulnerability has been resolved: net, bpf: check master for NULL in xdpmasterredirect xdpmasterredirect dereferences the result of netdevmasterupperdevgetrcu without a NULL check, but that helper returns NULL when the receiving device has no upper-master...

7.5CVSS5.7AI score0.00496EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/27 12:0 a.m.6 views

UBUNTU-CVE-2026-64227

In the Linux kernel, the following vulnerability has been resolved: ACPI: driver: Check ACPICOMPANION against NULL during probe Since every platform driver can be forced to match a device that doesn't match its list of device IDs because of devicematchdriveroverride, platform drivers that rely on...

5.7AI score0.00168EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/07/25 8:51 a.m.26 views

CVE-2026-64480 ALSA: ice1712: check snd_ctl_new1() return value

In the Linux kernel, the following vulnerability has been resolved: ALSA: ice1712: check sndctlnew1 return value sndctlnew1 can return NULL when memory allocation fails. The ice1712 driver calls sndctlnew1 without checking the return value before dereferencing the pointer in multiple places...

0.00181EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:49 a.m.8 views

EUVD-2026-48869

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921/mt7925: fix NULL dereference in CSA beacon This patch is based on a BUG as reported by Bongani Hlope at https://lore.kernel.org/all/[email protected]/ When a channel-switch...

5.8AI score0.00189EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/24 4:16 p.m.10 views

CVE-2026-64227

In the Linux kernel, the following vulnerability has been resolved: ACPI: driver: Check ACPICOMPANION against NULL during probe Since every platform driver can be forced to match a device that doesn't match its list of device IDs because of devicematchdriveroverride, platform drivers that rely on...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/24 3:23 p.m.12 views

CVE-2026-64212

In the Linux kernel, the WiFi driver iwlwifi/mld contains a use-after-free-like issue in iwl_mld_remove_link: link->fw_id was saved at the start but the pointer could be NULL when storing it, and the pointer is not checked after the link is freed. The fix frees the link at the end of the funct...

5.8AI score0.00166EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/24 2:15 p.m.12 views

ImageMagick: Heap-use-after-free via XMP profile could result in a crash

Because of a missing null check when parsing an XMP profile a use after free will happen that might result in a crash...

5.8AI score
SaveExploits0References3Affected Software17
OSV
OSV
added 2026/07/24 2:15 p.m.5 views

GHSA-QH5G-Q395-CX4J ImageMagick: Heap-use-after-free via XMP profile could result in a crash

Because of a missing null check when parsing an XMP profile a use after free will happen that might result in a crash...

3.7CVSS5.8AI score0.00266EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 3:40 p.m.11 views

EUVD-2026-45851

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Check for NULL FF-A ID table while driver registration The bus match callback assumes that every FF-A driver provides an idtable and dereferences it unconditionally. Enforce that contract at registration time so...

5.4AI score0.00168EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.9 views

CVE-2026-64166

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Check for NULL FF-A ID table while driver registration The bus match callback assumes that every FF-A driver provides an idtable and dereferences it unconditionally. Enforce that contract at registration time so...

5.2AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.8 views

CVE-2026-64116

In the Linux kernel, the following vulnerability has been resolved: ipv6: ioam: add NULL check for idev in ipv6hopioam Reported by Sashiko: The function ipv6hopioam accesses in6devgetskb-dev-cnf.ioam6enabled without validating the returned idev pointer. Because addrconfifdown can concurrently cle...

7.5CVSS5.2AI score0.00511EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 3:40 p.m.21 views

CVE-2026-64116

Summary: CVE-2026-64116 fixes a NULL pointer dereference in the Linux kernel IOAM path for IPv6 Hop-by-Hop processing. What was affected: The function ipv6_hop_ioam() could read __in6_dev_get(skb->dev)->cnf.ioam6_enabled without validating the returned idev pointer. During interface teardow...

7.5CVSS5.3AI score0.00511EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.34 views

CVE-2026-64116 ipv6: ioam: add NULL check for idev in ipv6_hop_ioam()

In the Linux kernel, the following vulnerability has been resolved: ipv6: ioam: add NULL check for idev in ipv6hopioam Reported by Sashiko: The function ipv6hopioam accesses in6devgetskb-dev-cnf.ioam6enabled without validating the returned idev pointer. Because addrconfifdown can concurrently cle...

7.5CVSS0.00511EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/19 11:59 a.m.36 views

CVE-2026-53382 media: vidtv: fix NULL pointer dereference in vidtv_mux_push_si

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: fix NULL pointer dereference in vidtvmuxpushsi syzbot reported a general protection fault in vidtvpsitspsiwriteinto 1. vidtvmuxgetpidctx can return NULL, but vidtvmuxpushsi does not check for this before dereferenci...

0.00132EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.10 views

PT-2026-61483

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the arm ffa firmware component where the bus match callback unconditionally dereferences the id table of FF-A drivers. Because the system assumes every driver provides...

5.2AI score0.00168EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.18 views

PT-2026-61090

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists in the vcs write function. When the console lock is temporarily released to copy data from userspace, the vc data pointer obtained from vcs vc can become stale. I...

9.8CVSS5.2AI score0.00517EPSS
SaveExploits0References82
NVD
NVD
added 2026/07/17 11:17 a.m.9 views

CVE-2026-8075

Mattermost Desktop App versions =6.2 5.5.13 6.0.2.0 fail to properly null check when checking for headers in the Mattermost Desktop App which allows any user to crash another channel members Desktop App via posting a malicious link with an embedded image that misses one of those headers. Mattermo...

6.5CVSS0.0024EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/17 10:5 a.m.41 views

CVE-2026-8075 Posting a malicious markdown image crashes the Mattermost Desktop App

Mattermost Desktop App versions =6.2 5.5.13 6.0.2.0 fail to properly null check when checking for headers in the Mattermost Desktop App which allows any user to crash another channel members Desktop App via posting a malicious link with an embedded image that misses one of those headers. Mattermo...

6.5CVSS0.0024EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/16 7:16 p.m.8 views

CVE-2026-53536

Activepieces is an open source AI workflow automation platform. Prior to 0.83.0, the /v1/step-files/signed download endpoint verified the supplied JWT against the shared signing secret but did not check the token's audience, and combined with a missing null-check on the decoded fileId, this allow...

5.3CVSS0.00184EPSS
SaveExploits0References4
Rows per page
Query Builder