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
    • 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-2026-2265

CVE-2026-2265: Replicator npm Package RCE Vulnerability

CVE-2026-2265 is a remote code execution vulnerability in the Replicator npm package version 1.0.5 that allows unauthenticated attackers to execute arbitrary code. This article covers technical details, impacts, and mitigations.

Published: April 2, 2026

CVE-2026-2265 Overview

An unauthenticated remote code execution (RCE) vulnerability exists in applications that use the Replicator node package manager (npm) version 1.0.5 to deserialize untrusted user input and execute the resulting object. This insecure deserialization vulnerability allows attackers to craft malicious serialized payloads that, when processed by the Replicator package, can lead to arbitrary code execution on the target system.

Critical Impact

Attackers can exploit this vulnerability to execute arbitrary code remotely without authentication, potentially compromising entire Node.js applications and underlying server infrastructure.

Affected Products

  • Replicator npm package version 1.0.5
  • Applications using Replicator to deserialize untrusted user input
  • Node.js applications with exposed deserialization endpoints

Discovery Timeline

  • April 1, 2026 - CVE-2026-2265 published to NVD
  • April 1, 2026 - Last updated in NVD database

Technical Details for CVE-2026-2265

Vulnerability Analysis

The Replicator npm package is designed to serialize and deserialize JavaScript objects, enabling the transfer of complex data structures across different contexts. The vulnerability arises when the package processes untrusted user-supplied input during deserialization operations. When an application deserializes data from an untrusted source without proper validation, attackers can inject malicious payloads that get executed during the deserialization process.

This class of vulnerability is particularly dangerous in Node.js applications because JavaScript's dynamic nature allows serialized objects to contain executable code. When the Replicator package reconstructs these objects, any embedded malicious logic can be triggered, leading to remote code execution on the server.

Root Cause

The root cause of this vulnerability lies in the unsafe handling of user-controlled input during object deserialization. The Replicator package version 1.0.5 does not adequately validate or sanitize the structure of serialized data before reconstructing JavaScript objects. This allows attackers to craft payloads containing malicious object properties or prototype chains that execute arbitrary code when the object is instantiated or when specific properties are accessed.

Insecure deserialization vulnerabilities in JavaScript typically exploit prototype pollution, constructor injection, or the execution of getter/setter functions during object reconstruction.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying an endpoint or functionality where the application uses Replicator to deserialize data
  2. Crafting a malicious serialized payload containing code execution primitives
  3. Sending the payload to the vulnerable endpoint
  4. The application deserializes the payload using Replicator, triggering code execution

The exploitation does not require any special privileges, making it accessible to any network attacker who can reach the vulnerable application. Technical details and analysis are available in the Moriel Harush CVE-2026-2265 Analysis.

Detection Methods for CVE-2026-2265

Indicators of Compromise

  • Unexpected child processes spawning from Node.js application processes
  • Unusual network connections originating from the application server
  • Suspicious entries in application logs indicating deserialization of malformed objects
  • Evidence of reverse shell connections or command execution in system logs

Detection Strategies

  • Monitor application dependencies using npm audit or similar tools to identify vulnerable Replicator package versions
  • Implement application-level logging for all deserialization operations to capture anomalous payloads
  • Deploy runtime application self-protection (RASP) solutions to detect and block deserialization attacks
  • Use SentinelOne's Singularity platform to monitor for suspicious process execution chains originating from Node.js applications

Monitoring Recommendations

  • Enable verbose logging for all API endpoints that accept serialized data
  • Implement anomaly detection for unusual payload sizes or structures in deserialization functions
  • Monitor for process creation events from Node.js workers that deviate from normal application behavior
  • Track outbound network connections from application servers for potential data exfiltration or C2 communication

How to Mitigate CVE-2026-2265

Immediate Actions Required

  • Audit all applications to identify usage of the Replicator npm package version 1.0.5
  • Review and update the package to a patched version if available, as referenced in GitHub Pull Request #19
  • Implement input validation on all endpoints that accept serialized data
  • Consider removing or replacing the Replicator package with a more secure alternative if no patch is available

Patch Information

A fix for this vulnerability has been proposed in GitHub Pull Request #19 in the Replicator GitHub Repository. Organizations should monitor the repository for official releases incorporating this fix and update their dependencies accordingly.

Workarounds

  • Never deserialize data from untrusted sources; implement strict input validation before processing
  • Use allowlisting to restrict the types of objects that can be deserialized
  • Implement Content Security Policy headers and other defense-in-depth measures to limit the impact of successful exploitation
  • Isolate applications using Replicator in sandboxed environments to contain potential compromise
bash
# Check for vulnerable Replicator version in your project
npm list replicator

# Audit npm dependencies for known vulnerabilities
npm audit

# Update to latest version when patch is available
npm update replicator

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNpm

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • GitHub Repo for Replicator

  • GitHub Pull Request #19

  • Moriel Harush CVE-2026-2265 Analysis
  • Related CVEs
  • CVE-2026-3449: @tootallnate/once Package DoS Vulnerability

  • CVE-2026-0775: npm CLI Privilege Escalation Vulnerability
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