Lucene search
+L

42 matches found

Positive Technologies
Positive Technologies
•added 2026/07/23 12:00 a.m.•26 views

PT-2026-64077

Impact The FiftyOne App/API server fiftyone/server/app.py and the /media route fiftyone/server/routes/media.py unconditionally set a permissive CORS header Access-Control-Allow-Origin: on their responses. Because the embedded App server runs locally and is unauthenticated, this allows any website...

6.3CVSS5.5AI score0.00119EPSS
SaveExploits0References8
Snyk
Snyk
•added 2026/07/16 4:34 p.m.•14 views

Directory Traversal

Overview Affected versions of this package are vulnerable to Directory Traversal through the OpenApiDocumentDownloadService and KiotaBuilder document-loading path. An attacker can trigger SSRF, remote file inclusion, and local file inclusion by supplying a spec whose $ref points to an...

8.7CVSS6.5AI score0.02393EPSS
SaveExploits0References2
CVE
CVE
•added 2026/07/16 2:48 p.m.•56 views

CVE-2026-59867

CVE-2026-59867 affects Kiota, an OpenAPI-based HTTP client code generator. Before 1.32.5, Kiota’s OpenAPI $ref resolution could fetch remote http(s) URLs or read local absolute/out-of-tree file paths, enabling build‑time SSRF, remote file inclusion, and local file inclusion when generating client...

7.1CVSS5.4AI score0.02393EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/07/15 12:00 a.m.•30 views

PT-2026-60371

Name of the Vulnerable Software and Affected Versions FiftyOne versions prior to 1.17.0 Description The FiftyOne App/API server and the /media endpoint unconditionally set a permissive Cross-Origin Resource Sharing CORS header, allowing any website visited by a user to make cross-origin requests ...

6.3CVSS5.6AI score0.00119EPSS
SaveExploits0References10
RubySec
RubySec
•added 2026/07/07 12:00 a.m.•14 views

Streamable HTTP transport lacks DNS-rebinding (Host/Origin) protection

Summary MCP::Server::Transports::StreamableHTTPTransport the Rack-mountable Streamable HTTP transport in the mcp gem processes every incoming JSON-RPC request without ever inspecting the HTTP Host or Origin request headers. There is no AllowedHosts/AllowedOrigins allowlist and no DNS-rebinding...

6.9CVSS5.7AI score0.00256EPSS
SaveExploits0References1Affected Software1
NVD
NVD
•added 2026/06/13 10:16 a.m.•30 views

CVE-2026-11624

The Model Context Protocol has a security warning advising servers to validate the "Origin" header on all incoming connections to prevent DNS rebinding attacks. Prior to the v0.25.0 release, users had no way to validate the origin's host. In v0.25.0, a new "--allowed-hosts" flag was introduced...

9.4CVSS0.00219EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/06/13 8:38 a.m.•53 views

CVE-2026-11624

The Model Context Protocol has a security warning advising servers to validate the "Origin" header on all incoming connections to prevent DNS rebinding attacks. Prior to the v0.25.0 release, users had no way to validate the origin's host. In v0.25.0, a new "--allowed-hosts" flag was introduced...

9.4CVSS0.00219EPSS
SaveExploits0References2
OSV
OSV
•added 2026/06/13 8:38 a.m.•23 views

CVE-2026-11624

The Model Context Protocol has a security warning advising servers to validate the "Origin" header on all incoming connections to prevent DNS rebinding attacks. Prior to the v0.25.0 release, users had no way to validate the origin's host. In v0.25.0, a new "--allowed-hosts" flag was introduced...

9.4CVSS5.9AI score
SaveExploits0References4
EUVD
EUVD
•added 2026/06/13 8:38 a.m.•38 views

EUVD-2026-36650

The Model Context Protocol has a security warning advising servers to validate the "Origin" header on all incoming connections to prevent DNS rebinding attacks. Prior to the v0.25.0 release, users had no way to validate the origin's host. In v0.25.0, a new "--allowed-hosts" flag was introduced...

9.4CVSS5.3AI score0.00219EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
•added 2026/06/13 8:38 a.m.•23 views

CVE-2026-11624

The Model Context Protocol has a security warning advising servers to validate the "Origin" header on all incoming connections to prevent DNS rebinding attacks. Prior to the v0.25.0 release, users had no way to validate the origin's host. In v0.25.0, a new "--allowed-hosts" flag was introduced...

9.4CVSS5.3AI score0.00219EPSS
SaveExploits0References2
CVE
CVE
•added 2026/06/13 8:38 a.m.•132 views

CVE-2026-11624

The CVE-2026-11624 entry concerns the Model Context Protocol server where origin validation of the Origin header affects DNS rebinding risk. Before v0.25.0 there was no host validation; v0.25.0 introduces --allowed-hosts and --allowed-origins flags to specify permitted hosts at startup. Both flag...

9.4CVSS5.3AI score0.00219EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
•added 2026/06/13 12:00 a.m.•50 views

PT-2026-49089

Name of the Vulnerable Software and Affected Versions Model Context Protocol versions prior to 0.25.0 Description Servers fail to validate the "Origin" header on incoming connections, which may allow DNS rebinding attacks. DNS rebinding is a method of bypassing the Same-Origin Policy to interact...

9.4CVSS5.3AI score0.00219EPSS
SaveExploits0References15
RedhatCVE
RedhatCVE
•added 2026/06/05 7:18 p.m.•23 views

CVE-2026-9739

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 inadvertentl...

9.4CVSS5.5AI score0.00237EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
•added 2026/05/28 12:30 a.m.•22 views

MCP Toolbox for Databases vulnerable to DNS rebinding attacks

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 inadvertentl...

9.4CVSS5.8AI score0.00237EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
•added 2026/05/28 12:00 a.m.•16 views

PT-2026-55107

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 inadvertentl...

9.4CVSS5.8AI score0.00237EPSS
SaveExploits0References6
attackerkb
attackerkb
•added 2026/05/27 9:38 p.m.•17 views

CVE-2026-9739

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 inadvertentl...

9.4CVSS5.8AI score0.00237EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/05/27 12:00 a.m.•35 views

PT-2026-44123

Name of the Vulnerable Software and Affected Versions Toolbox affected versions not specified Description The software is susceptible to DNS rebinding attacks when using Server-Sent Events SSE under specification v2024-11-05. This occurs because the SSE initialization handler retains a hardcoded...

9.4CVSS5.8AI score0.00237EPSS
SaveExploits0
OSV
OSV
•added 2026/05/12 12:00 p.m.•18 views

RUSTSEC-2026-0140 DNS rebinding and cross-origin CSRF in dynoxide's MCP HTTP transport

dynoxide's MCP HTTP transport was vulnerable to DNS rebinding via its transitive rmcp dependency, plus a related cross-origin CSRF gap. A malicious web page could make the user's browser send requests to a local dynoxide mcp --http or dynoxide serve --mcp server with a non-loopback Host header,...

8.8CVSS5.8AI score0.00242EPSS
SaveExploits1References4
OSV
OSV
•added 2026/05/04 8:42 a.m.•14 views

CLSA-2026-1777884162 Fix CVE(s): CVE-2018-8014

Fix build process: - debian/keystores/ca-cert.pem, ca.jks: regenerate self-signed test CA using the existing ca-key.pem previous CA valid only until 21.03.2025. New validity: 21.04.2026 to 18.04.2036. - debian/keystores/localhost-cert.pem, localhost.jks, localhost-copy1.jks: re-issue against the...

9.8CVSS7AI score0.21313EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
•added 2026/03/18 8:54 p.m.•14 views

CVE-2026-27977

A CSRF check bypass flaw has been discovered in Next.js. In the next dev, cross-site protection for internal websocket endpoints could treat Origin: null as a bypass case even if allowedDevOrigins is configured, allowing privacy-sensitive/opaque contexts for example sandboxed documents to connect...

5.4CVSS5.4AI score0.00211EPSS
SaveExploits1References6
Rows per page
Query Builder