CVE-2026-85289 PUBLISHED

InvoicePlane: Missing CSRF Token Validation on Multiple Delete Endpoints

Assigner: GitHub_M
Reserved: 03.09.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, InvoicePlane omits ensure_valid_post_request() from delete methods including Payments::delete(), Recurring::delete(), and User_clients::delete(). Although the routes require POST, they do not validate the request's CSRF token. An attacker can submit a cross-origin form through an authenticated administrator's browser to delete financial records and other application data. This issue is fixed in version 1.7.2.

Metrics

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

Product Status

Vendor InvoicePlane
Product InvoicePlane
Versions
  • Version < 1.7.2 is affected

References

Problem Types

  • CWE-352: Cross-Site Request Forgery (CSRF) CWE