๐Ÿ” CVE Alert

CVE-2026-71233

HIGH 8.7

InvoiceNinja: Stored XSS via Invoice/Quote Terms Field

CVSS Score
8.7
EPSS Score
0.0%
EPSS Percentile
0th

InvoiceNinja v5-stable renders an invoice or quote's "terms" field in the client portal using Laravel Blade's raw output directive {!! $entity->terms !!} (resources/views/portal/ninja2020/invoices/includes/terms.blade.php) with no HTML sanitization. StoreInvoiceRequest.php only strips newlines from the field and does not purify HTML. An authenticated user with invoice creation access can set the terms field via the REST API (PUT /api/v1/invoices/{id}) to an HTML/JavaScript payload that executes in the client's browser when they view the invoice, enabling session cookie theft and client account takeover. This is a distinct code path from the previously published invoice line-item description field XSS (GHSA-98wm-cxpw-847p / CVE-2026-33628).

CWE CWE-79
Vendor invoiceninja
Product invoiceninja
Published Aug 5, 2026
Last Updated Aug 5, 2026
Stay Ahead of the Next One

Get instant alerts for invoiceninja invoiceninja

Be the first to know when new high vulnerabilities affecting invoiceninja invoiceninja are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

invoiceninja / invoiceninja
5.0.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/invoiceninja/invoiceninja

Credits

alibek baxtiyarov