CVE-2026-46489 PUBLISHED

SolidInvoice: Unrestricted file upload with no MIME validation allows stored XSS via malicious SVG logo

Assigner: GitHub_M
Reserved: 14.05.2026 Published: 11.06.2026 Updated: 12.06.2026

SolidInvoice is an open-source invoicing platform. Prior to version 2.3.17, the company logo upload feature accepts any file type without validation. An authenticated administrator can upload an SVG file containing embedded JavaScript. This script is base64-encoded and injected unescaped into every page of the application, causing stored cross-site scripting (XSS) that executes in every authenticated user's browser. This issue has been patched in version 2.3.17.

Metrics

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

Product Status

Vendor SolidInvoice
Product SolidInvoice
Versions
  • Version < 2.3.17 is affected

References

Problem Types

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE
  • CWE-434: Unrestricted Upload of File with Dangerous Type CWE