algoliasearch-helper is vulnerable to Prototype Pollution in _merge()
Moderate severity
GitHub Reviewed
Published
Sep 27, 2025
to the GitHub Advisory Database
•
Updated Sep 30, 2025
Description
Published by the National Vulnerability Database
Sep 27, 2025
Published to the GitHub Advisory Database
Sep 27, 2025
Last updated
Sep 30, 2025
Reviewed
Sep 30, 2025
Versions of the package algoliasearch-helper from 2.0.0-rc1 and before 3.11.2 are vulnerable to Prototype Pollution in the _merge() function in merge.js, which allows constructor.prototype to be written even though doing so throws an error. In the "extreme edge-case" that the resulting error is caught, code injected into the user-supplied search parameter may be exeucted.
This is related to but distinct from the issue reported in CVE-2021-23433.
NOTE: This vulnerability is not exploitable in the default configuration of InstantSearch since searchParameters are not modifiable by users.
References