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
    • 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-25548

CVE-2026-25548: InvoicePlane RCE Vulnerability

CVE-2026-25548 is a critical remote code execution flaw in InvoicePlane 1.7.0 that exploits LFI and log poisoning. Authenticated admins can execute arbitrary commands. This article covers technical details, impact, and patches.

Published: February 20, 2026

CVE-2026-25548 Overview

InvoicePlane is a self-hosted open source application for managing invoices, clients, and payments. A critical Remote Code Execution (RCE) vulnerability exists in InvoicePlane 1.7.0 through a chained Local File Inclusion (LFI) and Log Poisoning attack. An authenticated administrator can execute arbitrary system commands on the server by manipulating the public_invoice_template setting to include poisoned log files containing PHP code. Version 1.7.1 patches the issue.

Critical Impact

Authenticated administrators can achieve full remote code execution on the server by chaining LFI with log poisoning, potentially leading to complete system compromise.

Affected Products

  • InvoicePlane version 1.7.0
  • Self-hosted InvoicePlane deployments with administrator access
  • Systems where log files are accessible via the web server process

Discovery Timeline

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

Technical Details for CVE-2026-25548

Vulnerability Analysis

This vulnerability (CWE-94: Improper Control of Generation of Code) enables Remote Code Execution through a sophisticated attack chain combining Local File Inclusion with Log Poisoning techniques. The attack requires administrator-level authentication, but once achieved, grants the attacker complete control over the underlying server.

The vulnerability exists in how InvoicePlane handles the public_invoice_template setting. Instead of properly validating and sanitizing this input parameter, the application allows path traversal sequences that can be exploited to include arbitrary files from the filesystem, including log files that the attacker has previously poisoned with malicious PHP code.

Root Cause

The root cause lies in insufficient input validation within the application's template handling mechanism. The public_invoice_template configuration setting accepts user-controlled input that is subsequently used in file inclusion operations without adequate sanitization. This allows an authenticated administrator to specify paths outside the intended template directory, ultimately including log files that contain attacker-controlled content.

Attack Vector

The attack vector is network-based and requires authentication with administrator privileges. The exploitation occurs in two phases:

  1. Log Poisoning Phase: The attacker injects malicious PHP code into application log files through crafted requests, user-agent strings, or other logged parameters.

  2. Local File Inclusion Phase: The attacker modifies the public_invoice_template setting to point to the poisoned log file, causing the server to parse and execute the embedded PHP code.

The following code shows the security patch applied in version 1.7.1:

php
 
     public function run($config = null, &$data = null)
     {
-        if (is_object($config)) {
-            $this->CI = &$config;
-        }
+        (is_object($config)) && $this->CI = &$config;
 
         return parent::run($data);
     }

Source: GitHub Commit Details

Additionally, the patch updated the CodeIgniter framework dependency:

php
  * This variable must contain the name of your "system" directory.
  * Set the path if it is not in the same directory as this file.
  */
-$system_path = 'vendor/codeigniter/framework/system';
+$system_path = 'vendor/pocketarc/codeigniter/system';
 
 /*
  *---------------------------------------------------------------

Source: GitHub Commit Details

Detection Methods for CVE-2026-25548

Indicators of Compromise

  • Unusual modifications to the public_invoice_template configuration setting containing path traversal sequences (e.g., ../, ..%2f)
  • Log files containing PHP code patterns such as <?php, system(, exec(, or passthru(
  • Unexpected administrator account access or configuration changes
  • Web server access logs showing requests with suspicious payloads in User-Agent or other headers

Detection Strategies

  • Monitor application configuration changes, specifically tracking any modifications to template-related settings
  • Implement file integrity monitoring on log directories to detect injection of executable code patterns
  • Review web server access logs for path traversal attempts targeting the template configuration endpoint
  • Deploy web application firewall (WAF) rules to detect and block LFI and log poisoning attack patterns

Monitoring Recommendations

  • Enable detailed logging for all administrative actions within InvoicePlane
  • Configure alerts for configuration changes that include file path references or special characters
  • Monitor server processes spawned by the web server user for unexpected command execution
  • Implement anomaly detection for unusual file access patterns in the application directory structure

How to Mitigate CVE-2026-25548

Immediate Actions Required

  • Upgrade InvoicePlane to version 1.7.1 or later immediately
  • Audit administrator account access and review recent configuration changes
  • Examine log files for signs of PHP code injection attempts
  • Restrict network access to the InvoicePlane administrative interface to trusted IP addresses only

Patch Information

InvoicePlane has released version 1.7.1 which addresses this vulnerability. The patch is available via the official GitHub commit. Additional details about the vulnerability and fix can be found in the GitHub Security Advisory.

Workarounds

  • Implement strict input validation on the public_invoice_template setting at the web server or WAF level to block path traversal sequences
  • Configure the web server to deny access to log files and restrict file inclusion to the designated template directory
  • Enforce principle of least privilege by limiting administrator account access and enabling multi-factor authentication
  • Place InvoicePlane behind a reverse proxy with additional security controls to filter malicious requests
bash
# Example Apache configuration to restrict file inclusion
<Directory "/var/www/invoiceplane">
    Options -Indexes -FollowSymLinks
    AllowOverride None
    
    # Block access to log files
    <FilesMatch "\.(log|txt)$">
        Require all denied
    </FilesMatch>
</Directory>

# Block path traversal in URLs
RewriteEngine On
RewriteCond %{QUERY_STRING} (\.\./|\.\.%2f) [NC,OR]
RewriteCond %{REQUEST_URI} (\.\./|\.\.%2f) [NC]
RewriteRule .* - [F,L]

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechInvoiceplane

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.27%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • GitHub Commit Details

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-67084: InvoicePlane File Upload RCE 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