CVE-2026-39353 PUBLISHED

InvoicePlane: Remote Code Execution via Writable Templates Directory

Assigner: GitHub_M
Reserved: 06.04.2026 Published: 25.09.2026 Updated: 25.09.2026

InvoicePlane is a self-hosted open source application for managing invoices, clients, and payments. Prior to 1.7.2-rc-1, InvoicePlane builds its permitted template list by scanning a PHP template directory that can be written through an administrator-controlled file-write capability. A malicious PHP file placed in the directory is automatically trusted by Mdl_templates and can be selected as public_invoice_template. When a public invoice is rendered, the guest View controller includes the trusted file and executes it with web-server privileges. This issue is fixed in version 1.7.2-rc-1.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
CVSS Score: 9.1

Product Status

Vendor InvoicePlane
Product InvoicePlane
Versions
  • Version < 1.7.2-rc-1 is affected

References

Problem Types

  • CWE-98: Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') CWE
  • CWE-693: Protection Mechanism Failure CWE
  • CWE-732: Incorrect Permission Assignment for Critical Resource CWE