Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2020-7774

CVE-2020-7774: Y18n Prototype Pollution Vulnerability

CVE-2020-7774 is a prototype pollution vulnerability in the Y18n package that affects versions before 3.2.2, 4.0.1, and 5.0.5. This post covers technical details, affected versions, security impact, and mitigation steps.

Published: March 4, 2026

CVE-2020-7774 Overview

CVE-2020-7774 is a Prototype Pollution vulnerability affecting the y18n package, a popular internationalization (i18n) library for Node.js applications. The y18n package versions before 3.2.2, 4.0.1, and 5.0.5 are vulnerable to prototype pollution attacks, which can allow attackers to manipulate the behavior of JavaScript applications by injecting properties into Object prototypes.

Critical Impact

This vulnerability enables attackers to inject arbitrary properties into JavaScript object prototypes via network-accessible vectors, potentially leading to remote code execution, denial of service, or authentication bypass in affected Node.js applications.

Affected Products

  • y18n_project y18n (versions before 3.2.2, 4.0.1, and 5.0.5)
  • Oracle GraalVM Enterprise (versions 19.3.5, 20.3.1.2, 21.0.0.2)
  • Siemens SINEC Infrastructure Network Services

Discovery Timeline

  • 2020-11-17 - CVE-2020-7774 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-7774

Vulnerability Analysis

Prototype Pollution is a JavaScript-specific vulnerability class (CWE-1321) that occurs when untrusted user input is merged into JavaScript objects without proper sanitization. In the case of y18n, the vulnerability exists in the library's internationalization functions that process locale data.

The y18n package provides simple i18n functionality for Node.js applications, allowing developers to manage translations and locale strings. The vulnerable code path allows attackers to inject properties like __proto__ or constructor.prototype through maliciously crafted locale data, which then pollutes the base Object prototype.

When the Object prototype is polluted, all objects in the application inherit the injected properties. This can lead to various attack scenarios including property injection that bypasses security checks, modification of application logic, denial of service through property conflicts, and in some cases, remote code execution when polluted properties are used in dangerous contexts like command execution or file operations.

Root Cause

The root cause of this vulnerability lies in the unsafe recursive merge operations within y18n's locale handling functions. The library fails to properly validate or sanitize special JavaScript properties such as __proto__, constructor, and prototype when processing user-controlled input. This allows attackers to traverse the prototype chain and inject malicious properties into the base Object prototype that all JavaScript objects inherit from.

Attack Vector

The vulnerability is exploitable via network-accessible vectors where attackers can supply malicious input to y18n's locale processing functions. This includes scenarios where locale files or translation strings are loaded from untrusted sources, where user input influences translation keys or values, or where APIs expose y18n functionality to external requests.

Exploitation involves crafting a payload that contains prototype pollution gadgets. When y18n processes this malicious input through its setLocale or similar functions, the properties are recursively merged into internal objects, ultimately polluting the Object prototype. Successful exploitation requires no authentication or privileges and does not require user interaction.

Detection Methods for CVE-2020-7774

Indicators of Compromise

  • Unexpected properties appearing on JavaScript objects that were not explicitly defined
  • Application behavior anomalies related to object property access returning unexpected values
  • Error logs showing undefined method calls on objects due to prototype chain manipulation
  • Anomalous network requests containing __proto__ or constructor keywords in JSON payloads

Detection Strategies

  • Implement Software Composition Analysis (SCA) scanning to identify vulnerable y18n versions in your dependency tree
  • Monitor application logs for JSON parsing errors or unexpected property access patterns
  • Deploy runtime application self-protection (RASP) solutions capable of detecting prototype pollution attempts
  • Use npm audit or similar dependency scanning tools to identify CVE-2020-7774 in your projects

Monitoring Recommendations

  • Enable verbose logging for Node.js applications to capture unusual object manipulation events
  • Monitor incoming HTTP requests for payloads containing prototype pollution patterns (__proto__, constructor.prototype)
  • Implement content security policies and input validation layers at API boundaries
  • Track dependency versions across your software supply chain for vulnerable y18n packages

How to Mitigate CVE-2020-7774

Immediate Actions Required

  • Update y18n to version 3.2.2 or later for the 3.x branch
  • Update y18n to version 4.0.1 or later for the 4.x branch
  • Update y18n to version 5.0.5 or later for the 5.x branch
  • Review and update Oracle GraalVM and Siemens SINEC Infrastructure Network Services per vendor advisories

Patch Information

The y18n maintainers have released patched versions that address this prototype pollution vulnerability. The fix is available in the GitHub Pull Request which implements proper sanitization of dangerous properties during object merging operations. Oracle has addressed this in their April 2021 CPU, and Siemens has published guidance in their Security Advisory SSA-389290.

Workarounds

  • Implement input validation to reject objects containing __proto__, constructor, or prototype properties before passing data to y18n
  • Use Object.freeze() on Object.prototype to prevent prototype modification at application startup
  • Consider using Object.create(null) for data objects that will be merged with user input
  • Implement a Content Security Policy that restricts dynamic code execution in browser environments
bash
# Update y18n to patched version
npm update y18n

# Verify installed version is patched
npm list y18n

# Audit for additional vulnerabilities
npm audit

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeOther

  • Vendor/TechY18n

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.47%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-1321
  • Technical References
  • GitHub Issue Discussion

  • Snyk Java Vulnerability SNYK-JAVA-ORGWEBJARSNPM-1038306

  • Snyk JavaScript Vulnerability SNYK-JS-Y18N-1021887
  • Vendor Resources
  • Siemens Security Advisory SSA-389290

  • GitHub Pull Request Update

  • Oracle April 2021 Security Alerts
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English