Intel

AIKIDO-2025-10941

@mparticle/web-sdk is vulnerable to Prototype Pollution

Prototype Pollution Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Dec 15, 2025

63

Medium Risk

This Affects:

JS@mparticle/web-sdk
2.10.0 - 2.50.1
Fixed in 2.51.0
Are you affected? Scan for Free

TL;DR

Affected versions of this package are vulnerable to Prototype Pollution via the extend() helper function due to insufficient validation when merging objects; an attacker could exploit this by passing a malicious object containing properties like __proto__, prototype, or constructor to merge operations, potentially allowing them to modify the Object prototype and inject or alter properties that exist on all objects, leading to unexpected behavior, denial of service, or remote code execution in the worst-case scenario, which was mitigated by adding validation to skip these reserved properties during extension.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

@mparticle/web-sdk is vulnerable to Prototype Pollution in versions 2.10.0 - 2.50.1.

How to fix this

Upgrade the @mparticle/web-sdk library to the patch version.