CVE-2023-26105
JavaScript vulnerability analysis and mitigation

Overview

CVE-2023-26105 affects all versions of the utilities package, which contains a Prototype Pollution vulnerability via the _mix function. The vulnerability was discovered by Yuhan Gao and Peng Zhou, and was disclosed on December 28, 2022 (Snyk Report).

Technical details

The vulnerability exists in the mix function within utilities/lib/core.js. The issue occurs during object merging operations, specifically at line 65 where mix(targ, sources[i], merge) is called, and at line 41 where targ[p] = src[p] is executed. This allows for prototype pollution through the utilities.i18n.loadLocale() function (GitHub Issue).

Impact

When exploited, this vulnerability allows an attacker to modify properties of the Object.prototype, which can lead to denial of service by triggering JavaScript exceptions or potentially enable remote code execution through tampering with the application source code. The vulnerability has received a CVSS score of 7.5 (High), primarily due to its potential impact on system availability (Snyk Report).

Mitigation and workarounds

Currently, there is no fixed version available for the utilities package. As general mitigation strategies, it is recommended to freeze the prototype using Object.freeze(Object.prototype), implement JSON input schema validation, avoid using unsafe recursive merge functions, and consider using objects without prototypes (Object.create(null)) or using Map instead of Object (Snyk Report).

Additional resources


SourceThis report was generated using AI

Related JavaScript vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-66456CRITICAL9.1
  • JavaScriptJavaScript
  • elysia
NoYesDec 09, 2025
CVE-2025-66457HIGH7.5
  • JavaScriptJavaScript
  • elysia
NoYesDec 09, 2025
CVE-2025-65849MEDIUM6.9
  • JavaScriptJavaScript
  • altcha
NoNoDec 08, 2025
CVE-2025-66202MEDIUM6.5
  • JavaScriptJavaScript
  • astro
NoYesDec 09, 2025
CVE-2025-66479LOW1.8
  • JavaScriptJavaScript
  • @anthropic-ai/sandbox-runtime
NoYesDec 04, 2025

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management