SpotiByeAds icon indicating copy to clipboard operation
SpotiByeAds copied to clipboard

CVE-2020-7774 (High) detected in y18n-4.0.0.tgz

Open mend-bolt-for-github[bot] opened this issue 4 years ago • 0 comments

CVE-2020-7774 - High Severity Vulnerability

Vulnerable Library - y18n-4.0.0.tgz

the bare-bones internationalization library used by yargs

Library home page: https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/y18n/package.json

Dependency Hierarchy:

  • compiler-cli-8.0.3.tgz (Root Library)
    • yargs-13.1.0.tgz
      • :x: y18n-4.0.0.tgz (Vulnerable Library)

Found in HEAD commit: 5ab87822afd91cf2c356b709e4d7762392cfc200

Found in base branch: master

Vulnerability Details

This affects the package y18n before 3.2.2, 4.0.1 and 5.0.5. PoC by po6ix: const y18n = require('y18n')(); y18n.setLocale('proto'); y18n.updateLocale({polluted: true}); console.log(polluted); // true

Publish Date: 2020-11-17

URL: CVE-2020-7774

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High
For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.npmjs.com/advisories/1654

Release Date: 2020-11-17

Fix Resolution (y18n): 4.0.1

Direct dependency fix Resolution (@angular/compiler-cli): 8.1.0


Step up your Open Source Security Game with Mend here