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.
CVE-2026-48170
This critical-severity CVE scores 9.1 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.2%, top 84% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 9.1
- EG Score
- 9.1(medium)
- EG Risk
- 57(Track)EG Risk 57/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity91% × 45%Exploitation40% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 16%
- KEV
- Not listed
Published
June 22, 2026
Last Modified
August 10, 2026
Advisory Details (2)
Auto-updated Aug 7, 2026commit 260f9cd2ac5c (thomaspoignant/scim-patch)
Patch available: thomaspoignant/scim-patch v0.9.1 (contains commit 260f9cd2ac5c)
https://github.com/thomaspoignant/scim-patch/commit/260f9cd2ac5ceac3976978850bb47dcb391720f6Prototype pollution in scimPatch via unfiltered keys in patch · Advisory · thomaspoignant/scim-patch · GitHub
https://github.com/thomaspoignant/scim-patch/security/advisories/GHSA-9m6g-wc8r-q59cVendor Advisories for CVE-2026-48170(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(1 across 1 ecosystem)
npm(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| scim-patch | — | 0.9.1 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 12× in last 7d / 37× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-26 14:46 UTCEPSS rescore
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-24 22:13 UTCEG score recompute
- 2026-08-24 13:55 UTCEG score recompute
- 2026-08-23 03:23 UTCEG score recompute
- 2026-08-23 00:19 UTCEPSS rescore
- 2026-08-22 14:54 UTCEG score recompute
- 2026-08-21 23:49 UTCEPSS rescore
- 2026-08-21 00:38 UTCEG score recompute
- 2026-08-20 22:55 UTCEPSS rescore
- 2026-08-20 07:49 UTCEG score recompute
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-19 04:51 UTCEG score recompute
- 2026-08-18 13:48 UTCEPSS rescore
- 2026-08-17 17:04 UTCEG score recompute
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-16 20:14 UTCEG score recompute
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 05:18 UTCEG score recompute
- 2026-08-16 02:14 UTCEPSS rescore
- 2026-08-15 03:20 UTCEG score recompute
- 2026-08-15 01:30 UTCEPSS rescore
- 2026-08-13 22:48 UTCEG score recompute
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-12 16:26 UTCEG score recompute
Show 15 moreShow fewer
- 2026-08-12 13:51 UTCEPSS rescore
- 2026-08-11 15:58 UTCEG score recompute
- 2026-08-11 03:44 UTCEG score recompute
- 2026-08-11 00:00 UTCEPSS rescore
- 2026-08-10 15:29 UTCEG score recompute
- 2026-08-10 14:35 UTCEG score recompute
- 2026-08-09 15:21 UTCEG score recompute
- 2026-08-09 13:46 UTCEPSS rescore
- 2026-08-08 18:57 UTCEG score recompute
- 2026-08-08 16:37 UTCEPSS rescore
- 2026-08-07 22:33 UTCEG score recompute
- 2026-07-30 19:22 UTCEG score recompute
- 2026-07-26 15:56 UTCEG score recompute
- 2026-07-23 03:18 UTCEG score recompute
- 2026-06-22 23:31 UTCEG score recompute
Related CVEs(same CWE)
Same CWE
10 shownCWE-1321
- CVE-2020-12079EG 10.0CRITICAL
- CVE-2011-10019EG 9.8EPSS p90CRITICAL
- CVE-2020-28462NVD 7.3EG 9.8CRITICAL
- CVE-2020-28276EG 9.8CRITICAL
- CVE-2020-28271EG 9.8CRITICAL
- CVE-2020-28270EG 9.8CRITICAL
- CVE-2020-28269EG 9.8EPSS p90CRITICAL
- CVE-2020-8158EG 9.8CRITICAL
- CVE-2019-0230EG 9.8EPSS p100CRITICAL
- CVE-2020-7727EG 9.8CRITICAL
Frequently asked(5)
What is CVE-2026-48170?
When was CVE-2026-48170 disclosed?
Is CVE-2026-48170 actively exploited?
What is the CVSS score of CVE-2026-48170?
How do I remediate CVE-2026-48170?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-48170
Is Your Infrastructure Affected by CVE-2026-48170?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.