CVE Catalog

CVE-2026-85289

MediumCVSS 6.5
Published: Translated: NVD NIST

Summary

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. Fixed in version 1.7.2.

Risk Assessment

Risk of deleting sensitive financial data via CSRF attack, potentially leading to financial loss and data integrity compromise.

Recommendation

Update InvoicePlane to version 1.7.2 or later, which adds CSRF token validation to all state-changing methods, especially deletions.

Other vulnerabilities in InvoicePlane

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS