Description
cal.diy through 6.2.0 contains an open redirect vulnerability in the conferencing OAuth callback endpoint that allows attackers to redirect users to arbitrary URLs by crafting malicious state parameters. Attackers can exploit the unsigned state parameter and onErrorReturnTo field to silently redirect visitors from the trusted domain to attacker-controlled URLs for phishing attacks.
Published: 2026-07-20
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

cal.diy provides a conferencing OAuth callback that accepts a state parameter without validation. An attacker can encode a malicious URL in this unsigned state and the onErrorReturnTo field, causing users who visit the callback from the trusted domain to be silently redirected to a site of the attacker’s choice. This flaw is identified as CWE‑601, a classic open‑redirect weakness that can be exploited without authentication to carry out phishing or other social engineering attacks.

Affected Systems

The vulnerability affects calcom's cal.diy conferencing software up through version 6.2.0. Any installation of cal.diy that has not been updated beyond this release is potentially vulnerable, as the CVE entry does not provide a specific patch or version update at the time of analysis.

Risk and Exploitability

The CVSS score of 5.3 places this issue in the moderate risk range, while the EPSS score of less than 1% indicates a very low probability of exploitation. The vulnerability is not listed in CISA KEV, suggesting limited evidence of real‑world attacks. The attack vector requires an attacker to craft a malicious OAuth callback URL that carries an unsigned state and an arbitrary onErrorReturnTo value. When a user follows this callback from the trusted domain, the user is secretly redirected to the attacker’s site, enabling phishing or other social engineering techniques. Given the low exploitation probability, the overall risk remains moderate, but the potential for targeted phishing persists.

Generated by OpenCVE AI on August 1, 2026 at 07:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade cal.diy to a newer release that implements validation of the OAuth state parameter and rejects unsigned values.
  • Implement signing or hashing of the state parameter and enforce a whitelist of allowed redirect destinations during OAuth callback processing.
  • Configure the application or web server to block arbitrary redirects from the OAuth callback endpoint and monitor outbound traffic for unexpected redirect patterns.

Generated by OpenCVE AI on August 1, 2026 at 07:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 20 Jul 2026 22:45:00 +0000

Type Values Removed Values Added
First Time appeared Calcom
Calcom cal.diy
Vendors & Products Calcom
Calcom cal.diy

Mon, 20 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 20 Jul 2026 19:15:00 +0000

Type Values Removed Values Added
Description cal.diy through 6.2.0 contains an open redirect vulnerability in the conferencing OAuth callback endpoint that allows attackers to redirect users to arbitrary URLs by crafting malicious state parameters. Attackers can exploit the unsigned state parameter and onErrorReturnTo field to silently redirect visitors from the trusted domain to attacker-controlled URLs for phishing attacks.
Title cal.diy 6.2.0 Conferencing OAuth Callback Open Redirect via Unsigned State
Weaknesses CWE-601
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-21T11:08:21.861Z

Reserved: 2026-07-18T12:34:08.780Z

Link: CVE-2026-63768

cve-icon Vulnrichment

Updated: 2026-07-20T19:28:34.355Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T07:15:03Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')