Lucene search
+L

127833 matches found

Debian CVE
Debian CVE
added 2026/09/04 4:47 p.m.13 views

CVE-2026-84961

undici's BalancedPool constructor passes its entire options object through an internal deep-clone that serializes and reparses the value as JSON. Because JSON cannot represent functions, any function-valued TLS option, such as a caller-supplied checkServerIdentity callback or a custom connector...

7.4CVSS5.3AI score0.00145EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/04 4:47 p.m.7 views

EUVD-2026-71494

undici's BalancedPool constructor passes its entire options object through an internal deep-clone that serializes and reparses the value as JSON. Because JSON cannot represent functions, any function-valued TLS option, such as a caller-supplied checkServerIdentity callback or a custom connector...

7.4CVSS5.2AI score0.00145EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/09/04 4:47 p.m.11 views

CVE-2026-84961 undici vulnerable to TLS certificate validation bypass via dropped connect options in BalancedPool

undici's BalancedPool constructor passes its entire options object through an internal deep-clone that serializes and reparses the value as JSON. Because JSON cannot represent functions, any function-valued TLS option, such as a caller-supplied checkServerIdentity callback or a custom connector...

7.4CVSS5.2AI score0.00145EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/04 4:47 p.m.37 views

CVE-2026-84961 undici vulnerable to TLS certificate validation bypass via dropped connect options in BalancedPool

undici's BalancedPool constructor passes its entire options object through an internal deep-clone that serializes and reparses the value as JSON. Because JSON cannot represent functions, any function-valued TLS option, such as a caller-supplied checkServerIdentity callback or a custom connector...

7.4CVSS0.00145EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 4:47 p.m.6 views

CVE-2026-84961 undici vulnerable to TLS certificate validation bypass via dropped connect options in BalancedPool

undici's BalancedPool constructor passes its entire options object through an internal deep-clone that serializes and reparses the value as JSON. Because JSON cannot represent functions, any function-valued TLS option, such as a caller-supplied checkServerIdentity callback or a custom connector...

7.4CVSS5.7AI score
SaveExploits0References4
GithubExploit
GithubExploit
added 2026/09/04 4:47 p.m.20 views

Exploit for CVE-2026-11613

CVE-2026-11613 — Divi Ajax Filter RCE | | | |---|---| | Plug...

9.8CVSS5.3AI score0.00455EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/04 4:22 p.m.5 views

authelia v4.39.22

Authelia is an open-source authentication and authorization server providing two-factor authentication and single sign-on SSO for your applications via a web portal. It acts as a companion for reverse proxies by allowing, denying, or redirecting requests. Documentation is available at...

6.1AI score
SaveExploits0References254
OSV
OSV
added 2026/09/04 4:18 p.m.16 views

DEBIAN-CVE-2026-80775

In the Linux kernel, the following vulnerability has been resolved: futex: Fix race on the initial mm-futex.phash.ref allocation futexhashallocate allocates mm-futex.phash.ref without any locking. Commit d9b05321e21e "futex: Move futexhashfree back to mmput" moved the allocation here and assumed...

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

CVE-2026-80775

In the Linux kernel, the following vulnerability has been resolved: futex: Fix race on the initial mm-futex.phash.ref allocation futexhashallocate allocates mm-futex.phash.ref without any locking. Commit d9b05321e21e "futex: Move futexhashfree back to mmput" moved the allocation here and assumed...

0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/04 3:55 p.m.8 views

CVE-2026-80864 RDMA/rxe: Fix responder UAF on IB_QP_MAX_DEST_RD_ATOMIC modify_qp

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.7AI score
SaveExploits0References8
OSV
OSV
added 2026/09/04 3:55 p.m.7 views

CVE-2026-80863 RDMA/rxe: Fix OOB in free_rd_atomic_resources()

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.6AI score
SaveExploits0References12
OSV
OSV
added 2026/09/04 3:55 p.m.7 views

CVE-2026-80862 nvme-tcp: fix usage of page_frag_cache

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.6AI score
SaveExploits0References8
OSV
OSV
added 2026/09/04 3:55 p.m.6 views

CVE-2026-80861 usb: xhci: bail out of setup if the controller is inaccessible

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 score
SaveExploits0References7
OSV
OSV
added 2026/09/04 3:55 p.m.8 views

CVE-2026-80860 fuse: fix race between interrupt and resend

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.6AI score
SaveExploits0References6
OSV
OSV
added 2026/09/04 3:55 p.m.8 views

CVE-2026-80859 fuse: fix missing barrier when checking io-uring readiness

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.6AI score
SaveExploits0References6
OSV
OSV
added 2026/09/04 3:55 p.m.7 views

CVE-2026-80858 fuse: publish io-uring queues with release semantics

In the Linux kernel, the following vulnerability has been resolved: fuse: publish io-uring queues with release semantics fuseuringcreatequeue initializes a fuseringqueue and then publishes the pointer into ring-queuesqid with WRITEONCE under the fch-lock. There are several readers that may...

5.5AI score
SaveExploits0References6
OSV
OSV
added 2026/09/04 3:55 p.m.8 views

CVE-2026-80857 fuse: wait for FR_FINISHED on abort_on_kill to prevent use-after-free

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.6AI score
SaveExploits0References6
OSV
OSV
added 2026/09/04 3:55 p.m.6 views

CVE-2026-80856 fuse: fix invalidate lock leak on setattr writeback failure

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.6AI score
SaveExploits0References11
OSV
OSV
added 2026/09/04 3:55 p.m.6 views

CVE-2026-80855 fuse: fix invalidate lock leak on open O_TRUNC DAX failure

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.6AI score
SaveExploits0References11
OSV
OSV
added 2026/09/04 3:55 p.m.6 views

CVE-2026-80854 usb: gadget: f_tcm: keep port count until LUN teardown completes

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.5AI score
SaveExploits0References12
Rows per page
Query Builder