CVE-2026-48170
Last modified
CVE-2026-48170 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. `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. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
`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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:H/A:L
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| thomaspoignant | scim-patch | < 0.9.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-48170?
How severe is CVE-2026-48170?
How do I fix CVE-2026-48170?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48165MariaDB server is a community developed fork of MySQL server…7.2
- CVE-2026-48166Filament is a collection of full-stack components for accele…5.3
- CVE-2026-48167Filament is a collection of full-stack components for accele…6.4
- CVE-2026-48168PraisonAI is a multi-agent teams system. In versions prior t…10
- CVE-2026-48169PraisonAI is a multi-agent teams system. Versions prior to 0…8.8
- CVE-2026-4817The MasterStudy LMS WordPress Plugin for Online Courses and …6.5
- CVE-2026-48172LiteSpeed User-End cPanel Plugin before 2.4.5 allows privile…9.8
- CVE-2026-4818In Search Guard FLX versions from 3.0.0 up to 4.0.1, there e…8.1
- CVE-2026-48187An uncontrolled allocation of resources without limits or th…5.7
- CVE-2026-48188An improper Input Validation vulnerability in OTRS or ((OTRS…9.1
- CVE-2026-48189An improper Input Validation vulnerability in OTRS Customer …5.7
- CVE-2026-4819In Search Guard FLX versions from 1.0.0 up to 4.0.1, the aud…6.5
Are you affected by CVE-2026-48170?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
