Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-42195 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

draw.io is a configurable diagramming and whiteboarding application. Prior to version 29.7.9, the draw.io client accepts a ?gitlab= URL parameter that overrides the GitLab server URL used during OAuth sign-in. A crafted link causes the user's click on draw.io's "Authorize in GitLab" dialog to open a popup on the attacker-controlled host instead of gitlab.com. This can lead to credential fishing and session state token exfiltration. This issue has been patched in version 29.7.9.

Metrics

References 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.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-200Exposure of Sensitive Information to an Unauthorized Actor[email protected]
CWE-601URL Redirection to Untrusted Site ('Open Redirect')[email protected]

Affected Products

ProductVersions
jgraph draw.io
< 29.7.9 (semver)

CPE

  • cpe:2.3:a:jgraph:drawio:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 29.7.9moderate efforthttps://github.com/jgraph/drawio/releases/tag/v29.7.9
  • Workaround:low effort

    Do not open draw.io links that include a ?gitlab= or ?gitlab-id= query parameter from untrusted sources. Inspect the address bar before clicking "Authorize" in any GitLab sign-in dialog.

  • Workaround:low effort

    Pin the GitLab server URL explicitly in server-side JavaScript (window.DRAWIO_GITLAB_URL = '…' in PreConfig.js) and strip gitlab, gitlab-id query parameters at a reverse proxy.

  • Workaround:low effort

    Disable the GitLab client for the deployment by defaulting gl=0 in the served URL parameters until upgrade.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-42195
NVD Published Date:
May 8, 2026
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2026-42195 Details - Not Deferred