Lucene search
+L

394004 matches found

EUVD
EUVD
added yesterday6 views

EUVD-2026-58916

In the Linux kernel, the following vulnerability has been resolved: fpga: dfl: add bounds check in dfhgetparamsize dfhgetparamsize can return a parameter size larger than the feature region because the loop bounds check is evaluated before incrementing size. If the EOP End of Parameters bit is se...

5.4AI score0.00209EPSS
SaveExploits0References5
EUVD
EUVD
added yesterday4 views

EUVD-2026-58915

In the Linux kernel, the following vulnerability has been resolved: net: thunderbolt: Fix frags overflow by bounding framecount tbnetpoll assembles a multi-frame ThunderboltIP packet into one skb. The first frame goes into the skb linear area and every further frame is added as a page fragment...

5.5AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added yesterday13 views

CVE-2026-72157 net: thunderbolt: Fix frags[] overflow by bounding frame_count

In the Linux kernel, the following vulnerability has been resolved: net: thunderbolt: Fix frags overflow by bounding framecount tbnetpoll assembles a multi-frame ThunderboltIP packet into one skb. The first frame goes into the skb linear area and every further frame is added as a page fragment...

0.00209EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-72155

In the Linux kernel, the following vulnerability has been resolved: mtd: spi-nor: swp: Improve locking user experience In the case of the first block being locked or the few first blocks, if the user want to fully unlock the device it has two possibilities: - either it asks to unlock the entire...

5.4AI score0.00215EPSS
SaveExploits0
EUVD
EUVD
added yesterday5 views

EUVD-2026-58914

In the Linux kernel, the following vulnerability has been resolved: fpga: microchip-spi: fix zero headersize OOB read in mpfopsparseheader mpfopsparseheader reads headersize from the bitstream at MPFHEADERSIZEOFFSET 24. When headersize is zero, the expression buf + headersize - 1 reads one byte...

5.7AI score0.00215EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added yesterday6 views

CVE-2026-72154

In the Linux kernel, the following vulnerability has been resolved: openrisc: Fix jumplabel smp syncing The original commit 8c30b0018f9d "openrisc: Add jump label support" copies from arm64 and does not properly consider how icache invalidation on remote cores works in OpenRISC. On OpenRISC remot...

5.8AI score0.00206EPSS
SaveExploits0
EUVD
EUVD
added yesterday3 views

EUVD-2026-58893

In the Linux kernel, the following vulnerability has been resolved: tpm: Make the TPM character devices non-seekable The TPM character devices expose a sequential command/response interface, but their open handlers leave FMODEPREAD and FMODEPWRITE enabled. After a command leaves a response pendin...

5.7AI score0.0022EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-72134

In the Linux kernel, the following vulnerability has been resolved: spi: imx: reconfigure for PIO when DMA cannot be started When spiimxcandma selects DMA, the ECSPI is configured for DMA: spiimxsetupxfer sets CTRL.SMC and clears dynamicburst, and spiimxdmatransfer programs the dynamic-burst...

5.4AI score0.00198EPSS
SaveExploits0
Cvelist
Cvelist
added yesterday16 views

CVE-2026-72130 nvmet-auth: reject short AUTH_RECEIVE buffers

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: reject short AUTHRECEIVE buffers nvmetexecuteauthreceive trusts the AUTHRECEIVE allocation length after checking only that it is nonzero and matches the transfer length. In the SUCCESS1 and FAILURE1/default states, th...

0.0025EPSS
SaveExploits0References4
CVE
CVE
added yesterday13 views

CVE-2026-72130

Technical details are not publicly available in the provided documents. Monitor for updates from vendors and security bulletins.

5.8AI score0.0025EPSS
SaveExploits0References4
EUVD
EUVD
added yesterday7 views

EUVD-2026-58888

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: reject short AUTHRECEIVE buffers nvmetexecuteauthreceive trusts the AUTHRECEIVE allocation length after checking only that it is nonzero and matches the transfer length. In the SUCCESS1 and FAILURE1/default states, th...

5.8AI score0.0025EPSS
SaveExploits0References4
EUVD
EUVD
added yesterday4 views

EUVD-2026-58887

In the Linux kernel, the following vulnerability has been resolved: nvmet-rdma: handle inline data with a nonzero offset nvmetrdmauseinlinesg maps the host-controlled inline data offset into the per-command inline scatterlist. The bounds check admits any offset with off + len offset = off;...

5.4AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added yesterday19 views

CVE-2026-72119 can: bcm: extend bcm_tx_lock usage for data and timer updates

In the Linux kernel, the following vulnerability has been resolved: can: bcm: extend bcmtxlock usage for data and timer updates Stage new CAN frame content for an existing tx op into a kmalloc'd buffer and validate it there, mirroring the approach already used in bcmrxsetup. Only copy the validat...

0.00209EPSS
SaveExploits0References5
EUVD
EUVD
added yesterday8 views

EUVD-2026-58877

In the Linux kernel, the following vulnerability has been resolved: can: bcm: extend bcmtxlock usage for data and timer updates Stage new CAN frame content for an existing tx op into a kmalloc'd buffer and validate it there, mirroring the approach already used in bcmrxsetup. Only copy the validat...

5.4AI score0.00209EPSS
SaveExploits0References5
CVE
CVE
added yesterday11 views

CVE-2026-72119

CVE-2026-72119 affects the Linux kernel CAN BCM subsystem. The root cause is unsafe updates to CAN frame data during transmission timing, risking partial/unvalidated frames observed by bcm_can_tx() or bcm_tx_timeout_handler(). The fix stages new CAN frame content into a kmalloc() buffer, validate...

5.3AI score0.00209EPSS
SaveExploits0References5
EUVD
EUVD
added yesterday4 views

EUVD-2026-59072

In the Linux kernel, the following vulnerability has been resolved: can: bcm: validate frame length in bcmrxsetup for RTR replies bcmtxsetup validates cf-len against the CAN/CAN FD DLC limits before installing frames for TXSETUP, but bcmrxsetup never did the same for the RTR-reply frame configure...

5.3AI score0.00209EPSS
SaveExploits0References5
CVE
CVE
added yesterday11 views

CVE-2026-72114

Summary: CVE-2026-72114 concerns the Linux kernel CAN BCM code. The issue is that bcm_rx_setup() did not validate the frame length for RTR-reply frames configured via RX_SETUP with RX_RTR_FRAME, while bcm_tx_setup() already validated length against CAN/CAN FD DLC limits during TX_SETUP. Impact (a...

5.3AI score0.00209EPSS
SaveExploits0References5
EUVD
EUVD
added yesterday5 views

EUVD-2026-59065

In the Linux kernel, the following vulnerability has been resolved: dm era: fix out-of-bounds memory access for non-zero start sector dm-era tracks writes in target-relative blocks, but eramap calculates the writeset block before applying the target offset. Tables with a non-zero start sector can...

5.4AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added yesterday13 views

CVE-2026-72106 dm-ioctl: fix a possible overflow in list_version_get_info

In the Linux kernel, the following vulnerability has been resolved: dm-ioctl: fix a possible overflow in listversiongetinfo sizeoftt-version is 12 bytes, but the code writes 16 bytes into the output buffer - info-vers-version0, info-vers-version1, info-vers-version2 and info-vers-next. This can...

0.00226EPSS
SaveExploits0References5
EUVD
EUVD
added yesterday3 views

EUVD-2026-59064

In the Linux kernel, the following vulnerability has been resolved: dm-ioctl: fix a possible overflow in listversiongetinfo sizeoftt-version is 12 bytes, but the code writes 16 bytes into the output buffer - info-vers-version0, info-vers-version1, info-vers-version2 and info-vers-next. This can...

5.8AI score0.00226EPSS
SaveExploits0References5
Rows per page
Query Builder