← Back

Invoice Ninja

invoice_ninja

Vendor: Invoiceninja • 6 CVEs

CVEs (6)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Invoiceninja
1Invoice Ninja
Apr 2, 2026
Mar 30, 2026
N/A· v4
7.7 HIGH· v3
N/A· v2
Invoice Ninja v5.12.46 and v5.12.48 is vulnerable to Server-Side Request Forgery (SSRF) in CheckDatabaseRequest.php.
1Invoiceninja
1Invoice Ninja
Mar 30, 2026
Mar 26, 2026
N/A· v4
5.4 MEDIUM· v3
N/A· v2
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...Show more
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.Show less
1Invoiceninja
1Invoice Ninja
Mar 30, 2026
Mar 26, 2026
N/A· v4
5.4 MEDIUM· v3
N/A· v2
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 t...Show more
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.Show less
1Invoiceninja
1Invoice Ninja
Nov 21, 2024
Dec 24, 2021
N/A· v4
5.4 MEDIUM· v3
3.5 LOW· v2
invoiceninja is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
1Invoiceninja
1Invoice Ninja
Nov 21, 2024
Jun 6, 2021
N/A· v4
8.1 HIGH· v3
6.8 MEDIUM· v2
In Invoice Ninja before 4.4.0, there is an unsafe call to unserialize() in app/Ninja/Repositories/AccountRepository.php that may allow an attacker to deserialize arbitrary PHP classes. In certain contexts, this can resul...Show more
In Invoice Ninja before 4.4.0, there is an unsafe call to unserialize() in app/Ninja/Repositories/AccountRepository.php that may allow an attacker to deserialize arbitrary PHP classes. In certain contexts, this can result in remote code execution. The attacker's input must be hosted at http://www.geoplugin.net (cleartext HTTP), and thus a successful attack requires spoofing that site or obtaining control of it.Show less
1Invoiceninja
1Invoice Ninja
Nov 21, 2024
Jan 3, 2018
N/A· v4
5.4 MEDIUM· v3
3.5 LOW· v2
Invoice Ninja version 3.8.1 is vulnerable to stored cross-site scripting vulnerability, within the invoice creation page, which can result in disruption of service and execution of javascript code.