Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-64403

CVE-2025-64403: Apache OpenOffice Auth Bypass Vulnerability

CVE-2025-64403 is an authorization bypass flaw in Apache OpenOffice Calc that allows attackers to load external data links without user prompt. This article covers the technical details, affected versions, and mitigation.

Published: April 14, 2026

CVE-2025-64403 Overview

A Missing Authorization vulnerability (CWE-862) has been identified in Apache OpenOffice Calc that allows attackers to craft malicious documents containing external data source links that load without user prompt or authorization. This vulnerability enables unauthorized loading of external file references within spreadsheet documents, potentially leading to information disclosure or further exploitation.

Apache OpenOffice Calc spreadsheets support linking to other files through "external data sources" functionality. The vulnerability exists because the application fails to properly authorize these external link requests, allowing a crafted document to silently load external resources when opened by a victim.

Critical Impact

Attackers can craft malicious OpenOffice Calc documents that automatically load external data sources without user authorization, potentially exposing sensitive information or facilitating further attacks through unauthorized network connections.

Affected Products

  • Apache OpenOffice through version 4.1.15
  • Apache OpenOffice Calc spreadsheet component
  • All platforms running vulnerable OpenOffice versions

Discovery Timeline

  • 2025-11-12 - CVE-2025-64403 published to NVD
  • 2025-11-13 - Last updated in NVD database

Technical Details for CVE-2025-64403

Vulnerability Analysis

This vulnerability represents a Missing Authorization flaw in how Apache OpenOffice Calc handles external data source references within spreadsheet documents. The application provides functionality to embed links to external files as data sources, which under normal circumstances should prompt the user for authorization before loading. However, the vulnerability bypasses this authorization check, allowing malicious documents to automatically load external resources without user consent.

The attack requires user interaction in the form of opening a malicious document. Once opened, the document can initiate network connections to attacker-controlled servers or access local file resources without the user's knowledge. This can result in information disclosure through data exfiltration or credential theft via network authentication protocols.

Root Cause

The root cause is a Missing Authorization vulnerability (CWE-862) in the external data source loading mechanism within Apache OpenOffice Calc. The application fails to properly validate or prompt for user authorization before processing external data source links embedded in spreadsheet documents. This missing security control allows crafted documents to silently invoke external resource loading functionality that should require explicit user consent.

Attack Vector

The attack is network-based and requires the victim to open a specially crafted OpenOffice Calc spreadsheet document. The attacker creates a malicious .ods or compatible spreadsheet file containing external data source references pointing to attacker-controlled resources or sensitive local files.

When the victim opens the document, the external data sources are automatically loaded without any authorization prompt, potentially causing:

  • Outbound network connections to attacker infrastructure
  • Local file access and data exfiltration
  • Credential capture through authentication protocol abuse (SMB relay attacks)
  • Loading of malicious content from external sources

The vulnerability does not provide direct code execution capabilities but can be chained with other techniques to achieve more severe impacts.

Detection Methods for CVE-2025-64403

Indicators of Compromise

  • Unexpected outbound network connections originating from soffice.bin or OpenOffice processes
  • OpenOffice Calc spreadsheet files containing suspicious external data source references
  • Network traffic to unusual external endpoints when opening spreadsheet documents
  • SMB authentication attempts to untrusted servers when opening documents

Detection Strategies

  • Monitor for unexpected network connections from OpenOffice processes to external IP addresses
  • Implement file inspection for incoming spreadsheet documents containing external data source links
  • Deploy network-based detection rules for outbound connections from office application processes
  • Analyze document metadata for suspicious external reference configurations

Monitoring Recommendations

  • Enable enhanced logging for OpenOffice application activities
  • Monitor filesystem access patterns from OpenOffice processes for unusual local file reads
  • Track network connections originating from office productivity applications
  • Implement endpoint detection for document-based attacks targeting office suites

How to Mitigate CVE-2025-64403

Immediate Actions Required

  • Upgrade Apache OpenOffice to version 4.1.16 or later immediately
  • Review and restrict external data source functionality through application settings
  • Warn users about opening spreadsheet documents from untrusted sources
  • Implement network segmentation to limit potential exfiltration paths from workstations

Patch Information

Apache has released version 4.1.16 which addresses this vulnerability by implementing proper authorization checks for external data source loading. Users should upgrade to this version or later to remediate the vulnerability.

For detailed patch information, refer to the OpenOffice CVE-2025-64403 Security Advisory and the Apache Mailing List Discussion.

Workarounds

  • Disable or restrict external data source functionality in OpenOffice security settings until patching is complete
  • Block outbound network connections from OpenOffice processes at the firewall level
  • Implement document sanitization for incoming spreadsheet files from external sources
  • Use application sandboxing to limit OpenOffice's access to network and filesystem resources
bash
# Example: Block OpenOffice network access via iptables (Linux)
# Identify OpenOffice user/process and restrict outbound connections
iptables -A OUTPUT -m owner --cmd-owner soffice.bin -j DROP

# Or restrict to specific allowed destinations only
iptables -A OUTPUT -m owner --cmd-owner soffice.bin -d trusted-server.internal -j ACCEPT
iptables -A OUTPUT -m owner --cmd-owner soffice.bin -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechApache Openoffice

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • OpenWall OSS-Security Update
  • Vendor Resources
  • Apache Mailing List Discussion

  • OpenOffice CVE-2025-64403 Details
  • Related CVEs
  • CVE-2025-64401: Apache OpenOffice Auth Bypass Vulnerability

  • CVE-2020-13958: Apache OpenOffice 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