Threats Tagged 'cwe-942'
View all threats tagged with 'cwe-942'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'cwe-942'
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-54290: CWE-942: Permissive Cross-domain Policy with Untrusted Domains in honojs honoCVE-2026-54290 0 Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.25, with credentials: true and no explicit origin (the default wildcard), the CORS Middleware reflects the request's Origin and sends Access-Control-Allow-Credentials: true. Any site can then make credentialed cross-origin requests and read the responses, exposing cookie-authenticated endpoints to arbitrary origins. This vulnerability is fixed in 4.12.25. Join the discussion | CVE Database V5 | 06/22/2026, 17:15:35 UTC Added: 06/22/2026, 17:39:40 UTC |
CVE-2026-50088: CWE-942 Permissive cross-domain security policy with untrusted domains in Aqara Aqara Developer PortalCVE-2026-50088 0 The Aqara Developer Portal and its shared test environments have a permissive cross-domain security policy that allows untrusted domains to perform cross-origin requests. This vulnerability is classified as CWE-942 and has a high severity rating with a CVSS score of 8.2. It affects the version dated 2026-04-20. The issue could lead to significant confidentiality impact and some integrity impact, but no availability impact. No official patch or remediation guidance is currently available. Join the discussion | CVE Database V5 | 06/12/2026, 15:01:49 UTC Added: 06/12/2026, 15:39:37 UTC |
CVE-2026-50087: CWE-942 Permissive cross-domain security policy with untrusted domains in Aqara Aqara IAM/SSO GatewayCVE-2026-50087 0 The Aqara IAM/SSO Gateway has a high-severity vulnerability (CVE-2026-50087) involving a permissive cross-domain security policy that allows untrusted domains to perform cross-origin requests. This vulnerability is categorized under CWE-942 and affects the gateway version dated 2026-04-20. It has a CVSS 3.1 score of 8.2, indicating a high impact on confidentiality with limited impact on integrity and no impact on availability. No official patch or remediation guidance is currently available. Join the discussion | CVE Database V5 | 06/12/2026, 15:01:37 UTC Added: 06/12/2026, 15:39:37 UTC |
CVE-2026-10056: CWE-942: Permissive Cross-Origin Resource Sharing Policy in Network Optix Nx Witness VMSCVE-2026-10056 0 CORS misconfiguration in the REST API of Network Optix Nx Witness VMS before version 6.1.2, when running in the default Standard security mode, on Linux and Windows allows an unauthenticated remote attacker to steal the session token of an authenticated user and perform Administrator Account Takeover via a malicious cross-origin web page visited by the victim. The High security mode is not affected.Workaround: For existing installations running in Standard security mode, set Access-Control-Allow-Credentials to false via the REST API: PATCH /rest/v2/system/settings with body {"supportedOrigins": "null"}. Alternatively, select High security level during initial setup. Solution: Update to Nx Witness VMS version 6.1.2 or later, in which Access-Control-Allow-Credentials is set to false in the default Standard security configuration. Join the discussion | CVE Database V5 | 05/29/2026, 08:04:59 UTC Added: 05/29/2026, 09:04:06 UTC |
CVE-2026-45021: CWE-346: Origin Validation Error in kumahq kumaCVE-2026-45021 0 Kuma is a modern Envoy-based service mesh that can run on every cloud across both Kubernetes and VMs. Prior to 2.7.25, 2.9.15, 2.11.13, 2.12.10, and 2.13.5, the default kuma-cp config leaks the admin bootstrap token and signing keys to any webpage the operator visits while the control plane is reachable from their browser. CorsAllowedDomains: [".*"] reflects any Origin, and LocalhostIsAdmin: true promotes requests from 127.0.0.1 to mesh-system:admin. A cross-origin fetch() from a malicious page returns the admin JWT and signing material. This vulnerability is fixed in 2.7.25, 2.9.15, 2.11.13, 2.12.10, and 2.13.5. Join the discussion | CVE Database V5 | 05/28/2026, 17:45:14 UTC Added: 05/28/2026, 18:03:35 UTC |
CVE-2026-9739: CWE-942: Permissive Cross-domain Policy with Untrusted Domains in Google MCP Toolbox for DatabasesCVE-2026-9739 0 Vulnerable to DNS rebinding attacks when using SSE (http://b/499408790). During the beta phase, we implemented `allowed-origins` and `allowed-hosts` flags to align with MCP security guidelines. However, the hardcoded `Access-Control-Allow-Origin: *` header in the SSE initialization handler was inadvertently retained. This vulnerability specifically impacts users connecting via Toolbox using SSE under specification v2024-11-05. Join the discussion | CVE Database V5 | 05/27/2026, 21:38:55 UTC Added: 05/27/2026, 22:18:35 UTC |
CVE-2026-44895: CWE-306: Missing Authentication for Critical Function in yoda-digital mcp-gitlab-serverCVE-2026-44895 0 GitLab MCP Server lets an AI agent talk directly to GitLab. Prior to 0.6.0, the HTTP transport in src/transport.ts ships with no authentication layer at all and a wildcard Access-Control-Allow-Origin: * on every response. The structural defect is that the SSE server stands up a stateful, mutation-capable RPC endpoint that is backed by the operator's GITLAB_PERSONAL_ACCESS_TOKEN without any inbound credential check, then advertises itself to every cross-origin browser context via the wildcard CORS header. The httpServer.listen(port) call at line 97 also passes no host argument, so the bind defaults to 0.0.0.0 and exposes the auth-less surface on every interface. This vulnerability is fixed in 0.6.0. Join the discussion | CVE Database V5 | 05/26/2026, 21:08:13 UTC Added: 05/26/2026, 21:48:41 UTC |
CVE-2026-46431: CWE-942: Permissive Cross-domain Policy with Untrusted Domains in xyproto algernonCVE-2026-46431 0 Algernon is a small self-contained pure-Go web server. Prior to 1.17.7, the SSE event server's Access-Control-Allow-Origin response header was hardcoded to the wildcard * regardless of the caller's Origin. Because EventSource does not preflight and does not send cookies, the wildcard is sufficient to let any third-party page the developer visits open a cross-origin EventSource to the SSE port and read the live filename stream from JavaScript. This vulnerability is fixed in 1.17.7. Join the discussion | CVE Database V5 | 05/26/2026, 16:42:40 UTC Added: 05/26/2026, 17:02:38 UTC |
Showing 1 to 8 of 8 results