CVE Catalog

CVE-2026-71233

HighCVSS 8.7
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.20%

10th percentile - higher than 10% of all known CVEs

Summary

InvoiceNinja v5-stable renders an invoice or quote's "terms" field in the client portal using Laravel Blade's raw output directive {!! ->terms !!} (resources/views/portal/ninja2020/invoices/includes/terms.blade.php) with no HTML sanitization.

Risk Assessment

An attacker who can edit invoice terms can inject malicious HTML or JavaScript that executes in the client's browser, potentially leading to data theft or session hijacking.

Recommendation

Update InvoiceNinja to a version that sanitizes the terms field before rendering, or apply a workaround by disabling raw output for this field.

Related vulnerabilities

Original NVD description (English source)

InvoiceNinja v5-stable renders an invoice or quote's "terms" field in the client portal using Laravel Blade's raw output directive {!! ->terms !!} (resources/views/portal/ninja2020/invoices/includes/terms.blade.php) with no HTML sanitization.

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