Lucene search
+L

46143 matches found

CVE
CVE
added 2026/09/02 8:25 p.m.33 views

CVE-2026-84394

fast-uri (a URI parsing library used by the Fastify ecosystem) contains a host confusion vulnerability: when a URI's authority contains an opening bracket [ without a matching closing bracket ], parse() returns the string as the host without error. Neither an IP literal nor a valid domain name is...

7.5CVSS5.9AI score0.00221EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2026/09/02 8:25 p.m.7 views

CVE-2026-84394

fast-uri accepts a host that contains an unbalanced or misplaced authority bracket without reporting an error. A host that starts with an opening bracket but does not end with a closing bracket is neither validated as an IP literal nor canonicalized as a domain name, so parse returns it as the ho...

7.5CVSS5.4AI score0.00221EPSS
SaveExploits0
NVD
NVD
added 2026/09/02 8:17 p.m.7 views

CVE-2026-84292

fast-uri serializes the port component of a URI without validating it. When recomposing the authority, the userinfo and host components are escaped but the port is concatenated verbatim, so a port value that is not a sequence of digits can inject authority delimiters, demoting the intended host t...

7.5CVSS0.00226EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/02 8:09 p.m.41 views

CVE-2026-84292

fast-uri , a URI library in the Fastify ecosystem, fails to validate the port component when serializing an authority. The recomposeAuthority function concatenates the port verbatim without escaping, so a crafted non-digit value (e.g., containing @) can inject authority delimiters, demoting the i...

7.5CVSS5.9AI score0.00226EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/09/02 8:09 p.m.41 views

CVE-2026-84292 fast-uri vulnerable to authority injection via an unvalidated port in serialize

fast-uri serializes the port component of a URI without validating it. When recomposing the authority, the userinfo and host components are escaped but the port is concatenated verbatim, so a port value that is not a sequence of digits can inject authority delimiters, demoting the intended host t...

7.5CVSS0.00226EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/02 5:17 p.m.12 views

CVE-2026-79755

Nuclio is a "Serverless" framework for Real-Time Events and Data Processing. Prior to version 1.17.4, on the Nuclio local Docker platform, the function namespace is interpolated—unvalidated—into a double-quoted docker ps --filter "label=nuclio.io/namespace=" command that is executed via the host...

8CVSS0.00397EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/02 3:44 p.m.6 views

GHSA-5JGF-P345-68V8 fast-uri vulnerable to host confusion via skipped IDN canonicalization on scheme-relative references

Impact fast-uri canonicalizes a host to its ASCII form only when the input carries an explicit scheme. When resolve resolves a scheme-relative reference //host/ against a scheme-bearing base, it still emits the host verbatim even though the effective scheme is known, so re-parsing the resolved UR...

7.5CVSS5.9AI score0.00232EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/09/02 3:44 p.m.18 views

EUVD-2026-64758

fast-uri vulnerable to host confusion via skipped IDN canonicalization on scheme-relative references...

7.5CVSS5.9AI score0.00232EPSS
SaveExploits0References9
OSV
OSV
added 2026/09/02 3:43 p.m.6 views

GHSA-F65P-4M7J-42XC fast-uri vulnerable to server-side request forgery via malformed IPv6 normalization

Impact fast-uri does not validate the complete RFC 3986 grammar for bracketed IPv6 literals, so a malformed literal with invalid trailing text is silently truncated to a different valid IPv6 address with no error reported. For example, normalize'http://::not-valid/private' returns...

7.5CVSS5.9AI score0.0022EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/09/02 3:42 p.m.13 views

EUVD-2026-64763

fast-uri vulnerable to server-side request forgery via repeated hostname percent-decoding...

7.5CVSS5.9AI score0.0022EPSS
SaveExploits0References9
OSV
OSV
added 2026/09/02 3:41 p.m.6 views

GHSA-JQFF-G426-HQXP fast-uri vulnerable to host confusion via percent-encoded scheme normalization

Impact fast-uri decodes percent-encoded characters in the scheme component with the legacy global unescape and serializes the result back as raw characters, without re-escaping it or validating it as a scheme. A scheme that decodes to characters outside the RFC 3986 scheme grammar can therefore...

7.5CVSS5.9AI score0.00232EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/09/02 3:14 p.m.12 views

EUVD-2026-61222

fastify vulnerable to X-Forwarded- spoofing under trustProxy hop-count...

6.1CVSS5.8AI score0.00138EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/09/02 2:52 p.m.13 views

EUVD-2026-58725

CKAN MCP Server: MQA server allowlist bypass via unanchored regex isValidMqaServer...

5.3CVSS5.9AI score0.00224EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/09/02 11:31 a.m.11 views

SUSE CVE-2026-81092

mcp-go accepted requests on its HTTP transports without checking the Host header. StreamableHTTPServer.ServeHTTP in server/streamablehttp.go and SSEServer.ServeHTTP in server/sse.go served any request arriving over a loopback connection regardless of the host it named, and the SSE transport's...

6.8CVSS5.9AI score0.00165EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/02 11:17 a.m.13 views

MAL-2026-15846 Malicious code in tailwind-theme-engine (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector c3a6ff1f2699ab0ea92a30416c4b043d70781bd4c7241c2fb497061a78866ab7 The package was found to contain malicious code or consuming dependency that contains malicious code Source: ghsa-malware...

5.7AI score
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/02 8:21 a.m.5 views

github.com/mark3labs/mcp-go: mcp-go: DNS Rebinding vulnerability due to missing Host header validation

A flaw was found in mcp-go. This component failed to validate the Host header in HTTP requests, specifically within its StreamableHTTPServer and SSEServer transports. A remote attacker could exploit this by using a crafted web page to perform a DNS rebinding attack. This allows the attacker to...

7.6CVSS5.7AI score0.00165EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/02 8:01 a.m.5 views

github.com/mark3labs/mcp-go: mcp-go: DNS Rebinding vulnerability due to missing Host header validation

A flaw was found in mcp-go. This component failed to validate the Host header in HTTP requests, specifically within its StreamableHTTPServer and SSEServer transports. A remote attacker could exploit this by using a crafted web page to perform a DNS rebinding attack. This allows the attacker to...

7.6CVSS5.4AI score0.00165EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2026/09/02 1:07 a.m.14 views

SUSE CVE-2026-19953

URI versions before 5.36 for Perl encode non-NFC host names to non-standard punycode labels via missing normalization in nameprep. nameprep lowercases each host label but performs no Unicode normalization. IDNA requires a label to be normalized to Form C before it is encoded RFC 5891, so a label...

5.3CVSS5.8AI score0.00373EPSS
SaveExploits0References3
CISA KEV Catalog
CISA KEV Catalog
added 2026/09/02 12:00 a.m.11 views

Kludex Starlette HTTP Request/Response Smuggling Vulnerability

Kludex Starlette contains a HTTP request/response smuggling vulnerability that could allow attackers to inject paths into the host part, prepending the actual path leading to issues such as authentication bypass when the authentication depends on the reconstructed URL’s path. This vulnerability...

8.8CVSS6.4AI score0.83594EPSS
SaveIn wildExploits4
Positive Technologies
Positive Technologies
added 2026/09/02 12:00 a.m.12 views

PT-2026-84880

Name of the Vulnerable Software and Affected Versions fast-uri versions prior to 2.4.6 fast-uri versions prior to 3.1.7 fast-uri versions prior to 4.1.4 Description The parse function fails to report an error when a host contains an unbalanced or misplaced authority bracket. A host starting with ...

7.5CVSS5.9AI score0.00221EPSS
SaveExploits0References4
Rows per page
Query Builder