Cyber Resilience

CVE-2025-67084

Invoiceplane ≤ 1.6.4

Public PoC
Published
15 January 2026
Modified
22 January 2026
Patch / advisory
CVSS Score v3.1 9.9
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0040 33th percentile
Risk Priority 68 floored blend · peak EPSS

Summary

CVE-2025-67084 is a critical-severity PHP (CWE-616) vulnerability in Invoiceplane Invoiceplane. Its CVSS base score is 9.9 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 33th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SA-8 (Security and Privacy Engineering Principles) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-67084 is a file upload vulnerability in InvoicePlane through version 1.6.3 that allows authenticated attackers to upload arbitrary PHP files into the attachments directory, enabling remote code execution (RCE) when those files are later accessed. This issue is classified under CWE-616 and carries a CVSS v3.1 base score of 9.9 (AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H), reflecting its critical severity due to network accessibility, low attack complexity, and broad impact across confidentiality, integrity, and availability.

The vulnerability can be exploited by any authenticated user with low privileges over the network, requiring no user interaction. Successful exploitation allows attackers to execute arbitrary code on the server by uploading malicious PHP files that are stored and then remotely triggered, potentially leading to full server compromise given the changed scope and high impact metrics.

Mitigation guidance is available in advisories such as the Helx.io security advisory at https://www.helx.io/blog/advisory-invoice-plane/ and the InvoicePlane GitHub repository at https://github.com/InvoicePlane/InvoicePlane. The CVE was published on 2026-01-15T15:15:51.427.

EU & UK References

Vulnerability Data

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

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-67082Same product: Invoiceplane Invoiceplane
CVE-2025-67083Same product: Invoiceplane Invoiceplane
CVE-2024-12362Same product: Invoiceplane Invoiceplane
CVE-2025-64012Same product: Invoiceplane Invoiceplane
CVE-2026-23491Same product: Invoiceplane Invoiceplane
CVE-2026-25594Same product: Invoiceplane Invoiceplane
CVE-2026-25595Same product: Invoiceplane Invoiceplane
CVE-2026-26270Same product: Invoiceplane Invoiceplane
CVE-2024-56975Same product: Invoiceplane Invoiceplane
CVE-2026-24743Same product: Invoiceplane Invoiceplane

Affected Assets

invoiceplane
invoiceplane
≤ 1.6.4

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Engineering principles such as complete mediation and least privilege require the use of the canonical $_FILES array rather than attacker-writable globals.

Proper validation of all file-upload inputs stops attackers from supplying or overwriting the legacy global variables that the flawed code relies on.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent use of the deprecated PHP upload globals and variable-overwrite flaws.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development can detect the legacy upload pattern before deployment.

prevents

Secure development lifecycle mandates proper input handling and file-upload validation, directly addressing the outdated global-variable approach.

prevents

Application security requirements include secure file-upload mechanisms that eliminate reliance on the four legacy PHP variables.

prevents

Secure architecture principles discourage unsafe global state, indirectly reducing exposure to variable-injection attacks.

prevents

Secure coding explicitly prohibits use of deprecated upload variables and requires validated, server-side file handling.

References