CVE-2026-14574
Received Received - Intake

Prototype Pollution in Eclipse Theia via PreferenceUtils.merge

Vulnerability report for CVE-2026-14574, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-05

Last updated on: 2026-08-05

Assigner: Eclipse Foundation

Description

In Eclipse Theia versions 0.7.0 and up until including 1.73.1, the `PreferenceUtils.merge` function in `@theia/core` recursively merges preference values without rejecting prototype-related keys (`__proto__`, `constructor`, `prototype`). Because this function is invoked by `PreferenceServiceImpl.doResolve` for every preference resolution across scopes (default, user, workspace, folder), a crafted preference value in a workspace settings file (`.theia/settings.json` or `.vscode/settings.json`) can pollute `Object.prototype` when the user opens the workspace, potentially altering application logic across the Theia process.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-05
Last Modified
2026-08-05
Generated
2026-08-05
AI Q&A
2026-08-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
eclipse theia From 0.7.0 (inc) to 1.73.1 (inc)
eclipse theia 1.73.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-1321 The product receives input from an upstream component that specifies attributes that are to be initialized or updated in an object, but it does not properly control modifications of attributes of the object prototype.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-14574 is a prototype pollution vulnerability in Eclipse Theia versions 0.7.0 to 1.73.1. The PreferenceUtils.merge function recursively merges preference values without rejecting prototype-related keys like __proto__, constructor, or prototype. When PreferenceServiceImpl.doResolve processes workspace settings, malicious preference values can pollute Object.prototype, altering application logic across the Theia process.

Detection Guidance

Check workspace settings files like .theia/settings.json or .vscode/settings.json for suspicious entries containing prototype pollution keys such as __proto__, constructor, or prototype. Inspect preference resolution logs for unexpected prototype modifications during application startup.

Impact Analysis

An attacker could manipulate inherited properties in the application by injecting prototype pollution via workspace settings files. This may lead to logic tampering, unauthorized configuration access, or denial of service, depending on how preferences are handled in the host application.

Mitigation Strategies

Update Eclipse Theia to a version beyond 1.73.1 where the fix is implemented. If updating is not possible, manually inspect and sanitize preference files, removing any prototype pollution keys. Implement input validation to reject __proto__, constructor, and prototype keys during preference processing.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-14574. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart