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-2025-70830

CVE-2025-70830: Datart Freemarker SSTI RCE Vulnerability

CVE-2025-70830 is a Server-Side Template Injection flaw in Datart's Freemarker engine that enables authenticated attackers to execute arbitrary code. This article covers technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2025-70830 Overview

A Server-Side Template Injection (SSTI) vulnerability exists in the Freemarker template engine of Datart v1.0.0-rc.3. This vulnerability allows authenticated attackers to execute arbitrary code on the server by injecting crafted Freemarker template syntax into the SQL script field. SSTI vulnerabilities are particularly dangerous as they can lead to complete server compromise when template engines process user-controlled input without proper sanitization.

Critical Impact

Authenticated attackers can achieve arbitrary code execution on the underlying server, potentially leading to full system compromise, data exfiltration, and lateral movement within the network.

Affected Products

  • Datart v1.0.0-rc.3

Discovery Timeline

  • 2026-02-17 - CVE-2025-70830 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2025-70830

Vulnerability Analysis

This vulnerability falls under CWE-94 (Improper Control of Generation of Code - Code Injection). The Freemarker template engine in Datart processes user-supplied input within SQL script fields without adequate input validation or sandboxing. Freemarker is a Java-based template engine commonly used to generate dynamic content, and when improperly configured, it can expose dangerous built-in functions that allow arbitrary code execution.

Server-Side Template Injection occurs when an attacker is able to inject malicious template directives into a template that is then processed by the server-side template engine. In this case, the SQL script field accepts Freemarker syntax, which the engine evaluates during template rendering. This allows attackers to break out of the intended data context and execute arbitrary Freemarker directives, including those that can invoke Java methods directly.

The vulnerability requires authentication, meaning an attacker must first have valid credentials to access the Datart application before exploiting this flaw. However, once authenticated, the attacker can leverage the SSTI to execute operating system commands, read sensitive files, establish reverse shells, or perform other malicious actions with the privileges of the application server.

Root Cause

The root cause of this vulnerability is the lack of proper input sanitization and inadequate sandboxing of the Freemarker template engine. When user-controlled data is passed directly to the template engine for processing without filtering dangerous template syntax, attackers can inject malicious template expressions. The Freemarker engine, by default, provides access to powerful built-in functions including the ability to instantiate Java objects and invoke methods, which can be abused to achieve code execution.

Attack Vector

The attack is network-based and requires low complexity to exploit. An authenticated attacker can craft a malicious payload containing Freemarker template syntax and inject it into the SQL script field within the Datart application. When the application processes this input through the Freemarker template engine, the injected template code is evaluated, leading to arbitrary code execution on the server.

The attack leverages Freemarker's built-in mechanisms to access Java classes and methods. Common exploitation techniques involve accessing the freemarker.template.utility.Execute class or using Freemarker's new() built-in to instantiate dangerous Java objects. The attacker can then invoke methods such as Runtime.getRuntime().exec() to execute arbitrary system commands.

For detailed information on Server-Side Template Injection attacks, see the PortSwigger SSTI Research. The Datart project repository and CVE-2025-70830 exploit repository provide additional technical context.

Detection Methods for CVE-2025-70830

Indicators of Compromise

  • Unusual template syntax patterns in SQL script field inputs, particularly containing Freemarker directives like <#assign>, ${...}, or <#list>
  • Server logs showing Java class instantiation attempts through template processing, especially references to Runtime, ProcessBuilder, or Execute
  • Unexpected outbound network connections from the Datart application server
  • Evidence of command execution in application logs or process monitoring tools
  • Presence of new files or modifications to existing files on the server with application service account ownership

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common SSTI payloads targeting Freemarker template syntax
  • Monitor application logs for template parsing errors or exceptions that may indicate exploitation attempts
  • Deploy endpoint detection solutions to identify suspicious process spawning from the Java application process
  • Establish baseline behavior for the Datart application and alert on anomalous activities such as unexpected child processes

Monitoring Recommendations

  • Enable detailed logging for the Datart application, particularly for SQL script field submissions and template processing
  • Configure security information and event management (SIEM) alerts for patterns matching known Freemarker exploitation techniques
  • Monitor network traffic from the application server for unusual outbound connections or data exfiltration indicators
  • Implement file integrity monitoring on critical server directories to detect unauthorized modifications

How to Mitigate CVE-2025-70830

Immediate Actions Required

  • Restrict access to the Datart application to only trusted authenticated users until a patch is available
  • Implement network segmentation to limit the blast radius if the application server is compromised
  • Deploy WAF rules to filter requests containing known SSTI payloads
  • Review and audit existing user accounts for unnecessary access privileges
  • Monitor the application closely for signs of exploitation

Patch Information

As of the last NVD update on 2026-02-18, no official patch has been published by the Datart project. Organizations should monitor the Datart GitHub repository for security updates and apply patches as soon as they become available. Consider implementing the workarounds below until an official fix is released.

Workarounds

  • Configure Freemarker to use a restrictive sandbox configuration that disables dangerous built-ins such as new(), api, and exec
  • Implement strict input validation on the SQL script field to reject or sanitize template syntax before processing
  • Deploy the Datart application with minimal privileges to reduce the impact of successful exploitation
  • Consider placing the application behind an additional authentication layer to limit the attack surface
  • Disable or restrict access to the SQL script functionality if it is not essential to business operations
bash
# Example: Restrict Freemarker configuration (implementation varies by deployment)
# Add to Datart configuration or create a custom TemplateLoader
# Disable new_builtin_class_resolver to prevent arbitrary class instantiation
freemarker.new_builtin_class_resolver=safer
freemarker.api_builtin_enabled=false

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechFreemarker

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability0.02%

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

  • GitHub CVE-2025-70830 Exploit

  • PortSwigger Server-Side Template Injection
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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