CVE-2026-33628 PUBLISHED

Invoice Ninja Denylist Bypass may Lead to Stored XSS via Invoice Line Items

Assigner: GitHub_M
Reserved: 23.03.2026 Published: 26.03.2026 Updated: 27.03.2026

Invoice Ninja is a source-available invoice, quote, project and time-tracking app built with Laravel. Invoice line item descriptions in Invoice Ninja v5.13.0 bypass the XSS denylist filter, allowing stored XSS payloads to execute when invoices are rendered in the PDF preview or client portal. The line item description field was not passed through purify::clean() before rendering. This is fixed in v5.13.4 by the vendor by adding purify::clean() to sanitize line item descriptions.

Metrics

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

Product Status

Vendor invoiceninja
Product invoiceninja
Versions
  • Version < 5.13.4 is affected

References

Problem Types

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE
  • CWE-116: Improper Encoding or Escaping of Output CWE
  • CWE-184: Incomplete List of Disallowed Inputs CWE