All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-46622
HIGHpublished 2026-06-11 20:16 UTC · 14 days ago · modified 2026-06-15 21:17 UTC
8.1
CVSS / 10
// description
SolidInvoice is an open-source invoicing platform. Prior to version 2.3.17, API tokens used to authenticate all REST API requests are stored as plaintext strings in the api_tokens database table. Any attacker who obtains read access to the database — through SQL injection, a leaked backup, a misconfigured replica, or insider access — immediately obtains all API credentials for every user with no further effort. This issue has been patched in version 2.3.17.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
// weaknesses (CWE)
- CWE-312