Back to overview

CVE-2026-50132

HIGH
7.3
CVSS 3.1
Description
Budibase is an open-source low-code platform. Prior to 3.39.0, `GET /api/chat-links/:instance/:token/handoff` is a public endpoint (no auth required) that performs a permanent, state-changing operation: it binds an external chat identity (Slack/Discord/MS Teams) to an authenticated Budibase user account, with no consent UI and no CSRF protection. The session token in the URL is created by the attacker (from their own /link slash command) and embeds the attacker's externalUserId. When an authenticated Budibase victim visits the URL, their account is silently and permanently linked to the attacker's Slack/Discord identity. The server responds with "Authentication succeeded." — no indication of what was linked. This vulnerability is fixed in 3.39.0.

Metadata

CVE ID
CVE-2026-50132
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-06-03 18:49 UTC
Published
2026-06-26 20:34 UTC
Last updated
2026-06-26 20:34 UTC
Primary CWE
CWE-284
CWE-284: Improper Access Control
Vendor / Product
Budibase / budibase
Sources
cve.org  ·  NVD

Severity & Metrics

7.3 HIGH CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N
Affected products (1)
VendorProductPlatformVersions
Budibase budibase < 3.39.0
Weakness (CWE)
CWESourceDescription
CWE-284 cna CWE-284: Improper Access Control
CWE-352 cna CWE-352: Cross-Site Request Forgery (CSRF)
CVSS scores (1)
ScoreSeverityVersionSourceVector
7.3 HIGH 3.1 cna CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N
References (1)
Back to overview