VulnerabilityAnalyzed
CVE-2026-33742
Product notes fields in Invoice Ninja v5.13.0 allow raw HTML via Markdown rendering, enabling stored XSS.
MEDIUM 5.4EPSS 0.20%
Does this matter?
Lower severity and a low EPSS score (0.20%). Track it; it rarely justifies an emergency change on its own.
Description
Invoice Ninja is a source-available invoice, quote, project and time-tracking app built with Laravel. Product notes fields in Invoice Ninja v5.13.0 allow raw HTML via Markdown rendering, enabling stored XSS. The Markdown parser output was not sanitized with `purify::clean()` before being included in invoice templates. This is fixed in v5.13.4 by the vendor by adding `purify::clean()` to sanitize Markdown output.
- CVSS 3.1
- 5.4 MEDIUMCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
- EPSS
- 0.20% probability · 10th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-79
- Affected
- invoiceninja/invoice ninja
- Source
- security-advisories@github.com
References
- https://github.com/invoiceninja/invoiceninja/releases/tag/v5.13.4Release Notes
- https://github.com/invoiceninja/invoiceninja/security/advisories/GHSA-xph7-9749-56mhExploit, Vendor Advisory
- https://github.com/invoiceninja/invoiceninja/security/advisories/GHSA-xph7-9749-56mhExploit, Vendor Advisory
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.