CVE-2026-33345 Details
Description
solidtime is an open-source time-tracking app. Prior to version 0.11.6, the project detail endpoint GET /api/v1/organizations/{org}/projects/{project} allows any authenticated Employee to access any project in the organization by UUID, including private projects they are not a member of. The index() endpoint correctly applies the visibleByEmployee() scope, but show() does not. This issue has been patched in version 0.11.6.
A vulnerability allowing Insecure Direct Object Reference (IDOR) has been identified in solidtime, an open-source time-tracking application. This issue affects versions prior to 0.11.6. The vulnerability arises in the project detail endpoint, specifically 'GET /api/v1/organizations/{org}/projects/{project}', where any authenticated employee can access projects by UUID, including private ones they do not belong to. The 'index()' endpoint properly applies the visibility scope for employees, but the 'show()' endpoint fails to do so, allowing unauthorized access to private project details.
Users are advised to upgrade to solidtime version 0.11.6, which includes a patch for this vulnerability by adding the necessary visibility check in the 'show()' endpoint.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 25, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/solidtime-io/solidtime/commit/192c8c3b887aab34117b983c687934ca7c305209 | [email protected] | Patch |
| https://github.com/solidtime-io/solidtime/releases/tag/v0.11.6 | [email protected] | ProductRelease Notes |
| https://github.com/solidtime-io/solidtime/security/advisories/GHSA-354j-rx28-jjxm | [email protected] | ExploitMitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-639 | Authorization Bypass Through User-Controlled Key | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| solidtime solidtime | < 0.11.6 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Mar 26, 2026 | Initial Analysis | [email protected] |
| Mar 24, 2026 | New CVE Received | [email protected] |