Prototype Pollution In node-qs
Description
qs vulnerable to Prototype Pollution
qs before 6.10.3 allows attackers to cause a Node process hang because an __ proto__ key can be used. In many typical web framework 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[__proto__]=b&a[__proto__]&a[length]=100000000. The fix was backported to qs 6.9.7, 6.8.3, 6.7.3, 6.6.1, 6.5.3, 6.4.1, 6.3.3, and 6.2.4.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 11 | 6.9.4+ds-1+deb11u1 | ||
npm | 6.10.3, 6.9.7, 6.8.3, 6.7.3, 6.6.1, 6.5.3, 6.4.1, 6.3.3, 6.2.4 | ||
debian 12 | 6.10.3+ds+~6.9.7-1 | ||
debian 13 | 6.10.3+ds+~6.9.7-1 | ||
debian 14 | 6.10.3+ds+~6.9.7-1 | ||
npm | 4.17.3 | ||
rpm rhel8.6 | 1:14.21.3-1.module+el8.6.0+18532+cbe6f646 | ||
rpm rhel8.4 | 1:14.21.3-1.module+el8.4.0+18317+43f5ac16 | ||
rpm rhel8 | 1:14.21.1-2.module+el8.7.0+17528+a329cd47 |
Aliases
1. 2. 3. 4. 5. 6. 7. 8.
References
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13.