๐Ÿ” CVE Alert

CVE-2026-85625

HIGH 8.1

sift 17.1.3 Prototype Pollution Remote Code Execution via $where

CVSS Score
8.1
EPSS Score
0.0%
EPSS Percentile
0th

sift (sift.js) 17.1.3 enumerates query keys with for...in, which walks the object prototype chain, and dispatches any matched operator key including $where. The $where operation compiles a string value into a function using new Function unless CSP_ENABLED is set (not set by default). As a result, if a prototype-pollution primitive elsewhere in the process sets Object.prototype.$where to a malicious string, even benign filter calls such as sift({}) execute arbitrary JavaScript. Additionally, passing an untrusted query object containing a string $where directly to sift results in code execution under the default configuration.

CWE CWE-1321
Vendor crcn
Product sift.js
Published Sep 4, 2026
Last Updated Sep 14, 2026
Stay Ahead of the Next One

Get instant alerts for crcn sift.js

Be the first to know when new high vulnerabilities affecting crcn sift.js are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

crcn / sift.js
0 โ‰ค 17.1.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/crcn/sift.js/issues/276 github.com: https://github.com/crcn/sift.js github.com: https://github.com/crcn/sift.js/blob/v17.1.3/src/core.ts vulncheck.com: https://www.vulncheck.com/advisories/sift-17.1.3-prototype-pollution-remote-code-execution-via-where

Credits

George Chen