๐Ÿ” CVE Alert

CVE-2026-48170

CRITICAL 9.1

scimPatch vulnerable to prototype pollution via unfiltered keys in patch

CVSS Score
9.1
EPSS Score
0.0%
EPSS Percentile
0th

`scim-patch`, a library to perform SCIM patch, prior to version 0.9.1 performs prototype pollution when applying a SCIM PATCH operation whose `value` object contains a key like `"__proto__.someProp"`. After one such patch, `Object.prototype.someProp` is set process-wide, affecting every plain object in the Node process. Any service that calls `scimPatch()` on attacker-controlled JSON (i.e. any SCIM endpoint accepting `PATCH` from an external IdP) is exploitable on a stock Node runtime. Version 0.9.1 contains a patch. A workaround is available. Calling `Object.freeze(Object.prototype)` (and the same on `Array.prototype`, `Function.prototype`) at process startup neutralizes this class of bug โ€” assignment to a frozen prototype becomes a silent no-op in sloppy mode or a `TypeError` in strict mode. Node's `--frozen-intrinsics` flag does this for built-ins automatically.

CWE CWE-1321
Vendor thomaspoignant
Product scim-patch
Published Aug 7, 2026
Stay Ahead of the Next One

Get instant alerts for thomaspoignant scim-patch

Be the first to know when new critical vulnerabilities affecting thomaspoignant scim-patch 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:L/PR:L/UI:N/S:C/C:L/I:H/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
Low
Integrity
High
Availability
Low

Affected Versions

thomaspoignant / scim-patch
< 0.9.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/thomaspoignant/scim-patch/security/advisories/GHSA-9m6g-wc8r-q59c github.com: https://github.com/thomaspoignant/scim-patch/commit/260f9cd2ac5ceac3976978850bb47dcb391720f6