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

CVE-2025-67084: InvoicePlane File Upload RCE Vulnerability

CVE-2025-67084 is a file upload vulnerability in InvoicePlane through version 1.6.3 that enables authenticated attackers to upload and execute malicious PHP files. This article covers technical details, impact, and mitigation.

Published: January 23, 2026

CVE-2025-67084 Overview

A critical file upload vulnerability exists in InvoicePlane through version 1.6.3 that allows authenticated attackers to upload arbitrary PHP files into attachments. These malicious files can subsequently be executed remotely, leading to Remote Code Execution (RCE) on the affected server. This vulnerability represents a severe security risk as it enables attackers with valid credentials to completely compromise the underlying system.

Critical Impact

Authenticated attackers can achieve full Remote Code Execution by uploading and executing arbitrary PHP files through the attachment functionality, potentially leading to complete system compromise.

Affected Products

  • InvoicePlane versions through 1.6.3
  • All installations with file attachment functionality enabled
  • Systems running PHP with standard web server configurations

Discovery Timeline

  • 2026-01-15 - CVE CVE-2025-67084 published to NVD
  • 2026-01-22 - Last updated in NVD database

Technical Details for CVE-2025-67084

Vulnerability Analysis

This vulnerability is classified under CWE-616 (Incomplete Identification of Uploaded File Variables). The core issue stems from InvoicePlane's failure to properly validate and sanitize uploaded files within its attachment handling functionality. While the application requires authentication, once an attacker has valid credentials (even with minimal privileges), they can exploit the attachment upload feature to introduce malicious PHP code onto the server.

The attack surface is network-accessible, meaning remote attackers can exploit this vulnerability from anywhere with network access to the vulnerable InvoicePlane instance. The exploitation complexity is low, requiring only basic understanding of web application attacks and PHP execution.

Root Cause

The root cause of this vulnerability lies in insufficient file upload validation within InvoicePlane's attachment handling mechanism. The application fails to properly identify and restrict uploaded file types, allowing PHP files to be uploaded and stored in web-accessible directories. Specifically:

  • The application does not adequately verify file extensions against a strict allowlist
  • MIME type validation is either missing or can be easily bypassed
  • Uploaded files are stored in locations that allow direct PHP execution
  • No filename sanitization prevents the use of executable extensions like .php

Attack Vector

The attack vector involves an authenticated user exploiting the file attachment functionality to upload a malicious PHP file. The attacker crafts a PHP webshell or reverse shell payload, then uses the legitimate attachment upload feature to place this file on the server. Since the uploaded files are stored in web-accessible directories without proper execution restrictions, the attacker can then navigate directly to the uploaded file's URL to trigger PHP execution.

The attack flow typically involves:

  1. Authenticating to InvoicePlane with any valid user account
  2. Accessing a feature that allows file attachments (such as invoice attachments)
  3. Uploading a PHP file containing malicious code (potentially disguised or with manipulated headers)
  4. Determining or guessing the upload path where the file is stored
  5. Accessing the uploaded PHP file directly via its URL to execute arbitrary code

For technical implementation details, refer to the Helx Blog Advisory.

Detection Methods for CVE-2025-67084

Indicators of Compromise

  • Presence of unexpected .php files in attachment upload directories
  • Web server access logs showing direct requests to attachment storage paths with PHP file extensions
  • Unusual process spawning from the web server process (e.g., bash, sh, cmd.exe)
  • Outbound network connections originating from the web server to unknown external hosts

Detection Strategies

  • Monitor file system writes in attachment directories for files with executable extensions (.php, .phtml, .php5, etc.)
  • Implement web application firewall (WAF) rules to detect PHP content in file upload requests
  • Review web server access logs for direct access attempts to attachment directories
  • Deploy file integrity monitoring on upload directories to detect unauthorized file additions

Monitoring Recommendations

  • Enable detailed logging for all file upload operations in InvoicePlane
  • Configure alerts for any PHP file creation in web-accessible directories
  • Monitor outbound network traffic from the web server for anomalous connections
  • Implement process monitoring to detect unexpected child processes spawned by the web server

How to Mitigate CVE-2025-67084

Immediate Actions Required

  • Upgrade InvoicePlane to a patched version when available from the InvoicePlane GitHub Repository
  • Review all users with access to file upload functionality and remove unnecessary accounts
  • Audit attachment directories for any existing malicious PHP files
  • Implement network segmentation to limit the impact of potential compromise

Patch Information

As of the last update, organizations should monitor the official InvoicePlane GitHub Repository for security updates addressing this vulnerability. Review the Helx Blog Advisory for additional guidance and updates on patch availability.

Workarounds

  • Configure the web server to disable PHP execution in upload/attachment directories using .htaccess rules or server configuration
  • Implement strict file type validation at the web server level to block PHP file uploads
  • Move attachment storage directories outside of the web root to prevent direct access
  • Deploy a reverse proxy with strict content filtering to inspect and block malicious uploads
bash
# Apache configuration to disable PHP execution in uploads directory
# Add to .htaccess in the attachments directory or Apache configuration
<Directory /path/to/invoiceplane/uploads/attachments>
    php_admin_flag engine Off
    <FilesMatch "\.ph(p[3457]?|t|tml)$">
        Require all denied
    </FilesMatch>
</Directory>

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.9

  • EPSS Probability0.05%

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

  • Helx Blog Advisory
  • Related CVEs
  • CVE-2026-25548: InvoicePlane 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