2 matches found
CVE-2026-85289 InvoicePlane: Missing CSRF Token Validation on Multiple Delete Endpoints
InvoicePlane is a self-hosted open source application for managing invoices, clients, and payments. Prior to 1.7.2, InvoicePlane omits ensurevalidpostrequest from delete methods including Payments::delete, Recurring::delete, and Userclients::delete. Although the routes require POST, they do not...
CVE-2026-85289 InvoicePlane: Missing CSRF Token Validation on Multiple Delete Endpoints
The open-source application InvoicePlane (prior to version 1.7.2) is vulnerable to Cross-Site Request Forgery (CSRF) due to missing CSRF token validation on specific delete methods. Specifically, the Payments::delete(), Recurring::delete(), and User_clients::delete() functions omit the ensure_val...