PatchSiren cyber security CVE debrief
CVE-2026-39353 InvoicePlane CVE debrief
CVE-2026-39353 is a critical vulnerability in InvoicePlane, a self-hosted open-source application for managing invoices, clients, and payments. The vulnerability allows a malicious PHP file to be executed with web-server privileges when a public invoice is rendered. This issue is fixed in version 1.7.2-rc-1. Defenders responsible for managing InvoicePlane installations should assess exposure and apply the patch to prevent potential exploitation. The vulnerability is caused by InvoicePlane's permitted template list being built by scanning a PHP template directory that can be written through an administrator-controlled file-write capability. A malicious PHP file placed in the ...
- Vendor
- InvoicePlane
- Product
- Unknown
- CVSS
- CRITICAL 9.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
Defenders responsible for managing InvoicePlane installations should assess exposure and apply the patch. This vulnerability can lead to code execution with web-server privileges, making it a critical concern for InvoicePlane users.
Why it matters
CVE-2026-39353 is a critical vulnerability in InvoicePlane that allows code execution with web-server privileges. Defenders responsible for managing InvoicePlane installations should assess exposure and apply the patch to prevent potential exploitation.
- Code execution with web-server privileges when a public invoice is rendered
- Potential for malicious PHP files to be executed with elevated privileges
- Need for verification of exposure and application of the patch
Technical summary
The vulnerability is caused by InvoicePlane's permitted template list being built 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.
Defensive priority
Defenders should prioritize verifying exposure and applying the patch, as the vulnerability can lead to code execution with web-server privileges.
Recommended defensive actions
- Verify exposure by checking if the InvoicePlane version is prior to 1.7.2-rc-1
- Apply the patch by upgrading to version 1.7.2-rc-1 or later
- Restrict access to the PHP template directory to prevent malicious file uploads
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The vulnerability is caused by InvoicePlane's permitted template list being built 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.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-39353 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-39353
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-39353 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-39353
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/InvoicePlane/InvoicePlane/commit/00e599db25804024eb323cfb751349bf3b1d8e8a
-
Source reference
Unverified legacy reference
URL: https://github.com/InvoicePlane/InvoicePlane/pull/1536
-
Source reference
Unverified legacy reference
URL: https://github.com/InvoicePlane/InvoicePlane/releases/tag/v1.7.2-rc-1
-
Source reference
Unverified legacy reference
URL: https://github.com/InvoicePlane/InvoicePlane/security/advisories/GHSA-v735-2x3r-gwpp
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.