Lucene search
+L

19 matches found

RedHat Linux
RedHat Linux
added 2026/09/03 1:12 p.m.18 views

qs: qs: Denial of Service via improper validation in stringify function

A flaw was found in qs. The qs.stringify function, responsible for serializing objects, does not properly validate the isBuffer property of an object's constructor before attempting to invoke it. An unauthenticated attacker can provide specially crafted input that, when processed and then...

6.3CVSS5.9AI score0.00261EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/09/03 9:23 a.m.9 views

CVE-2026-82417

A flaw was found in qs. The qs.stringify function, responsible for serializing objects, does not properly validate the isBuffer property of an object's constructor before attempting to invoke it. An unauthenticated attacker can provide specially crafted input that, when processed and then...

7.5CVSS5.9AI score0.00261EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/02 2:45 p.m.12 views

GHSA-4MJR-XMP4-GH2G qs: Denial of Service via Attacker Controlled isBuffer

Summary qs.stringify calls utils.isBuffer on every value it serializes, and utils.isBuffer invokes obj.constructor.isBufferobj without checking that it is callable. A value whose own constructor.isBuffer is a non-function makes qs call a non-callable and throw TypeError. Such a value is produced ...

6.3CVSS5.9AI score0.00261EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/02 2:45 p.m.22 views

EUVD-2026-68140

qs: Denial of Service via Attacker Controlled isBuffer...

6.3CVSS5.8AI score0.00261EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/09/02 8:29 a.m.8 views

qs: qs: Denial of Service via improper validation in stringify function

A flaw was found in qs. The qs.stringify function, responsible for serializing objects, does not properly validate the isBuffer property of an object's constructor before attempting to invoke it. An unauthenticated attacker can provide specially crafted input that, when processed and then...

6.3CVSS5.8AI score0.00261EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/08/30 2:24 a.m.7 views

Uncaught Exception

Overview qs is a querystring parser that supports nesting and arrays, with a depth limit. Affected versions of this package are vulnerable to Uncaught Exception in the isBuffer function in lib/utils.js, which calls obj.constructor.isBufferobj without checking that it is callable, reached from...

7.5CVSS6AI score0.00261EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/08/30 2:24 a.m.8 views

Uncaught Exception

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 Uncaught Exception in the isBuffer function in lib/utils.js, which calls obj.constructor.isBufferobj without checking that it is callable,...

7.5CVSS6AI score0.00261EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/30 12:16 a.m.18 views

CVE-2026-82417

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:...

6.3CVSS0.00261EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/30 12:16 a.m.7 views

AZL-98397 CVE-2026-82417 affecting package python-tensorboard 2.16.2-6

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:...

6.3CVSS5.9AI score0.00261EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/30 12:16 a.m.11 views

DEBIAN-CVE-2026-82417

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:...

6.3CVSS5.9AI score0.00261EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/30 12:16 a.m.7 views

AZL-98334 CVE-2026-82417 affecting package nodejs-nodemon 2.0.3-5

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:...

6.3CVSS5.9AI score0.00261EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/30 12:16 a.m.12 views

CVE-2026-82417

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:...

6.3CVSS5.9AI score0.00261EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/30 12:16 a.m.7 views

UBUNTU-CVE-2026-82417

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:...

6.3CVSS5.9AI score0.00261EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/30 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-82417

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Summary qs.stringify throws a TypeError when it serializes an object whose own constructor property has a truthy, non-callable isBuffer member. utils.isBuffer...

6.3CVSS5.8AI score0.00261EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/29 11:51 p.m.108 views

CVE-2026-82417

CVE-2026-82417 is a synchronous crash in the qs query-string library (Node.js). utils.isBuffer in lib/utils.js duck-types Buffer objects by invoking obj.constructor.isBuffer(obj) after only a truthy check, so any object carrying its own constructor property with a truthy, non-callable isBuffer me...

6.3CVSS5.9AI score0.00261EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/29 11:51 p.m.13 views

CVE-2026-82417

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:...

6.3CVSS5.9AI score0.00261EPSS
SaveExploits0
OSV
OSV
added 2026/08/29 11:51 p.m.42 views

CVE-2026-82417 qs.stringify throws TypeError on objects with a non-callable constructor.isBuffer property

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:...

6.3CVSS5.9AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/29 11:51 p.m.53 views

CVE-2026-82417 qs.stringify throws TypeError on objects with a non-callable constructor.isBuffer property

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:...

6.3CVSS0.00261EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/29 12:00 a.m.21 views

PT-2026-83502

Name of the Vulnerable Software and Affected Versions qs versions 2.2.5 through 6.15.3 Description The qs.stringify function can throw a TypeError when serializing an object that contains a constructor property with a truthy, non-callable isBuffer member. This occurs because the utils.isBuffer...

6.3CVSS5.9AI score0.00261EPSS
SaveExploits0References10
Rows per page
Query Builder