CVE Vulnerabilities

CVE-2025-67084

Incomplete Identification of Uploaded File Variables (PHP)

Published: Jan 15, 2026 | Modified: Jan 22, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu
root.io logo minimus.io logo echo.ai logo

File upload vulnerability in InvoicePlane through 1.6.3 allows authenticated attackers to upload arbitrary PHP files into attachments, which can later be executed remotely, leading to Remote Code Execution (RCE).

Weakness

The PHP application uses an old method for processing uploaded files by referencing the four global variables that are set for each file (e.g. $varname, $varname_size, $varname_name, $varname_type). These variables could be overwritten by attackers, causing the application to process unauthorized files.

Affected Software

NameVendorStart VersionEnd Version
InvoiceplaneInvoiceplane*1.6.4 (excluding)

Potential Mitigations

References