Lucene search
+L

120 matches found

Kitploit
Kitploit
added 2026/08/25 4:22 a.m.1 views

CVE-2025-55763

CVE-2025-55763 CivetWeb 1.16(目前为最新版本)的 URI 解析器中存在缓冲区溢出漏洞。 易受攻击的代码 崩溃发生在此处 src/civetweb.c中最后一个被标记的 strcat 调用期间。 修复 参见拉取请求。 PoC 该 PoC 通过堆溢出使服务器崩溃,不过通过为此漏洞精心构造利用代码,有可能实现远程代码执行。 cat httprequestcrashinput.txt | nc 127.0.0.1 8080...

7.5CVSS6.5AI score0.01187EPSS
SaveExploits2References2
NVD
NVD
added 2026/08/24 10:16 a.m.9 views

CVE-2026-75931

fast-uri is a URI parser for Node.js. It canonicalizes a host to its ASCII form only when the input carries an explicit scheme, so a scheme-relative reference such as a host preceded by two slashes is returned with its host verbatim and no error set. As a result fast-uri's own entry points disagr...

7.5CVSS0.00247EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/24 10:16 a.m.12 views

CVE-2026-75975

fast-uri is a URI parser for Node.js. Its custom parser for bracketed IPv6 literals does not validate the complete IPv6 grammar, so invalid trailing text in an authority can be silently discarded and a malformed attacker-controlled host is turned into a different valid IPv6 destination. For...

7.5CVSS0.00234EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/24 10:07 a.m.7 views

CVE-2026-76172

fast-uri is a URI parser for Node.js. During parsing it runs a legacy decoding pass over the scheme component and never re-escapes the result, and serialization writes the scheme back out verbatim, unlike the host component which is re-escaped. As a result an input whose scheme carries...

7.5CVSS5.5AI score0.00247EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/24 10:07 a.m.40 views

CVE-2026-76172 fast-uri vulnerable to host confusion via percent-encoded scheme normalization

fast-uri is a URI parser for Node.js. During parsing it runs a legacy decoding pass over the scheme component and never re-escapes the result, and serialization writes the scheme back out verbatim, unlike the host component which is re-escaped. As a result an input whose scheme carries...

7.5CVSS0.00247EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/24 10:07 a.m.9 views

EUVD-2026-64773

fast-uri is a URI parser for Node.js. During parsing it runs a legacy decoding pass over the scheme component and never re-escapes the result, and serialization writes the scheme back out verbatim, unlike the host component which is re-escaped. As a result an input whose scheme carries...

7.5CVSS5.5AI score0.00247EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/24 9:58 a.m.20 views

CVE-2026-75975

fast-uri is a URI parser for Node.js whose custom bracketed IPv6 literal parser fails to validate the full IPv6 grammar. Invalid trailing text in an authority is silently discarded, causing a malformed attacker-controlled host to normalize to a different valid IPv6 destination (e.g., the unspecif...

7.5CVSS5.5AI score0.00234EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/24 9:58 a.m.35 views

CVE-2026-75975 fast-uri vulnerable to server-side request forgery via malformed IPv6 normalization

fast-uri is a URI parser for Node.js. Its custom parser for bracketed IPv6 literals does not validate the complete IPv6 grammar, so invalid trailing text in an authority can be silently discarded and a malformed attacker-controlled host is turned into a different valid IPv6 destination. For...

7.5CVSS0.00234EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/24 9:58 a.m.6 views

CVE-2026-75975

fast-uri is a URI parser for Node.js. Its custom parser for bracketed IPv6 literals does not validate the complete IPv6 grammar, so invalid trailing text in an authority can be silently discarded and a malformed attacker-controlled host is turned into a different valid IPv6 destination. For...

7.5CVSS5.6AI score0.00234EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/24 9:40 a.m.7 views

CVE-2026-75899

fast-uri is a URI parser for Node.js. It decodes percent escapes in a hostname during parsing and then decodes the parsed hostname a second time during authority recomposition, so a single call to normalize or resolve can turn nested percent-encoded input into a different network destination such...

7.5CVSS5.5AI score0.00234EPSS
SaveExploits0
CVE
CVE
added 2026/08/24 9:40 a.m.18 views

CVE-2026-75899

fast-uri , a URI parser for Node.js, suffers from double percent-decoding of the hostname: it decodes percent escapes during parsing and decodes them again during authority recomposition. This violates RFC 3986 §2.4 (an implementation must not decode the same string more than once) and allows a s...

7.5CVSS5.4AI score0.00234EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/24 9:40 a.m.36 views

CVE-2026-75899 fast-uri vulnerable to server-side request forgery via repeated hostname percent-decoding

fast-uri is a URI parser for Node.js. It decodes percent escapes in a hostname during parsing and then decodes the parsed hostname a second time during authority recomposition, so a single call to normalize or resolve can turn nested percent-encoded input into a different network destination such...

7.5CVSS0.00234EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/24 9:30 a.m.19 views

CVE-2026-75931

fast-uri , a URI parser for the Node.js ecosystem, is vulnerable to host confusion and policy bypass (CVSS 3.1: 7.5 HIGH ). The root cause is that the host is canonicalized to ASCII form only when the input carries an explicit scheme; scheme-relative references (host preceded by //) are returned ...

7.5CVSS5.4AI score0.00247EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/24 9:30 a.m.46 views

CVE-2026-75931 fast-uri vulnerable to host confusion via skipped IDN canonicalization on scheme-relative references

fast-uri is a URI parser for Node.js. It canonicalizes a host to its ASCII form only when the input carries an explicit scheme, so a scheme-relative reference such as a host preceded by two slashes is returned with its host verbatim and no error set. As a result fast-uri's own entry points disagr...

7.5CVSS0.00247EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/24 9:30 a.m.9 views

EUVD-2026-64758

fast-uri is a URI parser for Node.js. It canonicalizes a host to its ASCII form only when the input carries an explicit scheme, so a scheme-relative reference such as a host preceded by two slashes is returned with its host verbatim and no error set. As a result fast-uri's own entry points disagr...

7.5CVSS5.4AI score0.00247EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/24 9:30 a.m.6 views

CVE-2026-75931

fast-uri is a URI parser for Node.js. It canonicalizes a host to its ASCII form only when the input carries an explicit scheme, so a scheme-relative reference such as a host preceded by two slashes is returned with its host verbatim and no error set. As a result fast-uri's own entry points disagr...

7.5CVSS5.5AI score0.00247EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/05/19 12:31 p.m.28 views

Keycloak: Open redirect when using wildcard valid redirect URIs in Keycloak

A flaw was found in Keycloak's URL validation logic during redirect operations. By crafting a malicious request, an attacker could bypass validation to redirect users to unauthorized URLs, potentially leading to the exposure of sensitive information within the domain or facilitating further...

8.1CVSS5.7AI score0.005EPSS
SaveExploits0References11Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/19 12:00 a.m.21 views

PT-2026-41879

Name of the Vulnerable Software and Affected Versions Keycloak affected versions not specified Description A flaw in the URL validation logic during redirect operations allows an attacker to bypass validation and redirect users to unauthorized URLs. This occurs when Keycloak clients are configure...

9.4CVSS5.8AI score0.005EPSS
SaveExploits0References22
OSV
OSV
added 2026/05/09 11:11 a.m.13 views

OESA-2026-2231 uriparser security update

The package is a strictly RFC 3986 compliant URI parsing library written in C89"ANSI C". uriparser is cross-platform, fast, supports Unicode and is licensed under the New BSD license. There are a number of applications, libraries and hardware using uriparser, as well as bindings and 3rd-party...

5.1CVSS5.8AI score0.00172EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/05/08 7:15 a.m.16 views

CVE-2026-44928

In uriparser before 1.0.2, the function family EqualsUri can misclassify two unequal URIs as equal...

5.3CVSS5.8AI score0.00211EPSS
SaveExploits0
Rows per page
Query Builder