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

CVE-2025-64401: Apache OpenOffice Auth Bypass Vulnerability

CVE-2025-64401 is an authorization bypass flaw in Apache OpenOffice that allows external links to load without user consent via floating frames. This article covers technical details, affected versions, and mitigation.

Published: April 29, 2026

CVE-2025-64401 Overview

A Missing Authorization vulnerability has been identified in Apache OpenOffice that allows attackers to craft malicious documents capable of loading external links without user consent. The vulnerability specifically affects how OpenOffice handles "floating frames" linked to external files, bypassing the expected security prompt that should alert users before loading external content.

When a user opens a specially crafted document containing floating frames, the application automatically loads the contents of those frames from external sources without requesting permission. This behavior circumvents security controls designed to protect users from potentially malicious external content loading.

Critical Impact

Attackers can craft documents that automatically load external content without user consent, potentially enabling data exfiltration, tracking, or delivery of malicious payloads through trusted document workflows.

Affected Products

  • Apache OpenOffice through version 4.1.15
  • All Apache OpenOffice installations prior to version 4.1.16

Discovery Timeline

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

Technical Details for CVE-2025-64401

Vulnerability Analysis

This vulnerability (CWE-862: Missing Authorization) stems from Apache OpenOffice's failure to enforce proper authorization checks when processing floating frame elements within documents. Floating frames are document components that can reference and display content from external URLs. Under normal security conditions, the application should prompt users before fetching any external resources, allowing them to make informed decisions about whether to trust the content source.

The issue manifests when OpenOffice parses documents containing floating frame elements with external URL references. The authorization check that should trigger a user prompt is bypassed, allowing the external content to load automatically. This represents a significant security control failure as it removes the user's ability to consent to external connections.

It's worth noting that LibreOffice previously reported this same vulnerability class as CVE-2023-2255, indicating this is a known issue pattern within OpenDocument format implementations.

Root Cause

The root cause is a Missing Authorization vulnerability (CWE-862) in Apache OpenOffice's floating frame handling code. The application fails to implement proper authorization checks before initiating network requests for externally linked frame content. This allows the security prompt mechanism to be bypassed entirely, creating a pathway for silent external resource loading.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction beyond opening the malicious document. An attacker can exploit this vulnerability through the following approach:

  1. Document Crafting: The attacker creates an OpenOffice document containing floating frame elements that reference attacker-controlled external URLs
  2. Document Distribution: The malicious document is distributed to victims through email attachments, file sharing, or other document delivery mechanisms
  3. Silent Execution: When the victim opens the document in a vulnerable version of Apache OpenOffice, the floating frames automatically load content from the external URLs without displaying a security prompt
  4. Impact Realization: The attacker can leverage this behavior for user tracking, network reconnaissance, credential harvesting through NTLM relay attacks, or delivery of additional malicious content

The vulnerability exploits the trust users place in document files and the expectation that office applications will warn them before making external network connections.

Detection Methods for CVE-2025-64401

Indicators of Compromise

  • Unexpected outbound network connections originating from soffice.bin or related OpenOffice processes
  • Documents containing suspicious floating frame elements with external URL references
  • Network logs showing connections to unknown or suspicious external domains immediately after document opening events
  • HTTP/HTTPS requests from OpenOffice processes to external servers that were not explicitly authorized by users

Detection Strategies

  • Monitor network traffic from Apache OpenOffice processes for unexpected external connections
  • Implement document scanning solutions that can analyze ODF files for floating frame elements with external URL references
  • Deploy endpoint detection rules to alert on OpenOffice processes initiating network connections to untrusted domains
  • Configure web proxy logging to correlate document open events with subsequent outbound requests

Monitoring Recommendations

  • Enable verbose logging for Apache OpenOffice to track document loading events and external resource requests
  • Implement network segmentation to restrict OpenOffice processes from accessing untrusted external resources
  • Deploy SIEM rules correlating process execution events with network connection attempts
  • Configure alerts for bulk document scanning or processing operations that may indicate reconnaissance activity

How to Mitigate CVE-2025-64401

Immediate Actions Required

  • Upgrade Apache OpenOffice to version 4.1.16 or later immediately
  • Audit recently opened documents for suspicious floating frame content
  • Review network logs for potential exploitation attempts during the vulnerable period
  • Implement temporary network restrictions for OpenOffice processes until patching is complete

Patch Information

Apache has released version 4.1.16 of OpenOffice which addresses this vulnerability. Users are strongly recommended to upgrade to this version to remediate the issue. Additional details are available through the Apache Security Mailing List and the official OpenOffice CVE-2025-64401 advisory.

Workarounds

  • Disable or restrict network access for Apache OpenOffice processes at the firewall or host level until patching can be completed
  • Configure endpoint protection to block outbound connections from soffice.bin and related OpenOffice executables
  • Implement document sandboxing to isolate potentially malicious documents from network resources
  • Train users to exercise caution when opening documents from untrusted sources
bash
# Block OpenOffice outbound connections (Linux iptables example)
# Identify OpenOffice user or run with restricted permissions
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 Score7.5

  • EPSS Probability0.15%

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

  • OpenOffice CVE-2025-64401
  • Related CVEs
  • CVE-2025-64403: 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