@theia/core@1.74.0-next.30

Theia is a cloud & desktop IDE framework implemented in TypeScript.

  • latest version

    1.74.1

  • latest non vulnerable version

  • first published

    9 years ago

  • latest version published

    12 days ago

  • licenses detected

  • Direct Vulnerabilities

    Known vulnerabilities in the @theia/core package. This does not include vulnerabilities belonging to this package’s dependencies.

    Fix vulnerabilities automatically

    Snyk's AI Trust Platform automatically finds the best upgrade path and integrates with your development workflows. Secure your code at zero cost.

    Fix for free
    VulnerabilityVulnerable Version
    • M
    Prototype Pollution

    @theia/core is a the main extension for all Theia-based applications, and provides the main framework for all dependent extensions.

    Affected versions of this package are vulnerable to Prototype Pollution via the PreferenceUtils.merge function in PreferenceUtils within preference resolution. An attacker can pollute Object.prototype and alter application logic by supplying crafted workspace preference JSON such as .theia/settings.json or .vscode/settings.json that is merged when the user opens the workspace. Because PreferenceServiceImpl.doResolve invokes this merge path across default, user, workspace, and folder scopes, a malicious nested __proto__, constructor, or prototype key in preference data can affect objects throughout the Theia process, causing incorrect behavior for the user and potentially impacting other features that rely on plain object properties.

    How to fix Prototype Pollution?

    Upgrade @theia/core to version 1.74.0 or higher.

    >=0.7.0 <1.74.0