PatchSiren cyber security CVE debrief
CVE-2026-85289 InvoicePlane CVE debrief
CVE-2026-85289 debrief based on the supplied source corpus. The CVE record was published on 2026-09-25T16:17:28.157Z and has not been modified since then. This CSRF vulnerability in InvoicePlane allows attackers to delete financial records and other application data. Administrators of InvoicePlane installations should verify their version and apply the patch to prevent unauthorized deletion of sensitive data. The vulnerability exists in versions prior to 1.7.2, where delete methods lack CSRF token validation, allowing cross-origin form submissions through authenticated administrator browsers.
- Vendor
- InvoicePlane
- Product
- Unknown
- CVSS
- MEDIUM 6.5
- 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
Administrators of InvoicePlane installations, security teams, and developers responsible for maintaining and securing InvoicePlane instances should be aware of this vulnerability. They should verify their version and apply the patch to prevent unauthorized deletion of financial records and other application data. This is crucial to prevent potential disruption to business operations and financial management, as well as to mitigate reputational damage due
Why it matters
CVE-2026-85289 is a CSRF vulnerability in InvoicePlane that allows attackers to delete financial records and other application data. Administrators of InvoicePlane installations should verify their version and apply the patch to prevent unauthorized deletion of sensitive data.
- Unauthorized deletion of financial records and other application data
- Potential disruption to business operations and financial management
- Need for verification of InvoicePlane version and application of patch
- Possible reputational damage due to security incident
Technical summary
InvoicePlane versions prior to 1.7.2 omit CSRF token validation for delete methods, allowing attackers to submit cross-origin forms through authenticated administrator browsers to delete financial records and other application data. This vulnerability exists in the Payments::delete(), Recurring::delete(), and User_clients::delete() methods. The issue is fixed in version 1.7.2, which includes the necessary validation to prevent such attacks. Administrators of InvoicePlane installations should verify their version and apply the patch.
Defensive priority
Administrators of InvoicePlane installations should verify their version and apply the patch to prevent unauthorized deletion of financial records and other application data.
Recommended defensive actions
- Verify InvoicePlane version and apply patch to 1.7.2 or later
- Review and update CSRF token validation for delete methods
- Monitor for suspicious activity and implement compensating controls
- Review 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
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
Evidence notes
The CVE record and source references indicate that InvoicePlane versions prior to 1.7.2 are vulnerable to CSRF attacks, allowing unauthorized deletion of financial records and other application data. This is due to the lack of CSRF token validation in delete methods. Administrators should verify their version and apply the patch to 1.7.2 or later. Evidence is limited to CVE metadata and source references.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-85289 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-85289
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-85289 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-85289
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/215b8c1acca7560d00b7e463fb1c6fe98235ab95
-
Source reference
Unverified legacy reference
URL: https://github.com/InvoicePlane/InvoicePlane/pull/1637
-
Source reference
Unverified legacy reference
URL: https://github.com/InvoicePlane/InvoicePlane/releases/tag/v1.7.2
-
Source reference
Unverified legacy reference
URL: https://github.com/InvoicePlane/InvoicePlane/security/advisories/GHSA-9372-vj68-hmc3
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.