Lucene search
+L

23710 matches found

EUVD
EUVD
added 2026/08/15 5:53 a.m.11 views

EUVD-2026-58891

In the Linux kernel, the following vulnerability has been resolved: spi: uniphier: Fix completion initialization order before devmrequestirq The driver calls devmrequestirq before initializing the completion used by the interrupt handler. Because the interrupt may occur immediately after...

5.5AI score0.00182EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:53 a.m.24 views

CVE-2026-72133

CVE-2026-72133 concerns the Linux kernel SPI uniphier driver. The vulnerability arises because devm_request_irq() could be called before init_completion(), allowing an interrupt to occur and the handler to call complete() on an uninitialized completion, causing undefined behavior (observed with K...

8.4CVSS5.5AI score0.00182EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:53 a.m.9 views

CVE-2026-72133 spi: uniphier: Fix completion initialization order before devm_request_irq()

In the Linux kernel, the following vulnerability has been resolved: spi: uniphier: Fix completion initialization order before devmrequestirq The driver calls devmrequestirq before initializing the completion used by the interrupt handler. Because the interrupt may occur immediately after...

8.4CVSS5.6AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/15 5:52 a.m.8 views

EUVD-2026-59073

In the Linux kernel, the following vulnerability has been resolved: can: bcm: track a single source interface for ANYDEV timeout/throttle ops An ANYDEV rx op ifindex == 0 with an active RX timeout and/or throttle timer has no defined semantics when matching frames arrive from several interfaces:...

5.4AI score0.00295EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:52 a.m.6 views

EUVD-2026-59037

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix use-after-free and double-free in disconnect imspcudisconnect only intended to perform cleanup when the primary control interface is unbound. However, it currently relies on the interface class to distinguish...

5.5AI score0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:52 a.m.11 views

EUVD-2026-59034

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix out-of-bounds read in imspcuirq debug logging The debug logging in imspcuirq unconditionally prints data from pcu-urbinbuf. However, if the interrupt fired for pcu-urbctrl, the actual data resides in...

5.7AI score0.0022EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:52 a.m.25 views

CVE-2026-72076

Summary (CVE-2026-72076): In the Linux kernel driver for ims-pcu, a debugging print in ims_pcu_irq() could read beyond the buffer. When an interrupt was for pcu->urb_ctrl, the actual data lives in pcu->urb_ctrl_buf, but the code unconditionally printed from pcu->urb_in_buf. If urb->ac...

5.7AI score0.0022EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:52 a.m.37 views

CVE-2026-72053

The CVE-2026-72053 entry describes a Linux kernel vulnerability in the ipip driver related to changelink in ipip_changelink(). The issue arises because CAP_NET_ADMIN is checked only against the device’s netns (dev_net(dev)) while a tunnel can reside in a different netns (t->net), allowing a pr...

8.8CVSS5.4AI score0.00164EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:52 a.m.9 views

CVE-2026-72048 ieee802154: ca8210: fix cas_ctl leak on spi_async failure

In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: fix casctl leak on spiasync failure ca8210spitransfer allocates casctl with kzallocobjGFPATOMIC and relies entirely on the SPI completion callback ca8210spitransfercomplete to free it. The spiasync API only...

5.6AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/15 5:52 a.m.6 views

EUVD-2026-59006

In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: fix casctl leak on spiasync failure ca8210spitransfer allocates casctl with kzallocobjGFPATOMIC and relies entirely on the SPI completion callback ca8210spitransfercomplete to free it. The spiasync API only...

5.5AI score0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:52 a.m.7 views

EUVD-2026-59003

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: cn10k: restrict VF LMTLINE sharing to its own PF rvumboxhandlerlmtsttblsetup uses req-basepcifunc as a direct index into the LMT map table to read another function's LMTLINE physical base address and copy it into th...

5.4AI score0.00163EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:52 a.m.30 views

CVE-2026-72045

CVE-2026-72045 : In the Linux kernel (octeontx2-af: cn10k), a VF could access another function’s LMTLINE via rvu_mbox_handler_lmtst_tbl_setup() using base_pcifunc as a direct index into the LMT map. The issue arises because base_pcifunc is not sanitized and is not bounded to the VF’s PF, allowing...

8.8CVSS5.3AI score0.00163EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 5:52 a.m.9 views

CVE-2026-72045 octeontx2-af: cn10k: restrict VF LMTLINE sharing to its own PF

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: cn10k: restrict VF LMTLINE sharing to its own PF rvumboxhandlerlmtsttblsetup uses req-basepcifunc as a direct index into the LMT map table to read another function's LMTLINE physical base address and copy it into th...

8.8CVSS5.5AI score
SaveExploits0References10
OSV
OSV
added 2026/08/15 5:51 a.m.11 views

CVE-2026-68456 usb: atm: ueagle-atm: wait for pre-firmware load in .disconnect()

In the Linux kernel, the following vulnerability has been resolved: usb: atm: ueagle-atm: wait for pre-firmware load in .disconnect ueagle-atm uses the asynchronous requestfirmwarenowait in .probe, but does not wait for its completion, not even in .disconnect; so, if the device is unplugged...

5.4AI score
SaveExploits0References11
CVE
CVE
added 2026/08/15 5:51 a.m.23 views

CVE-2026-68456

CVE-2026-68456 affects the Linux kernel USB device ueagle-atm (atm/UEAGLE) where ueagle-atm uses request_firmware_nowait() in .probe() but does not wait for completion in .disconnect(), allowing a race when the device is unplugged during teardown. The advisory states this can interact with the fi...

5.3AI score0.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.27 views

CVE-2026-68455 liveupdate: validate session type before performing operation

In the Linux kernel, the following vulnerability has been resolved: liveupdate: validate session type before performing operation The sessions ioctls are not applicable to all session types. PRESERVEFD is only applicable to outgoing sessions. RETRIEVEFD and FINISH are only valid for incoming...

0.00155EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/15 4:18 a.m.16 views

CVE-2026-13360

The Cookie Banner for GDPR / CCPA – WPLP Cookie Consent plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'regionArray' parameter in all versions up to, and including, 4.3.5 due to insufficient input sanitization and output escaping. This makes it possible for...

7.2CVSS0.00247EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 3:25 a.m.28 views

CVE-2026-13360 Cookie Banner for GDPR / CCPA <= 4.3.5 - Authenticated (Subscriber+) Stored Cross-Site Scripting via 'regionArray' Parameter

The Cookie Banner for GDPR / CCPA – WPLP Cookie Consent plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'regionArray' parameter in all versions up to, and including, 4.3.5 due to insufficient input sanitization and output escaping. This makes it possible for...

7.2CVSS0.00247EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2026/08/15 3:25 a.m.5 views

CVE-2026-13360 Cookie Banner for GDPR / CCPA <= 4.3.5 - Authenticated (Subscriber+) Stored Cross-Site Scripting via 'regionArray' Parameter

The Cookie Banner for GDPR / CCPA – WPLP Cookie Consent plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'regionArray' parameter in all versions up to, and including, 4.3.5 due to insufficient input sanitization and output escaping. This makes it possible for...

7.2CVSS5.5AI score0.00247EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/08/15 3:25 a.m.10 views

CVE-2026-13360

The Cookie Banner for GDPR / CCPA – WPLP Cookie Consent plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'regionArray' parameter in all versions up to, and including, 4.3.5 due to insufficient input sanitization and output escaping. This makes it possible for...

5.5AI score0.00247EPSS
SaveExploits0References9
Rows per page
Query Builder