CVE-2026-85274 PUBLISHED

InvoicePlane: Recurring Invoice State Change via GET Request Without CSRF Protection

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 exposes Recurring::stop() as a state-changing GET route without CSRF token validation. When an authenticated administrator loads attacker-controlled content that requests /invoices/recurring/stop/{id}, the application stops the selected recurring invoice. An attacker can target multiple identifiers to interrupt recurring billing and cause financial loss. 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