Lucene search
+L

231 matches found

CVE
CVE
•added 2026/08/12 8:35 p.m.•39 views

CVE-2026-73423

Astro (web framework) vulnerability CVE-2026-73423 affects the composable astro/hono pipeline from versions 7.0.0–7.0.6. If actions() or pages() are mounted before middleware(), or if middleware() is omitted, security.checkOrigin is not enforced at dispatch sinks, allowing blind write‑only CSRF a...

5.1CVSS5.3AI score0.00264EPSS
SaveExploits0References4
OSV
OSV
•added 2026/08/12 8:35 p.m.•25 views

CVE-2026-73423 Astro: composable `astro/hono` pipeline bypasses `security.checkOrigin` when `middleware()` is absent or misordered

Astro is a web framework for content-driven websites. From 7.0.0 until 7.0.6, the composable astro/hono pipeline installs security.checkOrigin only through the middleware primitive, while actions and pages can dispatch to user code independently. Mounting actions before middleware, as in the...

5.1CVSS5.3AI score
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/06 10:18 p.m.•11 views

CVE-2026-64677

Anki is a program for creating and reviewing flashcards. Prior to 25.09.3, endpoints in Anki's local HTTP server do not adequately constrain requested media and built-in data paths, allowing scripts served from shared decks, or malicious websites combined with an origin-check bypass, to read loca...

5.9CVSS5.4AI score0.01018EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/08/06 5:21 p.m.•38 views

CVE-2026-64677 Anki's local HTTP server is vulnerable to directory traversal attacks

Anki is a program for creating and reviewing flashcards. Prior to 25.09.3, endpoints in Anki's local HTTP server do not adequately constrain requested media and built-in data paths, allowing scripts served from shared decks, or malicious websites combined with an origin-check bypass, to read loca...

5.9CVSS0.01018EPSS
SaveExploits0References2
CVE
CVE
•added 2026/08/06 5:21 p.m.•75 views

CVE-2026-64677

Anki’s local HTTP server (prior to version 25.09.3) is vulnerable to directory traversal via unconstrained media and built-in data paths. Attackers could leverage scripts served from shared decks or malicious sites with an origin-check bypass to read local files. The issue is fixed in 25.09.3. Af...

5.9CVSS5.5AI score0.01018EPSS
SaveExploits0References2
attackerkb
attackerkb
•added 2026/08/06 5:21 p.m.•16 views

CVE-2026-64677

Anki is a program for creating and reviewing flashcards. Prior to 25.09.3, endpoints in Anki's local HTTP server do not adequately constrain requested media and built-in data paths, allowing scripts served from shared decks, or malicious websites combined with an origin-check bypass, to read loca...

5.9CVSS5.5AI score0.01018EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
•added 2026/08/05 6:00 a.m.•15 views

EUVD-2026-53107

The GDPR Cookie Compliance WordPress plugin before 5.1.0 expires the visitor's cookies from an action that is reachable without authentication and performs no request-origin check, allowing an attacker to log any user out and delete the site's cookies by luring them to a crafted link...

4.3CVSS5.5AI score0.00171EPSS
SaveExploits0References1
attackerkb
attackerkb
•added 2026/07/30 9:52 p.m.•16 views

CVE-2026-66420

MeshCentral 1.1.21 contains a cross-site WebSocket hijacking protection bypass vulnerability that allows unauthenticated remote attackers to hijack authenticated administrator sessions by exploiting an unconditional early return in the CheckWebServerOriginName function within webserver.js when...

8.8CVSS6AI score0.00221EPSS
SaveExploits0References5Affected Software1
SUSE CVE
SUSE CVE
•added 2026/07/30 4:57 p.m.•10 views

SUSE CVE-2026-34403

Nginx UI is a web user interface for the Nginx web server. Prior to version 2.3.5, all WebSocket endpoints in nginx-ui use a gorilla/websocket Upgrader with CheckOrigin unconditionally returning true, allowing Cross-Site WebSocket Hijacking CSWSH. Combined with the fact that authentication tokens...

8.1CVSS7.6AI score0.00221EPSS
SaveExploits1References2
SUSE CVE
SUSE CVE
•added 2026/07/30 4:48 p.m.•14 views

SUSE CVE-2026-44985

Dozzle is a realtime log viewer for docker containers. Prior to 10.5.2, he WebSocket upgrader for the /exec and /attach endpoints uses CheckOrigin: funcr http.Request bool return true , accepting upgrade requests from any origin. Combined with the JWT cookie using SameSite: Lax, this enables...

9.6CVSS7.7AI score0.00219EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
•added 2026/07/30 12:00 a.m.•90 views

PT-2026-66622

Name of the Vulnerable Software and Affected Versions MeshCentral version 1.1.21 Description A cross-site WebSocket hijacking protection bypass occurs when self-signed certificates are used. This is caused by an unconditional early return in the CheckWebServerOriginName function within...

8.8CVSS5.5AI score0.00221EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/07/29 7:07 p.m.•58 views

CVE-2026-63118 MCP Ruby SDK: Streamable HTTP transport lacks DNS-rebinding (Host/Origin) protection

MCP Ruby SDK is the official Ruby SDK for Model Context Protocol servers and clients. Prior to 0.23.0, MCP::Server::Transports::StreamableHTTPTransport in the mcp gem does not validate the HTTP Host or Origin request headers, which allows a malicious browser page to use DNS rebinding to reach a...

6.9CVSS0.00256EPSS
SaveExploits0References3
OSV
OSV
•added 2026/07/29 2:22 p.m.•12 views

GHSA-H754-FXP7-88WX swagger-typescript-api vulnerable to authorization-token exfiltration via spec `$ref`

Summary When the developer supplies an --authorizationToken commonly required to fetch a private spec behind authentication, swagger-typescript-api attaches that token to the Authorization header of every subsequent HTTP request it makes while resolving external $ref URLs in the spec — with no...

7.4CVSS5.8AI score0.00437EPSS
SaveExploits0References5
FreeBSD
FreeBSD
•added 2026/07/28 12:00 a.m.•9 views

mailpit -- WebSocket origin check bypass via percent-encoded path

Mailpit author reports: The cross-site WebSocket hijacking fix was reimplemented as an origin check gated on a raw-URI prefix test, but Go's ServeMux routes on the percent-decoded path, so requesting /%61pi/events reaches the WebSocket handler while skipping the only origin control, and the...

5.8AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
•added 2026/07/23 12:00 a.m.•25 views

PT-2026-64136

The MCP SSE server started via ToolsMCPServer.run sse / launch tools mcp servertransport="sse" binds to 0.0.0.0 by default and builds its Starlette application with no authentication middleware and no Origin-header validation. The module mcp/mcp security.py provides exactly the needed controls...

9.8CVSS5.5AI score0.00904EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
•added 2026/07/20 11:26 p.m.•29 views

Astro: composable `astro/hono` pipeline bypasses `security.checkOrigin` when `middleware()` is absent or misordered

Summary In the composable astro/hono pipeline, the security.checkOrigin protection is only installed by the middleware primitive. The actions and pages primitives each dispatch to user code independently, so a pipeline that mounts either primitive before or without middleware will bypass the orig...

5.1CVSS5.5AI score0.00264EPSS
SaveExploits0References5Affected Software1
OSV
OSV
•added 2026/07/20 11:26 p.m.•14 views

GHSA-8MV7-9C27-98VC Astro: composable `astro/hono` pipeline bypasses `security.checkOrigin` when `middleware()` is absent or misordered

Summary In the composable astro/hono pipeline, the security.checkOrigin protection is only installed by the middleware primitive. The actions and pages primitives each dispatch to user code independently, so a pipeline that mounts either primitive before or without middleware will bypass the orig...

5.1CVSS5.5AI score0.00264EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/07/17 9:02 p.m.•16 views

EUVD-2026-45340

@hapi/wreck is an HTTP client utility. Prior to 18.1.2, Wreck strips credential headers including Authorization, Cookie, and Proxy-Authorization before following a cross-origin redirect, but the origin check compares hostnames only and ignores scheme and port, so credentials are forwarded intact...

6.5CVSS5.4AI score0.00176EPSS
SaveExploits0References4
OSV
OSV
•added 2026/07/10 9:38 p.m.•15 views

CVE-2026-55883 Tilt: Cross-site WebSocket hijacking of the Tilt HUD stream

Tilt defines dev environments as code for microservice apps on Kubernetes. From 0.24.0 through 0.37.3, the Tilt HUD WebSocket at /ws/view is gated by a CSRF token, but the token is served by the unauthenticated /api/websockettoken endpoint and the upgrader accepts clients that omit an Origin...

8.3CVSS6.2AI score
SaveExploits0References6
Cvelist
Cvelist
•added 2026/07/08 7:50 p.m.•49 views

CVE-2026-8651 IPv6 Loopback Spoof via Trusted Host Header Bypasses Origin Check in MOVEit Transfer

Limited authentication bypass by spoofing vulnerability in Progress MOVEit Transfer HTTPS module. This issue affects MOVEit Transfer: before 2025.0.7, from 2025.1.0 before 2025.1.3...

3.7CVSS0.00366EPSS
SaveExploits0References1
Rows per page
Query Builder