PatchSiren cyber security CVE debrief
CVE-2026-47236 solidtime-io CVE debrief
CVE-2026-47236 is a medium-severity vulnerability in Solidtime, an open-source time-tracking app. The issue allows unauthorized access to pending invitation and member data through Inertia props on the team page. This occurs because the Jetstream web team page authorizes access using only the `belongsToTeam()` method, then loads and serializes all pending invitation emails and members into Inertia props. As a result, any employee who belongs to the organization can read pending invitation email addresses and members, even though they are forbidden from accessing this data through the official API.
- Vendor
- solidtime-io
- Product
- solidtime
- CVSS
- MEDIUM 4.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-12
- Original CVE updated
- 2026-06-15
- Advisory published
- 2026-06-12
- Advisory updated
- 2026-06-15
Who should care
Users of Solidtime versions prior to 0.12.2 should apply the patch to prevent unauthorized access to sensitive team data.
Technical summary
The vulnerability exists due to insufficient permissions checks in Solidtime's Jetstream web team page. Specifically, the page uses `belongsToTeam()` for authorization but fails to properly restrict access to pending invitation and member data. This allows any employee to view sensitive information they should not have access to.
Defensive priority
MEDIUM
Recommended defensive actions
- Update Solidtime to version 0.12.2 or later.
- Review team page access controls to ensure proper authorization.
Evidence notes
CVE-2026-47236 has a CVSS score of 4.3 and is classified as MEDIUM severity. The vulnerability was published and modified on June 12, 2026.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-47236 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-47236
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-47236 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-47236
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/solidtime-io/solidtime/releases/tag/v0.12.2
-
Source reference
Unverified legacy reference
URL: https://github.com/solidtime-io/solidtime/security/advisories/GHSA-33xq-wf67-c7vh
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.