All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-46489
HIGHpublished 2026-06-11 20:16 UTC · 14 days ago · modified 2026-06-12 11:16 UTC
8.1
CVSS / 10
// description
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.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:N
// weaknesses (CWE)
- CWE-79
- CWE-434