Lucene search
+L

172276 matches found

OSV
OSV
added 2026/09/04 4:36 p.m.5 views

ECHO-AF5F-765C-E704

Bulletin has no description...

3.1CVSS4.9AI score0.00182EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 4:36 p.m.5 views

ECHO-A090-C212-7FCF

Bulletin has no description...

8.3CVSS4.9AI score0.00296EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 4:35 p.m.5 views

ECHO-8ABC-2ECA-7183

Bulletin has no description...

9.6CVSS4.9AI score0.00329EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 4:35 p.m.5 views

ECHO-AA42-1654-BDA4

Bulletin has no description...

6.5CVSS4.9AI score0.00228EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 4:34 p.m.5 views

ECHO-7705-3FCE-FC99

Bulletin has no description...

8.8CVSS4.9AI score0.00321EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 4:34 p.m.2 views

CGA-4M88-QGGF-VW99

Bulletin has no description...

6.5CVSS6.4AI score0.01253EPSS
SaveExploits1References7
OSV
OSV
added 2026/09/04 4:34 p.m.4 views

ECHO-0D2C-A037-870B

Bulletin has no description...

9.1CVSS4.9AI score0.00328EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 4:33 p.m.5 views

ECHO-4025-C648-AF1F

Bulletin has no description...

8.8CVSS8.1AI score0.01462EPSS
SaveExploits5References2
OSV
OSV
added 2026/09/04 4:32 p.m.5 views

ECHO-D251-9C22-6961

Bulletin has no description...

7.5CVSS4.9AI score0.00219EPSS
SaveExploits1References2
OSV
OSV
added 2026/09/04 4:18 p.m.10 views

DEBIAN-CVE-2026-80864

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix responder UAF on IBQPMAXDESTRDATOMIC modifyqp rxeqpfromattr handles IBQPMAXDESTRDATOMIC outside the IBQPSTATE path, so it holds no statelock and runs while the responder task rxereceiver recvtask on rxewq is live. A...

5.4AI score0.00156EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.9 views

DEBIAN-CVE-2026-80863

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix OOB in freerdatomicresources freerdatomicresources iterates using qp-attr.maxdestrdatomic. Updating maxdestrdatomic before freeing the old array can make the free path walk past the old allocation and trigger a slab...

5.4AI score0.00182EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.6 views

DEBIAN-CVE-2026-80859

In the Linux kernel, the following vulnerability has been resolved: fuse: fix missing barrier when checking io-uring readiness fuseblockalloc reads fch-initialized and then fch-iouring. fch-iouring is set before fch-initialized, ordered by the smpwmb in fusechansetintialized, but fuseblockalloc h...

5.4AI score0.00155EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.7 views

DEBIAN-CVE-2026-80861

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: bail out of setup if the controller is inaccessible xhcigensetup locates the operational registers using the capability length read from the very first register: xhci-opregs = hcd-regs +...

5.6AI score0.00156EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.9 views

DEBIAN-CVE-2026-80862

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix usage of pagefragcache nvme uses pagefragcache to preallocate PDU for each preallocated request of block device. Block devices are created in parallel threads, consequently pagefragcache is used in not thread-safe...

5.3AI score0.00156EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.13 views

DEBIAN-CVE-2026-80860

In the Linux kernel, the following vulnerability has been resolved: fuse: fix race between interrupt and resend After commit f8fce75fedf7 "fuse: clear intrentry in fuseresend and fuseremovependingreq" the WARNON!listempty&req-intrentry in fuserequestfree still triggers due to the following race: ...

5.3AI score0.00155EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.9 views

DEBIAN-CVE-2026-80852

In the Linux kernel, the following vulnerability has been resolved: tls: device: fix out-of-bounds write in tlsappendfrag Found with syzkaller and a local syzbot instance running on top of a netdevsim TLS offload emulation; tlsdevice.c is otherwise only reachable on a machine with a NIC that...

5.7AI score0.00161EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.6 views

DEBIAN-CVE-2026-80855

In the Linux kernel, the following vulnerability has been resolved: fuse: fix invalidate lock leak on open OTRUNC DAX failure fuseopen takes filemapinvalidatelock for a DAX truncate daxtruncate = true and releases it before the outinodeunlock label. But when fusedaxbreaklayouts fails, the goto...

5.4AI score0.00165EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.6 views

DEBIAN-CVE-2026-80856

In the Linux kernel, the following vulnerability has been resolved: fuse: fix invalidate lock leak on setattr writeback failure fusedosetattr takes filemapinvalidatelock for a DAX truncate faultblocked = true and releases it at the out:/error: labels. But when a writeback flush is also needed, a...

5.4AI score0.00165EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.9 views

DEBIAN-CVE-2026-80857

In the Linux kernel, the following vulnerability has been resolved: fuse: wait for FRFINISHED on abortonkill to prevent use-after-free The abortonkill path in requestwaitanswer calls fuseabortconn and returns without waiting for FRFINISHED. If fusedevdowrite is concurrently processing the same...

5.5AI score0.00155EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.7 views

DEBIAN-CVE-2026-80854

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ftcm: keep port count until LUN teardown completes tcmusbgdropnexus permits session removal once tpgportcount reaches zero. However, usbgportunlink currently decrements that count from the fabricpreunlink callback,...

5.3AI score0.00182EPSS
SaveExploits0References1
Rows per page
Query Builder