Lucene search
+L

599545 matches found

OSV
OSV
added 5 days ago3 views

CVE-2026-72146 dmaengine: sh: rz-dmac: Move interrupt request after everything is set up

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sh: rz-dmac: Move interrupt request after everything is set up Once the interrupt is requested, the interrupt handler may run immediately. Since the IRQ handler can access channel-chbase, which is initialized only afte...

8.4CVSS5.5AI score
SaveExploits0References10
Cvelist
Cvelist
added 5 days ago21 views

CVE-2026-72146 dmaengine: sh: rz-dmac: Move interrupt request after everything is set up

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sh: rz-dmac: Move interrupt request after everything is set up Once the interrupt is requested, the interrupt handler may run immediately. Since the IRQ handler can access channel-chbase, which is initialized only afte...

8.4CVSS0.0018EPSS
SaveExploits0References7
Cvelist
Cvelist
added 5 days ago24 views

CVE-2026-72122 can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure

In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix lockless bound/ifindex race and silent RXSETUP failure bcmsendmsg reads bo-ifindex and checks bo-bound before taking locksock, while bcmnotify, bcmconnect and bcmrelease all mutate both fields under that same lock...

7.3CVSS0.0016EPSS
SaveExploits0References8
EUVD
EUVD
added 5 days ago5 views

EUVD-2026-58879

In the Linux kernel, the following vulnerability has been resolved: can: bcm: add locking when updating filter and timer values KCSAN detected a simultaneous access to timer values that can be overwritten in bcmrxsetup when updating timer and filter content while bcmrxhandler, bcmrxtimeouthandler...

5.8AI score0.00333EPSS
SaveExploits0References5
CVE
CVE
added 5 days ago18 views

CVE-2026-72107

Summary (CVE-2026-72107) In the Linux kernel, the vulnerability is in the dm-era code path where writes are tracked in target-relative blocks. The root cause is that era_map() calculates the writeset block before applying the target offset, allowing a non-zero start sector to pass an absolute map...

8.8CVSS5.3AI score0.00632EPSS
SaveExploits0References8
OSV
OSV
added 5 days ago3 views

CVE-2026-72107 dm era: fix out-of-bounds memory access for non-zero start sector

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...

8.8CVSS5.5AI score
SaveExploits0References11
CVE
CVE
added 5 days ago20 views

CVE-2026-72095

The CVE-2026-72095 issue affects the Linux kernel dma_fence_dedup_array() function, which incorrectly returned 1 for a 0-length input, contradicting the documented contract. The bug could allow a zero local count path to reach a dedup call and dereference an uninitialized fence slot (notably in a...

7.8CVSS5.3AI score0.00161EPSS
SaveExploits0References3
OSV
OSV
added 5 days ago5 views

CVE-2026-72063 gpio: tegra: do not call pinctrl for GPIO direction

In the Linux kernel, the following vulnerability has been resolved: gpio: tegra: do not call pinctrl for GPIO direction tegragpiodirectioninput and tegragpiodirectionoutput already program the GPIO controller direction registers directly. The additional pinctrlgpiodirectioninput/output calls do n...

5.6AI score
SaveExploits0References8
Cvelist
Cvelist
added 5 days ago22 views

CVE-2026-72049 ieee802154: admin-gate legacy LLSEC dump operations

In the Linux kernel, the following vulnerability has been resolved: ieee802154: admin-gate legacy LLSEC dump operations In net/ieee802154/netlink.c, the legacy IEEE802154NL family ops table builds the LLSEC dump entries LLSECLISTKEY, LLSECLISTDEV, LLSECLISTDEVKEY, LLSECLISTSECLEVEL with...

7.1CVSS0.0016EPSS
SaveExploits0References8
Cvelist
Cvelist
added 5 days ago21 views

CVE-2026-68474 powerpc/spufs: fix out-of-bounds access in spufs_mem_mmap_access()

In the Linux kernel, the following vulnerability has been resolved: powerpc/spufs: fix out-of-bounds access in spufsmemmmapaccess spufsmemmmapaccess computes the local store offset as address - vma-vmstart, but bounds-checks it against vma-vmend instead of the local store size. On 64-bit, offset ...

7.8CVSS0.00164EPSS
SaveExploits0References8
OSV
OSV
added 5 days ago8 views

CVE-2026-68474 powerpc/spufs: fix out-of-bounds access in spufs_mem_mmap_access()

In the Linux kernel, the following vulnerability has been resolved: powerpc/spufs: fix out-of-bounds access in spufsmemmmapaccess spufsmemmmapaccess computes the local store offset as address - vma-vmstart, but bounds-checks it against vma-vmend instead of the local store size. On 64-bit, offset ...

7.8CVSS5.8AI score
SaveExploits0References11
CVE
CVE
added 5 days ago20 views

CVE-2026-68474

The CVE-2026-68474 issue affects the Linux kernel’s powerpc/spufs subsystem, specifically spufs_mem_mmap_access(). The local store offset is computed as address - vma->vm_start but bounds-checks are performed against vma->vm_end, which on 64-bit leaves the length unbounded relative to the L...

7.8CVSS5.6AI score0.00164EPSS
SaveExploits0References8
Cvelist
Cvelist
added 5 days ago20 views

CVE-2026-68471 wifi: ieee80211: validate MLE common info length

In the Linux kernel, the following vulnerability has been resolved: wifi: ieee80211: validate MLE common info length ieee80211mlecommonsize uses the first common-info octet as the common information length for all known MLE types. However, ieee80211mlesizeok only validates that octet for Basic,...

8.8CVSS0.00318EPSS
SaveExploits0References3
CVE
CVE
added 5 days ago13 views

CVE-2026-68466

The CVE concerns the Linux kernel driver path mtd: rawnand: lpc32xx_slc. lpc32xx_xmit_dma() waits for a DMA completion callback but uses wait_for_completion_timeout() and can time out, causing a DMA transfer to be unmapped and reported as successful to the NAND read/write path. The fix is to retu...

8.8CVSS5.7AI score0.00129EPSS
SaveExploits0References8
OSV
OSV
added 5 days ago8 views

CVE-2026-68466 mtd: rawnand: lpc32xx_slc: fail DMA transfer on completion timeout

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: lpc32xxslc: fail DMA transfer on completion timeout lpc32xxxmitdma waits for the DMA completion callback but ignores waitforcompletiontimeout. A timed out DMA transfer is therefore unmapped and reported as successfu...

8.8CVSS5.8AI score
SaveExploits0References11
OSV
OSV
added 5 days ago3 views

MAL-2026-14086 Malicious code in kit-hydration-vim (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector a567c1c96e08fd606b2ca35ed717ce91df9d0955d4f4c8e0bc747603b2c538e9 On require/import, dist/index.mjs chmods 0755 and spawns the bundled ELF dist/internal/calc.dat as a detached child process. The binary is a full...

5.8AI score
SaveExploits0References2
OSV
OSV
added 5 days ago4 views

MAL-2026-14096 Malicious code in svelte-goal-vim (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 6ad94557dcf8609bd1dbec00633fa3850e30f977d894850f983cf127bb05c1ca The package was found to contain malicious code or consuming dependency that contains malicious code Source: ghsa-malware...

5.6AI score
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 5 days ago10 views

CVE-2026-16007

AppFlowy's qcuiknote feature is affected by a SQL injection vulnerability. Authenticated users with access to the feature can inject arbitrary SQL to exfiltrate data in the underlying SQL database...

5.9AI score0.00203EPSS
SaveExploits0References1
Cvelist
Cvelist
added 5 days ago20 views

CVE-2026-16007 Authenticated SQL Injection in AppFlowy

AppFlowy's qcuiknote feature is affected by a SQL injection vulnerability. Authenticated users with access to the feature can inject arbitrary SQL to exfiltrate data in the underlying SQL database...

7.1CVSS0.00203EPSS
SaveExploits0References1
OSV
OSV
added 5 days ago8 views

MINI-449H-VJJ5-XQRF

Bulletin has no description...

7.5CVSS4.9AI score0.00465EPSS
SaveExploits0
Rows per page
Query Builder