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
    • 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-2025-9118

CVE-2025-9118: Google Cloud Dataform Path Traversal Flaw

CVE-2025-9118 is a path traversal flaw in Google Cloud Dataform's NPM package installation that lets attackers access other customers' repositories. This article covers technical details, affected versions, and mitigations.

Published: April 1, 2026

CVE-2025-9118 Overview

A path traversal vulnerability exists in the NPM package installation process of Google Cloud Dataform that allows a remote attacker to read and write files in other customers' repositories via a maliciously crafted package.json file. This vulnerability is classified as CWE-22 (Path Traversal) and enables cross-tenant data access in a multi-tenant cloud environment.

Critical Impact

This vulnerability allows unauthenticated attackers to traverse directory boundaries during NPM package installation, potentially accessing and modifying sensitive data belonging to other cloud customers. The cross-tenant nature of this vulnerability significantly amplifies its severity.

Affected Products

  • Google Cloud Dataform

Discovery Timeline

  • 2025-08-25 - CVE-2025-9118 published to NVD
  • 2025-08-25 - Last updated in NVD database

Technical Details for CVE-2025-9118

Vulnerability Analysis

This path traversal vulnerability resides within the NPM package installation workflow of Google Cloud Dataform. The vulnerability allows attackers to escape intended directory constraints by crafting malicious package.json files that contain path traversal sequences. When processed during package installation, these sequences enable unauthorized file system access beyond the attacker's designated repository boundaries.

The multi-tenant architecture of Google Cloud Dataform means that successful exploitation could provide access to other customers' repositories, creating a severe cross-tenant data breach scenario. Both read and write operations are possible, allowing attackers to exfiltrate sensitive configuration data, source code, or inject malicious content into victim repositories.

Root Cause

The root cause is improper validation and sanitization of file paths during the NPM package installation process. The Dataform service fails to adequately normalize and validate paths specified within package.json files, allowing directory traversal sequences (such as ../) to escape the intended installation directory. This lack of path canonicalization before file operations enables attackers to reference arbitrary locations within the shared file system infrastructure.

Attack Vector

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

  1. Creating a malicious NPM package with a crafted package.json file containing path traversal sequences
  2. Publishing the malicious package to a registry accessible by the target Dataform environment
  3. Triggering the package installation process, either directly or by having the malicious package listed as a dependency
  4. The traversal sequences are processed during installation, granting access to files outside the attacker's repository boundary

The vulnerability mechanism involves the manipulation of file paths within the package.json structure. When Dataform processes these paths during package installation, insufficient path validation allows directory traversal sequences to escape the intended installation directory. This enables both read operations (exfiltrating data from other repositories) and write operations (injecting malicious content). For detailed technical information, refer to the Google Cloud Security Bulletin.

Detection Methods for CVE-2025-9118

Indicators of Compromise

  • Unexpected file access patterns in Dataform repository logs showing paths outside normal boundaries
  • Presence of package.json files containing path traversal sequences such as ../ or encoded variants
  • Unusual NPM package installation activities referencing unknown or suspicious packages
  • Repository integrity anomalies including unexpected file modifications or new files in customer repositories

Detection Strategies

  • Implement file integrity monitoring on Dataform repository storage to detect unauthorized modifications
  • Monitor NPM package installation logs for packages containing path traversal patterns in their metadata
  • Deploy cloud audit logging with alerts for cross-repository file access attempts
  • Scan package.json files for directory traversal sequences before processing

Monitoring Recommendations

  • Enable Google Cloud Audit Logs for all Dataform operations and configure alerts for anomalous file access patterns
  • Implement real-time monitoring for file system operations that traverse parent directories
  • Configure security information and event management (SIEM) rules to detect path traversal attempt patterns

How to Mitigate CVE-2025-9118

Immediate Actions Required

  • Review Google Cloud Security Bulletin GCP-2025-045 for vendor-provided remediation guidance
  • Audit existing Dataform repositories for signs of unauthorized access or modification
  • Implement strict package allowlisting to control which NPM packages can be installed
  • Review repository access logs for any suspicious activity patterns

Patch Information

Google has addressed this vulnerability in their managed service. Refer to the Google Cloud Security Bulletin for specific patch information and remediation steps. As this is a managed cloud service, patches are typically applied by Google automatically, but customers should verify their environments are protected.

Workarounds

  • Implement strict network egress controls to limit package registry access to known-safe sources
  • Enable additional repository isolation through Google Cloud organizational policies
  • Conduct manual review of all package.json files before allowing package installations
  • Consider temporarily restricting NPM package installation capabilities until patch confirmation
bash
# Example: Scan for path traversal patterns in package.json files
grep -rn "\.\.\/" ./dataform-project/package*.json

# Example: Audit Cloud Dataform API calls
gcloud logging read 'resource.type="cloud_dataform_repository"' --limit=100 --format=json

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechGoogle Cloud Dataform

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.30%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Google Cloud Security Bulletin
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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