Debian Node-Qs vulnerabilities
5 known vulnerabilities affecting debian/node-qs.
Total CVEs
5
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
HIGH1MEDIUM3LOW1
Vulnerabilities
Page 1 of 1
CVE-2022-24999P3HIGHCVSS 7.5fixed in node-qs 6.10.3+ds+~6.9.7-1 (bookworm)2022
CVE-2022-24999 [HIGH] CVE-2022-24999: node-qs - qs before 6.10.3, as used in Express before 4.17.3 and other products, allows at...
qs before 6.10.3, as used in Express before 4.17.3 and other products, allows attackers to cause a Node process hang for an Express application because an __ proto__ key can be used. In many typical Express use cases, an unauthenticated remote attacker can place the attack payload in the query string of the URL that is used to visit the application, such as a[__prot
debian
CVE-2026-2391P3MEDIUMCVSS 6.3fixed in node-qs 6.15.0+ds+~6.15.0-1 (forky)2026
CVE-2026-2391 [MEDIUM] CVE-2026-2391: node-qs - ### Summary The `arrayLimit` option in qs does not enforce limits for comma-sepa...
### Summary The `arrayLimit` option in qs does not enforce limits for comma-separated values when `comma: true` is enabled, allowing attackers to cause denial-of-service via memory exhaustion. This is a bypass of the array limit enforcement, similar to the bracket notation bypass addressed in GHSA-6rw7-vpxm-498p (CVE-2025-15284). ### Details When the `comma` option
debian
CVE-2014-10064P3LOWCVSS 7.5fixed in node-qs 2.2.4-1 (bookworm)2014
CVE-2014-10064 [HIGH] CVE-2014-10064: node-qs - The qs module before 1.0.0 does not have an option or default for specifying obj...
The qs module before 1.0.0 does not have an option or default for specifying object depth and when parsing a string representing a deeply nested object will block the event loop for long periods of time. An attacker could leverage this to cause a temporary denial-of-service condition, for example, in a web application, other requests would not be processed while thi
debian
CVE-2014-7191P4MEDIUMCVSS 5.0fixed in node-qs 2.2.4-1 (bookworm)2014
CVE-2014-7191 [MEDIUM] CVE-2014-7191: node-qs - The qs module before 1.0.0 in Node.js does not call the compact function for arr...
The qs module before 1.0.0 in Node.js does not call the compact function for array data, which allows remote attackers to cause a denial of service (memory consumption) by using a large index value to create a sparse array.
Scope: local
bookworm: resolved (fixed in 2.2.4-1)
bullseye: resolved (fixed in 2.2.4-1)
forky: resolved (fixed in 2.2.4-1)
sid: resolved (fixed
debian
CVE-2025-15284P4MEDIUMCVSS 6.3fixed in node-qs 6.14.1+ds+~6.14.0-1 (forky)2025
CVE-2025-15284 [MEDIUM] CVE-2025-15284: node-qs - Improper Input Validation vulnerability in qs (parse modules) allows HTTP DoS.Th...
Improper Input Validation vulnerability in qs (parse modules) allows HTTP DoS.This issue affects qs: < 6.14.1. Summary The arrayLimit option in qs did not enforce limits for bracket notation (a[]=1&a[]=2), only for indexed notation (a[0]=1). This is a consistency bug; arrayLimit should apply uniformly across all array notations. Note: The default parameterLimit of
debian