Lucene search
+L

132 matches found

Cvelist
Cvelist
added 2026/05/13 8:26 p.m.33 views

CVE-2026-44373 Nitro: Proxy scope bypass via percent-encoded path traversal in `routeRules`

Nitro is a next generation server toolkit. Prior to 3.0.260429-beta, an attacker could bypass a proxy route rule by sending percent-encoded path traversal ..%2f in the URL, causing Nitro to forward a request that the upstream resolved outside the configured scope. This vulnerability is fixed in...

5.3CVSS0.00392EPSS
Exploits0References5
OSV
OSV
added 2026/05/13 8:26 p.m.4 views

CVE-2026-44373 Nitro: Proxy scope bypass via percent-encoded path traversal in `routeRules`

Nitro is a next generation server toolkit. Prior to 3.0.260429-beta, an attacker could bypass a proxy route rule by sending percent-encoded path traversal ..%2f in the URL, causing Nitro to forward a request that the upstream resolved outside the configured scope. This vulnerability is fixed in...

5.3CVSS6AI score0.00392EPSS
Exploits0References7
Snyk
Snyk
added 2026/05/12 11:24 a.m.12 views

Improper Handling of Exceptional Conditions

Overview multiparty is a multipart/form-data parser which supports streaming Affected versions of this package are vulnerable to Improper Handling of Exceptional Conditions via the filename parameter parsing in multipart form-data requests. An attacker can cause the process to crash by sending a...

8.7CVSS5.8AI score0.00279EPSS
Exploits0References2
Snyk
Snyk
added 2026/05/12 11:24 a.m.11 views

Improper Handling of Exceptional Conditions

Overview org.webjars.npm:multiparty is a multipart/form-data parser which supports streaming Affected versions of this package are vulnerable to Improper Handling of Exceptional Conditions via the filename parameter parsing in multipart form-data requests. An attacker can cause the process to cra...

8.7CVSS5.8AI score0.00279EPSS
Exploits0References2
OSV
OSV
added 2026/05/12 9:5 a.m.5 views

CVE-2026-8162 multiparty vulnerable to Denial of Service via Uncaught Exception in filename* parameter parsing

[email protected] and lower versions are vulnerable to denial of service via uncaught exception. By sending a multipart/form-data request with a Content-Disposition header whose filename parameter contains a malformed percent-encoding, the parser invokes decodeURI on the value without try/catch. T...

7.5CVSS6AI score0.00279EPSS
Exploits0References4
CVE
CVE
added 2026/05/12 9:5 a.m.31 views

CVE-2026-8162

The CVE-2026-8162 entry affects multiparty (versions 4.2.3 and earlier) where a multipart/form-data request with a Content-Disposition filename* contains malformed percent-encoding. The parser calls decodeURI without a try/catch, causing a URIError to propagate as an uncaught exception and crash ...

7.5CVSS5.8AI score0.00279EPSS
Exploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/05/11 7:26 p.m.8 views

CVE-2026-42882

oxyno-zeta/s3-proxy is an aws s3 proxy written in go. Prior to 5.0.0, s3-proxy contains an authentication bypass caused by inconsistent URL path interpretation between the authentication middleware and the bucket handler. The authentication middleware evaluates resource path patterns against the...

9.4CVSS5.8AI score0.00554EPSS
Exploits0References4Affected Software1
EUVD
EUVD
added 2026/05/08 5:15 p.m.9 views

EUVD-2026-27129

fast-uri vulnerable to path traversal via percent-encoded dot segments...

7.5CVSS5.8AI score0.00521EPSS
Exploits0References3
Github Security Blog
Github Security Blog
added 2026/05/08 5:15 p.m.22 views

fast-uri vulnerable to path traversal via percent-encoded dot segments

Impact fast-uri v3.1.0 and earlier decodes percent-encoded path separators %2F and dot segments %2E before applying dot-segment removal in normalize and equal. This makes encoded path data behave like real / and .., so distinct URIs collapse onto the same normalized path. For example,...

7.5CVSS5.8AI score0.00521EPSS
Exploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/06 11:1 p.m.9 views

Nitro has a proxy scope bypass via percent-encoded path traversal in `routeRules`

A proxy route rule like: ts routeRules: "/api/orders/": proxy: to: "http://upstream/orders/" is intended to limit the proxy to URLs under /api/orders/. Before the patch, an attacker could bypass that scope by sending percent-encoded path traversal ..%2f in the URL, causing Nitro to forward a...

5.3CVSS5.8AI score0.00392EPSS
Exploits0References7Affected Software2
Github Security Blog
Github Security Blog
added 2026/05/05 6:52 p.m.9 views

S3-Proxy has Security Issues in its Resource Path Matching Implementation

Background The original concern is functional: a resource pattern should treat a percent-encoded segment like some%2Fvalue as a single opaque token rather than splitting it into two path segments at the decoded /. Investigation into why %2F was being decoded and how routes matched against the...

9.4CVSS5.5AI score0.00554EPSS
Exploits0References5Affected Software1
Snyk
Snyk
added 2026/05/05 12:26 p.m.13 views

Interpretation Conflict

Overview fast-uri is a Dependency-free RFC 3986 URI toolbox Affected versions of this package are vulnerable to Interpretation Conflict during the decoding of URL host component. An attacker can manipulate the authority component of a URI by supplying percent-encoded delimiters, causing the host ...

8.7CVSS5.8AI score0.00475EPSS
Exploits0References2
UbuntuCve
UbuntuCve
added 2026/05/05 11:16 a.m.9 views

CVE-2026-6322

fast-uri normalize decoded percent-encoded authority delimiters inside the host component and then re-emitted them as raw delimiters during serialization. A host that combined an allowed domain, an encoded at-sign, and a different domain was re-emitted with the at-sign as a raw userinfo separator...

7.5CVSS5.8AI score0.00475EPSS
Exploits0References3
OSV
OSV
added 2026/05/05 10:29 a.m.2 views

CVE-2026-6322 fast-uri vulnerable to host confusion via percent-encoded authority delimiters

fast-uri normalize decoded percent-encoded authority delimiters inside the host component and then re-emitted them as raw delimiters during serialization. A host that combined an allowed domain, an encoded at-sign, and a different domain was re-emitted with the at-sign as a raw userinfo separator...

7.5CVSS5.9AI score0.00475EPSS
Exploits0References36
Snyk
Snyk
added 2026/05/04 9:28 p.m.38 views

Directory Traversal

Overview fast-uri is a Dependency-free RFC 3986 URI toolbox Affected versions of this package are vulnerable to Directory Traversal via the normalize or equal functions. An attacker can bypass path-based access controls by submitting specially crafted percent-encoded or dot segments in URLs,...

8.7CVSS6.3AI score0.00521EPSS
Exploits0References2
Snyk
Snyk
added 2026/05/04 9:28 p.m.13 views

Directory Traversal

Overview org.webjars.npm:fast-uri is a Dependency-free RFC 3986 URI toolbox Affected versions of this package are vulnerable to Directory Traversal via the normalize or equal functions. An attacker can bypass path-based access controls by submitting specially crafted percent-encoded or dot segmen...

8.7CVSS6.3AI score0.00521EPSS
Exploits0References2
OSV
OSV
added 2026/05/04 8:16 p.m.5 views

DEBIAN-CVE-2026-6321

fast-uri decoded percent-encoded path separators and dot segments before applying dot-segment removal in its normalize and equal functions. Encoded path data was treated like real slashes and parent-directory references, so distinct URIs could collapse onto the same normalized path. Applications...

7.5CVSS5.8AI score0.00521EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2026/05/04 7:31 p.m.6 views

CVE-2026-6321 fast-uri vulnerable to path traversal via percent-encoded dot segments

fast-uri decoded percent-encoded path separators and dot segments before applying dot-segment removal in its normalize and equal functions. Encoded path data was treated like real slashes and parent-directory references, so distinct URIs could collapse onto the same normalized path. Applications...

7.5CVSS5.8AI score0.00521EPSS
Exploits0References2
CVE
CVE
added 2026/05/04 7:31 p.m.39 views

CVE-2026-6321

Affected software: fast-uri. Vulnerability: percent-encoded path separators and dot segments are decoded before dot‑segment removal in normalize() and equal() so encoded data is treated like real slashes and parent directories, allowing distinct URIs to normalize to the same path. Impact: applica...

7.5CVSS5.8AI score0.00521EPSS
Exploits0References22Affected Software1
OSV
OSV
added 2026/05/04 7:31 p.m.12 views

CVE-2026-6321 fast-uri vulnerable to path traversal via percent-encoded dot segments

fast-uri decoded percent-encoded path separators and dot segments before applying dot-segment removal in its normalize and equal functions. Encoded path data was treated like real slashes and parent-directory references, so distinct URIs could collapse onto the same normalized path. Applications...

7.5CVSS7.2AI score0.00521EPSS
Exploits0References24
Rows per page
Query Builder