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

CVE-2025-46320: Claris FileMaker Server XSS Vulnerability

CVE-2025-46320 is a cross-site scripting flaw in Claris FileMaker Server's WebDirect custom homepage that enables unauthorized access and remote code execution. This article covers technical details, affected versions, and patches.

Published: February 27, 2026

CVE-2025-46320 Overview

A cross-site scripting (XSS) vulnerability exists in the FileMaker WebDirect custom homepage feature that could allow attackers to execute arbitrary JavaScript code in the context of authenticated user sessions. This vulnerability could lead to unauthorized access and potentially enable remote code execution on affected systems. The flaw has been fully addressed in FileMaker Server 22.0.4 and FileMaker Server 21.1.7.

Critical Impact

Attackers can inject malicious scripts through the WebDirect custom homepage, potentially stealing session tokens, credentials, or executing actions on behalf of authenticated users.

Affected Products

  • Claris FileMaker Server versions prior to 22.0.4
  • Claris FileMaker Server versions prior to 21.1.7
  • FileMaker WebDirect custom homepage configurations

Discovery Timeline

  • 2026-02-24 - CVE-2025-46320 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2025-46320

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting (XSS). The flaw resides in the FileMaker WebDirect custom homepage functionality, where user-supplied input is not properly sanitized before being rendered in the web interface.

The attack requires user interaction, as a victim must navigate to a page containing the malicious payload. When successfully exploited, the attacker's JavaScript code executes within the security context of the victim's browser session, enabling potential session hijacking, credential theft, or further attacks against the FileMaker Server environment.

Root Cause

The vulnerability stems from insufficient input validation and output encoding in the WebDirect custom homepage feature. When administrators configure custom homepage content, the application fails to properly sanitize or encode user-controllable data before reflecting it back to users' browsers. This allows attackers to craft malicious payloads that bypass existing security controls and execute arbitrary client-side code.

Attack Vector

The attack is network-based and requires no authentication from the attacker's perspective. However, it does require user interaction—specifically, a victim must be tricked into visiting a specially crafted URL or interacting with malicious content that triggers the XSS payload. The scope is changed, meaning the vulnerable component (FileMaker WebDirect) impacts resources beyond its security scope, potentially affecting other applications or data accessible from the victim's browser session.

An attacker could exploit this vulnerability by:

  1. Crafting a malicious URL containing JavaScript payload targeting the custom homepage
  2. Distributing the malicious link via phishing emails or other social engineering techniques
  3. Waiting for an authenticated FileMaker user to click the link
  4. Executing arbitrary JavaScript in the victim's browser to steal session cookies, capture credentials, or perform unauthorized actions

Detection Methods for CVE-2025-46320

Indicators of Compromise

  • Unusual JavaScript execution patterns or errors in client browser consoles when accessing FileMaker WebDirect
  • Unexpected network requests to external domains originating from the FileMaker WebDirect interface
  • Modified or suspicious content appearing in the custom homepage configuration
  • User reports of unexpected behavior or redirects when accessing WebDirect

Detection Strategies

  • Implement web application firewall (WAF) rules to detect common XSS payloads in requests to FileMaker WebDirect endpoints
  • Monitor server logs for requests containing suspicious JavaScript patterns or encoded script tags
  • Deploy browser-based XSS detection through Content Security Policy (CSP) violation reporting
  • Utilize SentinelOne Singularity Platform to detect anomalous script execution and network behavior on endpoints accessing FileMaker WebDirect

Monitoring Recommendations

  • Enable detailed access logging for the FileMaker WebDirect service
  • Configure alerts for unusual patterns in HTTP request parameters targeting custom homepage endpoints
  • Monitor for CSP violations which may indicate XSS exploitation attempts
  • Review FileMaker Server administrative changes to custom homepage configurations

How to Mitigate CVE-2025-46320

Immediate Actions Required

  • Upgrade FileMaker Server to version 22.0.4 or 21.1.7 immediately to address this vulnerability
  • Review and audit any custom homepage configurations for potentially malicious content
  • Implement Content Security Policy (CSP) headers to restrict script execution sources
  • Temporarily disable custom homepage functionality if immediate patching is not feasible

Patch Information

Claris has released security updates that fully address this vulnerability. Administrators should upgrade to FileMaker Server 22.0.4 for the 22.x branch or FileMaker Server 21.1.7 for the 21.x branch. For detailed patch information and download links, refer to the Claris Support Article.

Workarounds

  • Disable custom homepage functionality in FileMaker WebDirect until patches can be applied
  • Implement strict Content Security Policy headers to prevent inline script execution
  • Deploy a web application firewall (WAF) with XSS detection rules in front of the FileMaker Server
  • Restrict access to FileMaker WebDirect to trusted networks or VPN-connected users only
bash
# Example: Apache configuration to add Content Security Policy header
# Add to your FileMaker Server's web server configuration
<IfModule mod_headers.c>
    Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline';"
</IfModule>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechClaris Filemaker Server

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • Claris Support Article
  • Related CVEs
  • CVE-2025-46295: Claris FileMaker Server 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