Auth bypass in Invoiceshelf
CVE-2026-55610
InvoiceShelf is an open-source web & mobile app that helps track expenses, payments and create professional invoices and estimates. Prior to version 2.4.1, in InvoiceShelf's multi-company installations, any user who is an Owner of one company can read and overwrite any user account in any other company on the same installation. `GET/PUT /api/v1/users/{user}` resolves the target `User` by global primary key, and `UserPolicy` checks only that the requester owns their own header-company — it never verifies that the target user belongs to that company. This allows cross-tenant disclosure of user data and full account takeover (email/password overwrite + company re-assignment). Version 2.4.1 fixes the issue.
Vulnerability class: IDOR (Insecure Direct Object Reference)
Published · last modified .
CVSS v3 metric
CVSS v3 base score 8.7 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:N.
EPSS exploit prediction
No EPSS score from FIRST.org yet. New CVEs usually get one within a few days; no score means no signal yet, not low risk. How EPSS works.
Affected products
- Invoiceshelf — versions < 2.4.1
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-55610?
- CVE-2026-55610 is a high-severity vulnerability in Invoiceshelf, classified under Authorization Bypass Through User-Controlled Key. CVSS score: 8.7/10. Published 2026-09-23.
- How severe is CVE-2026-55610?
- High severity. CVSS v3 base score is 8.7 out of 10.