The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-28478

CVE-2020-28478: Greensock GSAP Security Vulnerability

CVE-2020-28478 is a security vulnerability affecting Greensock Animation Platform (GSAP) versions before 3.6.0. This flaw poses risks to applications using vulnerable versions. This article covers technical details, impact, and steps.

Published: March 4, 2026

CVE-2020-28478 Overview

CVE-2020-28478 is a Denial of Service (DoS) vulnerability affecting the GreenSock Animation Platform (GSAP) package for Node.js. This vulnerability exists in versions prior to 3.6.0 and can be exploited remotely over the network without requiring authentication or user interaction.

Critical Impact

Attackers can remotely trigger a denial of service condition, causing application unavailability. The vulnerability requires no authentication and can be exploited from the network with low complexity.

Affected Products

  • GreenSock Animation Platform (GSAP) versions prior to 3.6.0
  • Node.js applications utilizing the vulnerable GSAP package

Discovery Timeline

  • 2021-01-19 - CVE-2020-28478 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-28478

Vulnerability Analysis

This vulnerability affects the GSAP (GreenSock Animation Platform) JavaScript animation library, which is widely used for creating high-performance animations in web applications. The flaw resides in the core functionality of the library and can lead to a denial of service condition when exploited.

The vulnerability allows an attacker to cause resource exhaustion or application crash through maliciously crafted input. Since the attack vector is network-based and requires no privileges or user interaction, it presents a significant risk to applications that process untrusted input through GSAP functions.

Root Cause

The root cause stems from insufficient input validation in the GSAP core module. According to the GitHub GSAP Source Code, the vulnerable code path exists in gsap-core.js. Without proper bounds checking or input sanitization, specially crafted input can trigger conditions that exhaust system resources or cause the application to become unresponsive.

Attack Vector

The attack can be conducted remotely over the network. An attacker does not need any privileges or user interaction to exploit this vulnerability. The attack complexity is low, making it accessible to attackers with minimal technical expertise.

The exploitation typically involves:

  1. Identifying an application endpoint that processes input through GSAP functions
  2. Crafting malicious input designed to trigger resource exhaustion
  3. Sending the payload to the target application
  4. The application becomes unresponsive or crashes due to the DoS condition

For detailed technical information about this vulnerability, refer to the Snyk Vulnerability Advisory.

Detection Methods for CVE-2020-28478

Indicators of Compromise

  • Sudden application unresponsiveness or crashes in Node.js applications using GSAP
  • Abnormal memory or CPU consumption patterns in web application processes
  • Increased error rates in application logs related to animation or rendering functions
  • Service degradation coinciding with unusual network traffic patterns

Detection Strategies

  • Monitor Node.js application health metrics for abnormal resource consumption
  • Implement application-level monitoring to detect GSAP-related exceptions and errors
  • Use Software Composition Analysis (SCA) tools to identify vulnerable GSAP versions in your codebase
  • Scan package.json and package-lock.json files for GSAP versions below 3.6.0

Monitoring Recommendations

  • Configure alerts for sudden spikes in memory or CPU usage in Node.js processes
  • Implement rate limiting on endpoints that process animation-related input
  • Monitor application logs for repeated crashes or restarts
  • Use dependency scanning in CI/CD pipelines to detect vulnerable GSAP versions

How to Mitigate CVE-2020-28478

Immediate Actions Required

  • Upgrade GSAP to version 3.6.0 or later immediately
  • Audit all applications and dependencies for vulnerable GSAP versions
  • Implement input validation for any user-controlled data processed by GSAP functions
  • Consider implementing rate limiting on affected endpoints as a temporary measure

Patch Information

The vulnerability has been addressed in GSAP version 3.6.0. Organizations should upgrade to this version or later to remediate the vulnerability. The fix can be applied by updating the package dependency:

bash
# Update GSAP to the latest secure version
npm update gsap

# Or install a specific patched version
npm install gsap@3.6.0

For more information, review the Snyk Vulnerability Advisory for detailed remediation guidance.

Workarounds

  • Implement strict input validation before passing data to GSAP functions
  • Deploy Web Application Firewall (WAF) rules to filter potentially malicious requests
  • Isolate GSAP processing in separate worker threads to limit impact of DoS conditions
  • Monitor and restart affected services automatically upon detection of unresponsive states
bash
# Configuration example for package.json to enforce minimum GSAP version
# Add to package.json overrides (npm 8.3+) or resolutions (yarn)
{
  "overrides": {
    "gsap": ">=3.6.0"
  }
}

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechGreensock Animation Platform

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.63%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • GitHub GSAP Source Code

  • Snyk Vulnerability SNYK-JS-GSAP-1054614
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS 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