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-2026-23491

CVE-2026-23491: InvoicePlane Path Traversal Vulnerability

CVE-2026-23491 is a path traversal vulnerability in InvoicePlane that allows unauthenticated attackers to read sensitive files including database credentials. This article covers the technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2026-23491 Overview

A path traversal vulnerability exists in the get_file method of the Guest module's Get controller in InvoicePlane, a self-hosted open source application for managing invoices, clients, and payments. The vulnerability affects InvoicePlane versions up to and including 1.6.3 and allows unauthenticated attackers to read arbitrary files on the server by manipulating the input filename parameter. This can lead to the disclosure of sensitive information, including configuration files containing database credentials.

Critical Impact

Unauthenticated attackers can exploit this path traversal flaw to read sensitive server files, including database configuration credentials, potentially leading to complete system compromise.

Affected Products

  • InvoicePlane versions up to and including 1.6.3
  • InvoicePlane Guest module (Get controller)
  • Self-hosted InvoicePlane installations with exposed web interfaces

Discovery Timeline

  • 2026-02-18 - CVE-2026-23491 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-23491

Vulnerability Analysis

This path traversal vulnerability (CWE-22) exists in the get_file method within InvoicePlane's Guest module Get controller. The application fails to properly sanitize user-supplied filename parameters, allowing attackers to use directory traversal sequences (such as ../) to escape the intended directory and access arbitrary files on the server's filesystem.

The vulnerability is particularly severe because it requires no authentication to exploit. Any attacker with network access to the InvoicePlane installation can leverage this flaw to read sensitive files. The most critical impact is the potential exposure of configuration files containing database credentials, which could enable subsequent attacks including database compromise, data theft, or further lateral movement within the infrastructure.

Root Cause

The root cause of this vulnerability is improper input validation in the get_file method. The application does not adequately sanitize or validate the filename parameter before using it to construct file paths, allowing directory traversal sequences to bypass intended access restrictions. Without proper path canonicalization or allowlist validation, user-controlled input can be used to reference files outside the intended directory.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can craft malicious HTTP requests to the vulnerable Guest module endpoint, supplying a filename parameter containing path traversal sequences. By using patterns such as ../../../etc/passwd or targeting application-specific configuration files, the attacker can read sensitive data from the server.

The attack flow involves:

  1. Identifying an InvoicePlane installation (versions 1.6.3 or earlier)
  2. Sending crafted requests to the Guest/Get/get_file endpoint
  3. Including directory traversal sequences in the filename parameter
  4. Retrieving sensitive files including configuration files with database credentials
text
// Security patch excerpt from InvoicePlane commit
 *.bak
 npm-debug.log
 yarn-error.log
+.temp

Source: GitHub Commit

Detection Methods for CVE-2026-23491

Indicators of Compromise

  • HTTP requests to Guest module endpoints containing path traversal sequences (../, ..%2f, %2e%2e/)
  • Unusual file access attempts targeting configuration files such as ipconfig.php or database.php
  • Web server access logs showing requests with encoded directory traversal patterns
  • Anomalous read operations on sensitive system files from the web server process

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block path traversal patterns in HTTP requests
  • Monitor web server access logs for requests containing ../ sequences or URL-encoded equivalents
  • Deploy file integrity monitoring on critical configuration files to detect unauthorized access
  • Configure intrusion detection systems (IDS) with signatures for path traversal attack patterns

Monitoring Recommendations

  • Enable detailed logging on InvoicePlane application and web server for forensic analysis
  • Set up alerts for access attempts to files outside the expected application directory structure
  • Monitor database activity for unusual connection attempts that may indicate credential theft
  • Review authentication logs for potential follow-on attacks using compromised credentials

How to Mitigate CVE-2026-23491

Immediate Actions Required

  • Upgrade InvoicePlane to version 1.6.4 or later immediately
  • Restrict network access to InvoicePlane installations to trusted IP ranges where possible
  • Review web server access logs for evidence of exploitation attempts
  • Rotate database credentials and any other sensitive information that may have been exposed

Patch Information

InvoicePlane version 1.6.4 fixes this vulnerability. The security patch addresses the improper input validation in the get_file method. Organizations should upgrade to the patched version immediately.

For detailed patch information, refer to the GitHub Security Advisory GHSA-88gq-mv54-v3fc and the commit changes.

Workarounds

  • Implement WAF rules to block requests containing path traversal sequences targeting InvoicePlane endpoints
  • Place InvoicePlane behind a VPN or restrict access to trusted networks only
  • Use web server configuration to deny access to sensitive configuration directories
  • Disable or restrict access to the Guest module if guest functionality is not required
bash
# Example Apache configuration to restrict access
<Directory /var/www/invoiceplane/application>
    # Deny access to configuration files
    <FilesMatch "\.(php|ini|conf)$">
        Require all denied
    </FilesMatch>
</Directory>

# Block path traversal patterns in mod_security
SecRule REQUEST_URI "\.\./" "id:1001,deny,status:403,msg:'Path Traversal Attempt'"

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechInvoiceplane

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.15%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Commit Changes

  • GitHub Security Advisory GHSA-88gq-mv54-v3fc
  • Related CVEs
  • CVE-2025-67083: InvoicePlane Path Traversal Vulnerability

  • CVE-2026-25595: InvoicePlane XSS Vulnerability

  • CVE-2026-26281: InvoicePlane Stored XSS Vulnerability

  • CVE-2026-24745: InvoicePlane Stored 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