Description
SolidInvoice is an open-source invoicing platform. Prior to version 3.0.1, an authenticated user can view the API request history of any other user's API tokens within the same company by manipulating two writable Symfony UX LiveComponent props on the `DataGrid` component. Version 3.0.1 fixes the issue.
Published: 2026-09-04
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows a logged‑in user to access the API token request history of any other user in the same organization by altering two writable props on the Symfony UX LiveComponent DataGrid. This bypasses normal authorization checks (CWE‑639) and can expose information about API usage, credentials, and traffic patterns.

Affected Systems

SolidInvoice open‑source invoicing platform versions prior to 3.0.1 are affected. Any deployment running 3.0.0 or earlier can be exploited. The vendor released a fix in release 3.0.1.

Risk and Exploitability

The CVSS score is 6.5, indicating a moderate severity. EPSS is not available, so the exploitation probability cannot be quantified. The vulnerability is not listed in CISA KEV. Because the exploit requires authentication, an attacker must have legitimate credentials within the organization. Successful exploitation provides access to other users’ API token request histories, which could aid in further attacks.

Generated by OpenCVE AI on September 4, 2026 at 20:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update SolidInvoice to version 3.0.1 or later to apply the vendor patch that removes the writable props vulnerability.
  • Verify that the DataGrid LiveComponent props cannot be modified through HTTP requests by enforcing strict server‑side handling and rejecting client‑side changes.
  • Add an additional authorization check to the endpoint that serves API token request history, ensuring that only the owner or administrators can access the data.

Generated by OpenCVE AI on September 4, 2026 at 20:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Solidinvoice
Solidinvoice solidinvoice
Vendors & Products Solidinvoice
Solidinvoice solidinvoice

Fri, 04 Sep 2026 18:00:00 +0000

Type Values Removed Values Added
Description SolidInvoice is an open-source invoicing platform. Prior to version 3.0.1, an authenticated user can view the API request history of any other user's API tokens within the same company by manipulating two writable Symfony UX LiveComponent props on the `DataGrid` component. Version 3.0.1 fixes the issue.
Title SolidInvoice allows cross-user access to API token request history via writable DataGrid LiveComponent props
Weaknesses CWE-639
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Solidinvoice Solidinvoice
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-04T17:49:08.189Z

Reserved: 2026-07-10T18:36:58.850Z

Link: CVE-2026-61688

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T18:17:55.580

Modified: 2026-09-04T18:17:55.580

Link: CVE-2026-61688

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T21:30:07Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key