A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2025-0982

CVE-2025-0982: Google Application Integration RCE Flaw

CVE-2025-0982 is a sandbox escape RCE vulnerability in Google Cloud Application Integration's JavaScript Task feature that allows arbitrary code execution via the Rhino engine. This article covers technical details, impact, and mitigation.

Published: March 24, 2026

CVE-2025-0982 Overview

A critical sandbox escape vulnerability exists in the JavaScript Task feature of Google Cloud Application Integration. The flaw allows an attacker to execute arbitrary unsandboxed code via crafted JavaScript code executed by the Rhino engine. This vulnerability stems from CWE-829 (Inclusion of Functionality from Untrusted Control Sphere), where the Rhino JavaScript engine fails to properly isolate executed code from the underlying system.

Critical Impact

Attackers can break out of the JavaScript sandbox to execute arbitrary code on the underlying Google Cloud infrastructure, potentially compromising confidentiality and integrity of cloud workloads and data.

Affected Products

  • Google Application Integration (all versions using the Rhino JavaScript engine)

Discovery Timeline

  • February 6, 2025 - CVE CVE-2025-0982 published to NVD
  • July 30, 2025 - Last updated in NVD database

Technical Details for CVE-2025-0982

Vulnerability Analysis

This sandbox escape vulnerability affects the JavaScript Task feature within Google Cloud Application Integration. The vulnerability exploits weaknesses in the Rhino JavaScript engine's sandbox implementation, allowing malicious actors to craft JavaScript code that escapes the intended execution boundaries. When successful, this escape grants attackers the ability to execute code outside the sandbox's security constraints, potentially accessing resources and functionality that should be isolated from user-provided scripts.

The vulnerability is particularly concerning in cloud environments where multi-tenant isolation is critical. A successful exploit could allow an attacker to access data or resources belonging to other tenants or the underlying infrastructure itself.

Root Cause

The root cause of this vulnerability is classified as CWE-829 (Inclusion of Functionality from Untrusted Control Sphere). The Rhino JavaScript engine, which was used to execute JavaScript Task code, contained insufficient sandbox restrictions. This allowed specially crafted JavaScript code to invoke functionality outside the intended sandbox boundaries, effectively bypassing the security isolation measures designed to protect the host environment from untrusted code execution.

Attack Vector

The attack is network-based, requiring the attacker to submit crafted JavaScript code through the Application Integration's JavaScript Task feature. The attack does not require authentication or user interaction, though it does require high attack complexity to successfully craft the sandbox escape payload.

An attacker would need to:

  1. Gain access to create or modify JavaScript Tasks within Google Cloud Application Integration
  2. Craft malicious JavaScript code that exploits weaknesses in the Rhino engine's sandbox implementation
  3. Execute the task, causing the code to break out of the sandbox and run with elevated privileges

The vulnerability affects the confidentiality and integrity of both the vulnerable system and subsequent systems, though availability impact has not been demonstrated.

Detection Methods for CVE-2025-0982

Indicators of Compromise

  • Unusual JavaScript Task executions attempting to access system-level resources or APIs outside the sandbox scope
  • JavaScript code containing reflection-based attacks or attempts to access Java classes directly through Rhino engine bridges
  • Unexpected outbound network connections or data exfiltration from Application Integration workloads

Detection Strategies

  • Monitor Google Cloud audit logs for suspicious JavaScript Task creation or modification events
  • Implement code review processes for JavaScript Tasks to identify potentially malicious sandbox escape patterns
  • Enable detailed logging for Application Integration workflows to capture execution anomalies

Monitoring Recommendations

  • Review Application Integration activity logs regularly for unauthorized task executions
  • Configure Cloud Monitoring alerts for unusual JavaScript Task behavior patterns
  • Audit existing JavaScript Tasks to ensure they do not contain suspicious code patterns associated with sandbox escapes

How to Mitigate CVE-2025-0982

Immediate Actions Required

  • Verify that your Google Cloud Application Integration environment is no longer using the Rhino JavaScript engine (deprecated as of January 24, 2025)
  • Review all existing JavaScript Tasks for potentially malicious code before migrating to the new JavaScript engine
  • Audit Application Integration access permissions to ensure only authorized users can create or modify JavaScript Tasks

Patch Information

Google has addressed this vulnerability by deprecating the Rhino JavaScript engine entirely. Effective January 24, 2025, Application Integration no longer supports Rhino as the JavaScript execution engine. No further fix actions are required as the vulnerable component has been removed from the service. Organizations should review the Google Cloud Release Notes for additional details on the migration to the new JavaScript engine.

Workarounds

  • Ensure all Application Integration environments have been updated to use the replacement JavaScript engine that succeeded Rhino
  • Restrict access to JavaScript Task creation and modification to trusted administrators only
  • Implement additional input validation and code review processes for any JavaScript Tasks in your environment

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGoogle Application Integration

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-829
  • Technical References
  • Google Cloud Release Notes
  • Latest CVEs
  • CVE-2026-50263: X.org X Server Use-After-Free Flaw

  • CVE-2026-21033: Samsung Assistant RCE Vulnerability

  • CVE-2026-21032: Samsung Assistant RCE Vulnerability

  • CVE-2026-50260: X.org X Server Use-After-Free Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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