Lucene search
+L

1335 matches found

Kitploit
Kitploit
added 2026/08/26 11:42 a.m.3 views

CVE-2025-3102

🔐 CVE-2025-3102 – Bypass dell'autenticazione nel plugin WordPress SureTriggers 🚨 CVE-2025-3102 è una vulnerabilità critica di bypass dell'autenticazione che colpisce il plugin WordPress SureTriggers: All-in-One Automation Platform , installato attivamente su oltre 100.000 siti web. A causa della...

8.1CVSS8.3AI score0.7568EPSS
SaveExploits8
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.7 views

CVE-2026-72339

In the Linux kernel, the following vulnerability has been resolved: qede: fix off-by-one in BD ring consumption on buildskb failure qederxbuildskb and qedetparxbuildskb do not check for a NULL return from qedebuildskb. When it returns NULL under memory pressure, the functions still consume a BD...

9.8CVSS5.6AI score0.00745EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/08/12 12:17 a.m.4 views

CVE-2026-68439

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: fix possible NULL-pointer deref in mt7925mcubsshetlv mt76connacgethephycap routine can theoretically return NULL so check cap pointer before dereferencing it...

5.4AI score0.00156EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/12 12:07 a.m.8 views

CVE-2026-68434

In the Linux kernel, the following vulnerability has been resolved: serial: 8250mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR platforms Commit b1b4efea05a5 "serial: 8250mid: Disable DMA for selected platforms" replaced the dnvboard setup and exit callbacks with PTRIFfalse, ..., whic...

5.4AI score0.00177EPSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2026/08/10 1:20 p.m.6 views

CVE-2026-68334

In the Linux kernel, the following vulnerability has been resolved: rxrpc: fix iothread race in rxrpcwakeupiothread rxrpcwakeupiothread checks local-iothread before waking it, but then reloads the pointer for wakeupprocess. local-iothread is cleared with WRITEONCE when the I/O thread exits, so th...

0.00173EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.6 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: Bluetooth: btusb: mediatek – Fixed a kernel crash that occurred when releasing the mtk iso interface. When performing reset tests and encountering abnormal card drop issues that lead to a kernel crash, it is necessary to perfo...

6AI score0.00189EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/28 5:08 p.m.11 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...

4.7CVSS5.8AI score0.0049EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/27 9:17 p.m.7 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.0049EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/27 12:00 a.m.14 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.5CVSS5.7AI score0.00122EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2026/07/25 8:51 a.m.33 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.14 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.14 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...

5.5CVSS0.00122EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/24 3:23 p.m.23 views

CVE-2026-64212

CVE-2026-64212 concerns the Linux kernel’s iwlwifi driver, where in iwl_mld_remove_link a NULL pointer check was missing before dereferencing link->fw_id. The linked analysis shows the fw_id is saved at function entry, but the link pointer can be NULL when fw_id is stored, risking a use-after-...

5.5CVSS5.8AI score0.00117EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/24 2:15 p.m.15 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.8 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.13 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.0012EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.13 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.5CVSS5.2AI score0.0012EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.18 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.007EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.38 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.007EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/19 3:40 p.m.37 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.007EPSS
SaveExploits0References7Affected Software1
Rows per page
Query Builder