CVE-2026-15389 PUBLISHED

Inadequate access control in Sesame Time session management

Assigner: INCIBE
Reserved: 10.07.2026 Published: 14.07.2026 Updated: 14.07.2026

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.

Metrics

CVSS 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
CVSS Score: 8.7

Product Status

Vendor Sesame Time
Product Sesame Time
Versions Default: unaffected
  • affected from 0 to * (excl.)

Solutions

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.

Credits

  • Miguel Jiménez Cámara finder

References

Problem Types

  • CWE-639 Authorization bypass through User-Controlled key CWE