Description
A vulnerability relating to insufficient access control has been identified in the session management of the Sesame Time web application and its REST v3 API. The flaw lies in the fact that the system uses the session identifier (USID) as the sole validation mechanism, without verifying whether that identifier legitimately belongs to the user making the request. As a result, an attacker who obtains a valid USID can impersonate a victim’s session and access their confidential information, including emails, user IDs, roles and corporate data. This vulnerability is exacerbated by poor session lifecycle management: new logins generate additional USIDs without revoking the previous ones, allowing multiple active sessions to coexist and thereby expanding the attack surface.
Published: 2026-07-14
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Sesame Time web application and its REST v3 API rely solely on a session identifier (USID) to validate requests, but they do not verify that the USID belongs to the user making the request. This flaw, identified as CWE‑639, permits an attacker who has obtained a valid USID to impersonate a victim’s session, read or modify sensitive information such as email addresses, user IDs, roles and corporate data, and effectively compromise confidentiality and possibly integrity. In addition, the application does not revoke old USIDs when a new login occurs, so multiple concurrent sessions can exist; this expands the attack surface by allowing an attacker to persist access or perform repeated exploits without needing to re‑obtain a USID.

Affected Systems

Sesame Time’s web application and REST v3 API are affected. All deployments that have not applied the latest available version, which contains the authentication and authorization fixes, remain vulnerable. Since the vulnerability listings do not provide specific version numbers, any installation prior to the most recent update should be considered at risk.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity vulnerability. The vulnerability is not listed in the CISA KEV catalog. The EPSS score of less than 1% indicates a very low probability of exploitation. The attack vector is inferred to be remote, as obtaining a valid USID—through network sniffing, CSRF, or other side channels—suffices to hijack a session. Because the flaw does not involve privilege escalation beyond the victim’s role, the impact is limited to that user’s data, but the presence of multiple active sessions amplifies the overall risk by expanding the potential target set.

Generated by OpenCVE AI on July 31, 2026 at 10:33 UTC.

Remediation

Vendor Solution

The vulnerability has been fixed by the Sesame Time team in the latest available version. The update includes improvements to the authentication mechanism and strengthens authorisation checks on the server to ensure that each session can only access information associated with the authenticated user.


OpenCVE Recommended Actions

  • Upgrade Sesame Time to the latest available version that incorporates the authentication and authorization fixes.
  • Configure the system to revoke any existing USIDs immediately after a new user logs in and enforce session expiration for idle or inactive sessions.
  • Verify that all session identifiers are bound to the authenticated user’s identity by performing a session security audit, ensuring that the server checks the association before processing any request.

Generated by OpenCVE AI on July 31, 2026 at 10:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 27 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
First Time appeared Sesame Time
Sesame Time sesame Time
Vendors & Products Sesame Time
Sesame Time sesame Time

Tue, 14 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 14 Jul 2026 10:30:00 +0000

Type Values Removed Values Added
Description A vulnerability relating to insufficient access control has been identified in the session management of the Sesame Time web application and its REST v3 API. The flaw lies in the fact that the system uses the session identifier (USID) as the sole validation mechanism, without verifying whether that identifier legitimately belongs to the user making the request. As a result, an attacker who obtains a valid USID can impersonate a victim’s session and access their confidential information, including emails, user IDs, roles and corporate data. This vulnerability is exacerbated by poor session lifecycle management: new logins generate additional USIDs without revoking the previous ones, allowing multiple active sessions to coexist and thereby expanding the attack surface.
Title Inadequate access control in Sesame Time session management
Weaknesses CWE-639
References
Metrics cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Sesame Time Sesame Time
cve-icon MITRE

Status: PUBLISHED

Assigner: INCIBE

Published:

Updated: 2026-07-14T12:08:21.909Z

Reserved: 2026-07-10T11:40:35.281Z

Link: CVE-2026-15389

cve-icon Vulnrichment

Updated: 2026-07-14T12:08:12.541Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T10:45:04Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key