Lucene search
+L

936 matches found

CVE
CVE
added 2026/08/11 12:17 p.m.31 views

CVE-2026-72764

n8n CVE-2026-72764 affects multi-user n8n instances using the JS task runner with built-in or external modules. Before versions 1.123.67, 2.31.5, and 2.32.1, a user who can run a Code node could poison the shared module cache, altering other users’ Code-node executions on the same runner. This is...

5.8CVSS5.8AI score0.00374EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.10 views

PT-2026-70166

n8n's JavaScript task runner shared a single module cache across all users' Code-node executions. In affected versions before 1.123.67, 2.31.5, and 2.32.1, a user able to run a Code node could poison a cached module and thereby alter other users' Code-node executions on the same runner, affecting...

5.8CVSS5.8AI score0.00374EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.7 views

PT-2026-70868

A flaw was found in acm-search-v2-api-rhel9. When the getFederationConfig function refreshes its cache, it improperly reuses a user's bearer token for all subsequent federated requests until the cache expires. This allows other authenticated users to gain unauthorized access to remote managed hub...

5.3CVSS5.3AI score0.00259EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/07 7:18 p.m.21 views

CVE-2026-71850

Hono is a Web application framework that provides support for any JavaScript runtime. From 3.8.0 to 4.12.33, memo from hono/jsx retains the result of a server side render and reuses it for later renders with comparator equal props, and request scoped values read inside the component take no part ...

4.8CVSS0.00164EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/07 6:42 p.m.11 views

GHSA-F23P-VX2J-J53R Hono: `memo()` retains SSR output across requests, leading to cross-user data disclosure

Summary memo from hono/jsx retains the result of a server-side render and reuses it for later renders with comparator-equal props. Request-scoped values read inside the component take no part in that comparison, so a response can contain HTML rendered for another user's request. Details Component...

4.8CVSS5.4AI score0.00164EPSS
SaveExploits0References4
Patchstack
Patchstack
added 2026/08/07 6:42 p.m.9 views

NPM: Hono: `memo()` retains SSR output across requests, leading to cross-user data disclosure

NPM: Hono: memo retains SSR output across requests, leading to cross-user data disclosure vulnerability discovered by ? in WordPress Npm hono versions = 3.8.0, 4.12.34...

4.8CVSS5.2AI score0.00164EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/07 6:41 p.m.9 views

CVE-2026-71850

Hono is a Web application framework that provides support for any JavaScript runtime. From 3.8.0 to 4.12.33, memo from hono/jsx retains the result of a server side render and reuses it for later renders with comparator equal props, and request scoped values read inside the component take no part ...

4.8CVSS5.3AI score0.00164EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/08/07 6:41 p.m.31 views

CVE-2026-71850 Hono: `memo()` retains SSR output across requests, leading to cross-user data disclosure

Hono is a Web application framework that provides support for any JavaScript runtime. From 3.8.0 to 4.12.33, memo from hono/jsx retains the result of a server side render and reuses it for later renders with comparator equal props, and request scoped values read inside the component take no part ...

4.8CVSS0.00164EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/07 6:41 p.m.85 views

CVE-2026-71850

Hono CVE-2026-71850 affects the Hono Web framework (3.8.0–4.12.33). memo() retains SSR output for later renders and reuses it when controls with identical props are rendered, while request-scoped values read during rendering (e.g., JSX Context via createContext/useContext, useRequestContext from ...

4.8CVSS5.3AI score0.00164EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/07 6:41 p.m.25 views

CVE-2026-71850 Hono: `memo()` retains SSR output across requests, leading to cross-user data disclosure

Hono is a Web application framework that provides support for any JavaScript runtime. From 3.8.0 to 4.12.33, memo from hono/jsx retains the result of a server side render and reuses it for later renders with comparator equal props, and request scoped values read inside the component take no part ...

4.8CVSS5.4AI score
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/07 6:41 p.m.8 views

CVE-2026-71850 Hono: `memo()` retains SSR output across requests, leading to cross-user data disclosure

Hono is a Web application framework that provides support for any JavaScript runtime. From 3.8.0 to 4.12.33, memo from hono/jsx retains the result of a server side render and reuses it for later renders with comparator equal props, and request scoped values read inside the component take no part ...

4.8CVSS5.3AI score0.00164EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/06 10:17 p.m.10 views

CVE-2026-47185

Frappe is a full-stack web application framework. Prior to 16.18.0, the Workspace Save API accepts a controlled workspace identifier from any authenticated user without enforcing workspace ownership, allowing modification of another user's private workspace and persistent script injection. This...

5.1CVSS0.00393EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/06 9:08 p.m.28 views

CVE-2026-47185 Frappe Has Broken Access Control in its Workspace Save API

Frappe is a full-stack web application framework. Prior to 16.18.0, the Workspace Save API accepts a controlled workspace identifier from any authenticated user without enforcing workspace ownership, allowing modification of another user's private workspace and persistent script injection. This...

5.1CVSS0.00393EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/06 3:56 p.m.17 views

Traefik: Cross-user response poisoning via proxied CONNECT on Traefik's shared backend keep-alive pool

Summary There is a critical vulnerability in Traefik's default HTTP reverse proxy that leads to unauthenticated cross-user response poisoning. When a client opens an HTTP/2 or HTTP/3 CONNECT request, Traefik forwards it — body included — to an HTTP/1.1 upstream over a shared net/http.Transport. I...

7CVSS5.4AI score0.00551EPSS
SaveExploits0References11Affected Software3
OSV
OSV
added 2026/08/06 3:56 p.m.13 views

GHSA-3CCP-42PG-HGV6 Traefik: Cross-user response poisoning via proxied CONNECT on Traefik's shared backend keep-alive pool

Summary There is a critical vulnerability in Traefik's default HTTP reverse proxy that leads to unauthenticated cross-user response poisoning. When a client opens an HTTP/2 or HTTP/3 CONNECT request, Traefik forwards it — body included — to an HTTP/1.1 upstream over a shared net/http.Transport. I...

7CVSS5.4AI score0.00551EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/06 3:56 p.m.31 views

CVE-2026-71324 Traefik: Cross-user response poisoning via proxied CONNECT on Traefik's shared backend keep-alive pool

Traefik is an open source HTTP reverse proxy and load balancer. Prior to 2.11.53, 3.6.24, and 3.7.9, Traefik's default HTTP reverse proxy forwards a plain HTTP/2 or HTTP/3 CONNECT request and its body to an HTTP/1.1 upstream through a shared net/http.Transport. When the upstream answers the CONNE...

7CVSS0.00551EPSS
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2026/08/06 3:56 p.m.15 views

CVE-2026-71324 Traefik: Cross-user response poisoning via proxied CONNECT on Traefik's shared backend keep-alive pool

Traefik is an open source HTTP reverse proxy and load balancer. Prior to 2.11.53, 3.6.24, and 3.7.9, Traefik's default HTTP reverse proxy forwards a plain HTTP/2 or HTTP/3 CONNECT request and its body to an HTTP/1.1 upstream through a shared net/http.Transport. When the upstream answers the CONNE...

7CVSS5.3AI score0.00551EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/06 3:56 p.m.21 views

CVE-2026-71324 Traefik: Cross-user response poisoning via proxied CONNECT on Traefik's shared backend keep-alive pool

Traefik is an open source HTTP reverse proxy and load balancer. Prior to 2.11.53, 3.6.24, and 3.7.9, Traefik's default HTTP reverse proxy forwards a plain HTTP/2 or HTTP/3 CONNECT request and its body to an HTTP/1.1 upstream through a shared net/http.Transport. When the upstream answers the CONNE...

7CVSS5.4AI score
SaveExploits0References12
EUVD
EUVD
added 2026/08/06 3:56 p.m.11 views

EUVD-2026-54288

Traefik is an open source HTTP reverse proxy and load balancer. Prior to 2.11.53, 3.6.24, and 3.7.9, Traefik's default HTTP reverse proxy forwards a plain HTTP/2 or HTTP/3 CONNECT request and its body to an HTTP/1.1 upstream through a shared net/http.Transport. When the upstream answers the CONNE...

7CVSS5.5AI score0.00551EPSS
SaveExploits0References10
CVE
CVE
added 2026/08/06 3:56 p.m.81 views

CVE-2026-71324

CVE-2026-71324 (Traefik) : Unauthenticated cross-user response poisoning via proxied CONNECT on Traefik’s shared backend keep-alive pool. Traefik forwards HTTP/2/HTTP/3 CONNECT and its body to an HTTP/1.1 upstream through a shared net/http.Transport. If the upstream returns a keep-alive non-2xx a...

7CVSS5.5AI score0.00551EPSS
SaveExploits0References10
Rows per page
Query Builder