PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-71233 invoiceninja CVE debrief

InvoiceNinja v5-stable is affected by a stored cross-site scripting (XSS) vulnerability. An authenticated user with invoice creation access can exploit this by setting the 'terms' field to an HTML/JavaScript payload that executes in the client's browser when they view the invoice. This allows for session cookie theft and client account takeover. The vulnerability exists due to the lack of HTML sanitization when rendering the 'terms' field in the client portal using Laravel Blade's raw output directive. Evidence is limited to public sources and vendor statements. Defenders should verify system configurations, review user input sanitization, and monitor for suspicious activity. To mitigate, operators should review and sanitize user-input terms field data, implement HTML sanitization for terms field rendering, restrict access to invoice creation to authorized users, and monitor for suspicious activity on client accounts.

Vendor
invoiceninja
Product
Unknown
CVSS
HIGH 8.7
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-05
Original CVE updated
2026-08-26
Advisory published
2026-08-05
Advisory updated
2026-08-26

Who should care

Users of InvoiceNinja v5-stable, particularly those with access to invoice creation, should be aware of this vulnerability and take steps to mitigate it. Operators of affected systems should review and sanitize user-input terms field data, implement HTML sanitization for terms field rendering, restrict access to invoice creation to authorized users, and monitor for suspicious activity on client accounts. Security teams should prioritize patching or mitigating this vulnerability to prevent potential session cookie theft and client account takeover.

Technical summary

InvoiceNinja v5-stable renders an invoice or quote's 'terms' field in the client portal using Laravel Blade's raw output directive {!! $entity->terms !!} without HTML sanitization. An authenticated user with invoice creation access can set the terms field 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 vulnerability is distinct from the previously published invoice line-item description field XSS (GHSA-98wm-cxpw-847p / CVE-2026-33628).

Defensive priority

Authenticated users with invoice creation access can exploit this vulnerability to execute HTML/JavaScript payloads in clients' browsers, enabling session cookie theft and client account takeover.

Recommended defensive actions

  • Review and sanitize user-input terms field data
  • Implement HTML sanitization for terms field rendering
  • Restrict access to invoice creation to authorized users
  • Monitor for suspicious activity on client accounts
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed

Evidence notes

The vulnerability exists in InvoiceNinja v5-stable, where the 'terms' field in the client portal is rendered using Laravel Blade's raw output directive without HTML sanitization. Authenticated users with invoice creation access can set the terms field to an HTML/JavaScript payload that executes in the client's browser. This issue allows for session cookie theft and client account takeover. Evidence is limited to public sources and vendor statements. Defenders should verify system configurations, review user input sanitization, and monitor for suspicious activity.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-71233 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-71233

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-71233 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-71233

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://github.com/invoiceninja/invoiceninja

    309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.