3 matches found
Security Bulletin: Vulnerability found in qs-6.15.1.tgz is addressed in APIM 11.1
Summary Vulnerability found in qs-6.15.1.tgz is addressed in IBM webMethods API Gateway Vulnerability Details CVEID:CVE-2026-8723 DESCRIPTION: Summary qs.stringify throws TypeError when called with arrayFormat: 'comma' and encodeValuesOnly: true on an array containing null or undefined. The throw...
CVE-2026-82417: Uncaught Exception
Summary qs.stringify throws a TypeError when it serializes an object whose own constructor property has a truthy, non-callable isBuffer member. utils.isBuffer duck-types buffers by calling obj.constructor.isBufferobj after checking only that the property is truthy, so a value such as constructor:...
CVE-2026-8723: NULL Pointer Dereference
Summary qs.stringify throws TypeError when called with arrayFormat: 'comma' and encodeValuesOnly: true on an array containing null or undefined. The throw is synchronous and not handled by any of qs's null-related options skipNulls, strictNullHandling. Details In the comma + encodeValuesOnly...