Lucene search
+L

226 matches found

OSV
OSV
added 2026/09/04 12:00 a.m.7 views

UBUNTU-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.8AI score0.00221EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/03 5:16 a.m.7 views

DEBIAN-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
SaveExploits0References1
NVD
NVD
added 2026/09/03 5:16 a.m.5 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.5CVSS0.00221EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/02 8:25 p.m.41 views

CVE-2026-84394 fast-uri vulnerable to host confusion via an unclosed bracket in the URI authority

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.5CVSS0.00221EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/02 8:25 p.m.26 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
OSV
OSV
added 2026/09/02 2:46 p.m.8 views

GHSA-X5FP-WJ9C-MXMX qs array-limit bypass via bracket-key comma parsing

Summary qs v6.15.3 allows bracket-key input to bypass arrayLimit and throwOnLimitExceeded when comma: true. The input a=1,2,3,4 succeeds with arrayLimit: 3, while the equivalent plain-key input is rejected. Affected version tested: text qs v6.15.3 commit 18d085e919dae70c8f1b200ab99323058edab2c2...

6.3CVSS5.8AI score0.00317EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/02 2:46 p.m.25 views

EUVD-2026-68141

qs array-limit bypass via bracket-key comma parsing...

6.3CVSS5.8AI score0.00317EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/01 8:44 p.m.9 views

EUVD-2026-69652

Cypht before 2.12.2 contains a cross-site scripting vulnerability in the contacts module that allows remote attackers to execute arbitrary script content by embedding malicious payloads within angle brackets in the FROM email header. The sanitization logic removes only the first occurrence of eac...

6.1CVSS6.1AI score0.00253EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/08/30 2:23 a.m.6 views

Allocation of Resources Without Limits or Throttling

Overview org.webjars.npm:qs is a querystring parser that supports nesting and arrays, with a depth limit. Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the parseArrayValue comma-parsing logic, which applies the arrayLimit and...

6.3CVSS6AI score0.00317EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/30 1:20 a.m.17 views

CVE-2026-82562

Summary When qs.parse is called with comma: true and throwOnLimitExceeded: true, a comma-separated value under a bracket-push key a=1,2,3,4 is split into an array without being compared against arrayLimit, while the same value under a flat key a=1,2,3,4, an indexed key a0=, a nested key ab=, or a...

6.3CVSS0.00317EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/30 1:20 a.m.8 views

DEBIAN-CVE-2026-82562

Summary When qs.parse is called with comma: true and throwOnLimitExceeded: true, a comma-separated value under a bracket-push key a=1,2,3,4 is split into an array without being compared against arrayLimit, while the same value under a flat key a=1,2,3,4, an indexed key a0=, a nested key ab=, or a...

6.3CVSS6AI score0.00317EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/30 1:20 a.m.9 views

CVE-2026-82562

Summary When qs.parse is called with comma: true and throwOnLimitExceeded: true, a comma-separated value under a bracket-push key a=1,2,3,4 is split into an array without being compared against arrayLimit, while the same value under a flat key a=1,2,3,4, an indexed key a0=, a nested key ab=, or a...

6.3CVSS6AI score0.00317EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/30 1:20 a.m.5 views

UBUNTU-CVE-2026-82562

Summary When qs.parse is called with comma: true and throwOnLimitExceeded: true, a comma-separated value under a bracket-push key a=1,2,3,4 is split into an array without being compared against arrayLimit, while the same value under a flat key a=1,2,3,4, an indexed key a0=, a nested key ab=, or a...

6.3CVSS6AI score0.00317EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/30 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-82562

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Summary When qs.parse is called with comma: true and throwOnLimitExceeded: true, a comma- separated value under a bracket-push key a=1,2,3,4 is split into an...

7.5CVSS5.1AI score0.00487EPSS
SaveExploits1References4
OSV
OSV
added 2026/08/29 11:58 p.m.34 views

CVE-2026-82562 qs.parse does not enforce arrayLimit on comma groups under bracket-push keys when throwOnLimitExceeded is set (incomplete fix for CVE-2026-2391)

Summary When qs.parse is called with comma: true and throwOnLimitExceeded: true, a comma-separated value under a bracket-push key a=1,2,3,4 is split into an array without being compared against arrayLimit, while the same value under a flat key a=1,2,3,4, an indexed key a0=, a nested key ab=, or a...

6.3CVSS6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/29 11:58 p.m.43 views

CVE-2026-82562 qs.parse does not enforce arrayLimit on comma groups under bracket-push keys when throwOnLimitExceeded is set (incomplete fix for CVE-2026-2391)

Summary When qs.parse is called with comma: true and throwOnLimitExceeded: true, a comma-separated value under a bracket-push key a=1,2,3,4 is split into an array without being compared against arrayLimit, while the same value under a flat key a=1,2,3,4, an indexed key a0=, a nested key ab=, or a...

6.3CVSS0.00317EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/29 11:58 p.m.74 views

CVE-2026-82562

CVE-2026-82562 affects the qs Node.js querystring parser (v6.14.2 through v6.15.3). When qs.parse is called with both comma: true and throwOnLimitExceeded: true, a comma-separated value under a bracket-push key (a[]=1,2,3,4) is wrapped as a single nested element before the arrayLimit check runs, ...

6.3CVSS6AI score0.00317EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/29 11:58 p.m.15 views

CVE-2026-82562

Summary When qs.parse is called with comma: true and throwOnLimitExceeded: true, a comma-separated value under a bracket-push key a=1,2,3,4 is split into an array without being compared against arrayLimit, while the same value under a flat key a=1,2,3,4, an indexed key a0=, a nested key ab=, or a...

6.3CVSS6AI score0.00317EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/26 10:09 a.m.34 views

CVE-2026-80347 mcp-fetch through 1.6.3 Server-Side Request Forgery via Unstripped IPv6 Literal Brackets

mcp-fetch checks a fetch target against its SSRF guard without removing the brackets that surround an IPv6 literal. isSafeUrl reads the hostname from the parsed URL, which for a literal such as http://::1/ yields the bracketed string, and then tests it with net.isIP. That call returns zero for a...

8.7CVSS0.00277EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/26 10:09 a.m.26 views

CVE-2026-80347

mcp-fetch (npm package @kazuph/mcp-fetch ) through version 1.6.3 contains a Server-Side Request Forgery (SSRF) flaw in its isSafeUrl guard. When a target URL uses an IPv6 literal such as http://[::1]/, the parsed hostname retains the surrounding brackets. The net.isIP check returns zero for the b...

8.7CVSS5.4AI score0.00277EPSS
SaveExploits0References4
Rows per page
Query Builder