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-2023-1183

CVE-2023-1183: LibreOffice Path Traversal Vulnerability

CVE-2023-1183 is a path traversal flaw in LibreOffice allowing attackers to write malicious files to arbitrary locations via crafted ODB databases. This article covers the technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2023-1183 Overview

A path traversal and improper input validation vulnerability was discovered in LibreOffice that allows attackers to write arbitrary files to attacker-controlled locations on the target system. The vulnerability exists in how LibreOffice processes ODB (OpenDocument Database) files containing embedded database/script files with malicious SCRIPT commands.

Critical Impact

An attacker can craft a specially designed ODB file that, when opened by a victim, writes arbitrary content to a location determined by the attacker. This could lead to code execution, configuration tampering, or persistence mechanisms on the target system.

Affected Products

  • LibreOffice (versions prior to patched releases)
  • LibreOffice 7.5.0
  • Fedora 38
  • Red Hat Enterprise Linux 8.0
  • Red Hat Enterprise Linux 9.0

Discovery Timeline

  • July 10, 2023 - CVE-2023-1183 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-1183

Vulnerability Analysis

This vulnerability (CWE-20: Improper Input Validation, CWE-22: Path Traversal) arises from insufficient validation of file paths within ODB database files. LibreOffice's handling of embedded scripts in ODB files fails to properly sanitize or restrict the destination path for file write operations triggered by SCRIPT commands.

When a user opens a maliciously crafted ODB file, the embedded database/script file can contain a SCRIPT command that instructs LibreOffice to write content to an arbitrary file system location. The lack of proper path validation means an attacker can specify paths outside the intended directory, enabling writes to sensitive system locations or user directories.

The local attack vector requires user interaction—specifically, the victim must open the malicious ODB file. However, once opened, no additional user consent is required for the file write operation to occur, making this an effective vector for social engineering attacks.

Root Cause

The root cause is improper input validation combined with path traversal weaknesses in LibreOffice's ODB file processing logic. The SCRIPT command handler does not adequately validate or sanitize the target file path specified within the database/script component of ODB files. This allows attackers to use path traversal sequences or absolute paths to write files to arbitrary locations accessible by the LibreOffice process.

Attack Vector

The attack requires local access in the form of the victim opening a malicious file. The attacker crafts an ODB file containing a specially constructed database/script file with a SCRIPT command that specifies an attacker-controlled destination path. The attack flow is as follows:

  1. Attacker creates a malicious ODB file with embedded script containing path traversal payload
  2. Victim receives the ODB file via email, download, or other delivery mechanism
  3. Victim opens the ODB file in LibreOffice
  4. LibreOffice processes the embedded script and writes attacker-controlled content to the specified location
  5. Attacker achieves arbitrary file write, potentially leading to code execution or system compromise

The vulnerability could be chained with other techniques to achieve code execution—for example, by writing to startup directories, cron jobs, or configuration files that are subsequently executed.

Detection Methods for CVE-2023-1183

Indicators of Compromise

  • Unexpected ODB files appearing in email attachments or downloads
  • LibreOffice processes writing files to unusual system locations
  • New or modified files in startup directories, user profile locations, or system configuration paths after opening ODB files
  • Suspicious database/script entries within ODB file archives

Detection Strategies

  • Monitor file system write operations from LibreOffice processes (soffice.bin, soffice) for writes to sensitive directories
  • Implement email gateway scanning for ODB files with suspicious embedded content
  • Deploy endpoint detection rules that alert on LibreOffice writing to startup folders or system directories
  • Use YARA rules to scan for ODB files containing path traversal patterns in embedded script components

Monitoring Recommendations

  • Enable enhanced file integrity monitoring on critical system directories
  • Configure audit logging for file creation events originating from office application processes
  • Monitor for ODB file downloads and email attachments as potential initial infection vectors
  • Review LibreOffice application logs for errors or warnings related to script processing

How to Mitigate CVE-2023-1183

Immediate Actions Required

  • Update LibreOffice to the latest patched version immediately
  • Block or quarantine ODB file attachments at email gateways until systems are patched
  • Educate users about the risks of opening untrusted database files
  • Consider temporarily disabling ODB file associations while evaluating patch deployment

Patch Information

LibreOffice has released security updates addressing this vulnerability. Organizations should update to the latest available version. Detailed patch information is available in the LibreOffice CVE-2023-1183 Advisory.

For Red Hat Enterprise Linux systems, consult the Red Hat CVE-2023-1183 Advisory for distribution-specific packages and updates.

Workarounds

  • Restrict opening of ODB files from untrusted sources through group policy or application controls
  • Configure application whitelisting to limit LibreOffice's ability to write to sensitive directories
  • Use sandboxed environments or virtual machines for opening untrusted database files
  • Implement read-only access controls on critical system directories to limit exploitation impact
bash
# Example: Block ODB files at the mail gateway (Postfix example)
# Add to /etc/postfix/mime_header_checks
/name=[^>]*\.odb/ REJECT ODB files not permitted due to CVE-2023-1183

# Reload Postfix configuration
postfix reload

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechLibreoffice

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability6.89%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-20

  • CWE-22
  • Technical References
  • Openwall OSS Vulnerability Update

  • Openwall OSS Vulnerability Update

  • Red Hat CVE-2023-1183 Advisory

  • Red Hat Bug Report #2208506
  • Vendor Resources
  • LibreOffice CVE-2023-1183 Advisory
  • Related CVEs
  • CVE-2024-5261: LibreOffice TLS Verification Vulnerability

  • CVE-2024-6472: LibreOffice Auth Bypass Vulnerability

  • CVE-2025-2866: LibreOffice PDF Signature Spoofing Flaw

  • CVE-2023-0950: LibreOffice Spreadsheet 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