Lucene search
+L

2938 matches found

Vulnrichment
Vulnrichment
added 2026/08/11 12:17 p.m.4 views

CVE-2026-72766 n8n before 1.123.67 Arbitrary File Read via Send Email Node

n8n before 1.123.67, 2.x before 2.31.5, and 2.32.x before 2.32.1 contain a type confusion vulnerability in the Send Email node, which does not enforce that its message fields are strings. A crafted non-string value supplied from a workflow expression into the text or HTML body field can be...

8.2CVSS5.5AI score0.00278EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/11 12:17 p.m.8 views

EUVD-2026-56145

n8n before 1.123.67, 2.x before 2.31.5, and 2.32.x before 2.32.1 contain a type confusion vulnerability in the Send Email node, which does not enforce that its message fields are strings. A crafted non-string value supplied from a workflow expression into the text or HTML body field can be...

8.2CVSS5.5AI score0.00278EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/11 5:08 a.m.31 views

CVE-2026-11894 Double-free / use-after-free in Realtek BEE Bluetooth HCI driver `send()` error paths

The Realtek BEE Bluetooth HCI driver's send callback, bthcibeesend in drivers/bluetooth/hci/hcibee.c, violated the bthcidriverapi buffer-ownership contract. That contract requires the driver to consume unref the transmit netbuf only on success; on an error return the host caller retains ownership...

5.9CVSS0.0017EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.3 views

PT-2026-70168

n8n before 1.123.67, 2.x before 2.31.5, and 2.32.x before 2.32.1 contain a type confusion vulnerability in the Send Email node, which does not enforce that its message fields are strings. A crafted non-string value supplied from a workflow expression into the text or HTML body field can be...

8.2CVSS5.5AI score0.00278EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/10 1:20 p.m.9 views

CVE-2026-68366

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: clamp SENDRESPONSE length to the response buffer uvcsendresponse builds the UVC control response from a user-supplied struct uvcrequestdata: req-length = mintunsigned int, uvc-eventlength, data-length;...

0.00184EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/10 1:20 p.m.5 views

CVE-2026-68156

In the Linux kernel, the following vulnerability has been resolved: libceph: refresh auth-authorizerbuf,len after authorizer update cephxcreateauthorizer caches au-buf-vec.iovbase and au-buf-vec.iovlen in struct cephauthhandshake. These cached values are then used by the messenger connect code wh...

9.8CVSS0.00684EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:04 p.m.50 views

CVE-2026-68425

CVE-2026-68425 concerns the Linux kernel InfiniBand MAD path (IB/mad). The vulnerability arises when kernel-handled RMPP receive processing begins reassembly for DATA responses before matching the response to an outstanding send, enabling a reordered burst to reach receive-side insertion without ...

7.1CVSS5.4AI score0.00263EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:04 p.m.8 views

EUVD-2026-55611

In the Linux kernel, the following vulnerability has been resolved: IB/mad: Drop unmatched RMPP responses before reassembly Kernel-handled RMPP receive processing starts reassembly for active DATA responses before the response is matched to an outstanding send. The normal match happens later, aft...

5.4AI score0.00263EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:04 p.m.50 views

CVE-2026-68425 IB/mad: Drop unmatched RMPP responses before reassembly

In the Linux kernel, the following vulnerability has been resolved: IB/mad: Drop unmatched RMPP responses before reassembly Kernel-handled RMPP receive processing starts reassembly for active DATA responses before the response is matched to an outstanding send. The normal match happens later, aft...

7.1CVSS0.00263EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.34 views

CVE-2026-68366 usb: gadget: uvc: clamp SEND_RESPONSE length to the response buffer

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: clamp SENDRESPONSE length to the response buffer uvcsendresponse builds the UVC control response from a user-supplied struct uvcrequestdata: req-length = mintunsigned int, uvc-eventlength, data-length;...

0.00184EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:03 p.m.7 views

EUVD-2026-55467

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: clamp SENDRESPONSE length to the response buffer uvcsendresponse builds the UVC control response from a user-supplied struct uvcrequestdata: req-length = mintunsigned int, uvc-eventlength, data-length;...

5.4AI score0.00184EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:03 p.m.57 views

CVE-2026-68366

The CVE concerns the Linux kernel USB gadget UVC path. In uvc_send_response, the code builds a control response from a user-supplied uvc_request_data and sets req->length = min(uvc->event_length, data->length). The operation then memcpy(req->buf, data->data, req->length). Since ...

5.4AI score0.00184EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:02 p.m.37 views

CVE-2026-68284 bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix cork use-after-free in tcpbpfsendmsg tcpbpfsendmsg keeps msgtx across skstreamwaitmemory, which drops and reacquires the socket lock. Its error path tries to decide whether msgtx names the local temporary messag...

7.8CVSS0.00135EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 11:59 a.m.38 views

CVE-2026-68156 libceph: refresh auth->authorizer_buf{,_len} after authorizer update

In the Linux kernel, the following vulnerability has been resolved: libceph: refresh auth-authorizerbuf,len after authorizer update cephxcreateauthorizer caches au-buf-vec.iovbase and au-buf-vec.iovlen in struct cephauthhandshake. These cached values are then used by the messenger connect code wh...

9.8CVSS0.00684EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/10 11:17 a.m.10 views

CVE-2026-72582

A NULL pointer dereference vulnerability in fastschema through v0.15.1 allows an unauthenticated remote attacker to crash the server process with a single HTTP request. The sendOTPEmail function in pkg/auth/local.go dereferences a pointer obtained from an unchecked error path without validating i...

7.5CVSS0.00347EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.17 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: kcm: fixed zero-frag skb in fraglist in case of partial sendmsg errors Syzkaller reported a warning in kcmwritemsgs when processing a message with a zero-fragment skb in the fraglist. When kcmsendmsg fills MAXSKBFRAGS fragments i...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.8 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: RDMA/uverbs: The wqesize value is validated before being used in ibuverbspostsend. The ibuverbspostsend function uses the cmd.wqesize value from user space without any validation before passing it to kmalloc and using the allocat...

7.1CVSS5.7AI score0.00165EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.10 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: btrfs: In the send operation, it is necessary to check for inline extents within the rangeisholeinparent function. Before accessing the diskbytenr field of a file extent item, we need to check whether we are dealing with an inlin...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/07 6:17 p.m.13 views

CVE-2026-47361

In versions of the Datadog Android application prior to v541-5.9.2, BubbleChatActivity is exported with no permission guard and accepts a SEND intent with a caller-supplied conversationid. When the activity closes and no in-process session matches that ID, it unconditionally cancels notification ...

6.4CVSS0.00174EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/07 6:02 p.m.10 views

EUVD-2026-54567

In versions of the Datadog Android application prior to v541-5.9.2, BubbleChatActivity is exported with no permission guard and accepts a SEND intent with a caller-supplied conversationid. When the activity closes and no in-process session matches that ID, it unconditionally cancels notification ...

6.4CVSS5.3AI score0.00174EPSS
SaveExploits0References2
Rows per page
Query Builder