CVE-2026-31816CRITICAL 9.1EPSS p96.4%

CVE-2026-31816CVE-2026-31816

Description

Budibase is a low code platform for creating internal tools, workflows, and admin panels. In 3.31.4 and earlier, the Budibase server's authorized() middleware that protects every server-side API endpoint can be completely bypassed by appending a webhook path pattern to the query string of any request. The isWebhookEndpoint() function uses an unanchored regex that tests against ctx.request.url, which in Koa includes the full URL with query parameters. When the regex matches, the authorized() middleware immediately calls return next(), skipping all authentication, authorization, role checks, and CSRF protection. This means a completely unauthenticated, remote attacker can access any server-side API endpoint by simply appending ?/webhooks/trigger (or any webhook pattern variant) to the URL.

Scoring

CVSS 3.19.1 (CRITICAL)
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS15.34% probability of exploitation · percentile 96.4% · 2026-06-18T12:00:27Z
Published2026-03-09
Last modified2026-03-13

Underlying weaknesses· 1

CWE-74

References

  1. https://github.com/Budibase/budibase/security/advisories/GHSA-gw94-hprh-4wj8
  2. https://github.com/Budibase/budibase/security/advisories/GHSA-gw94-hprh-4wj8

1

TypeTargetConfidenceTier
WeaknessImproper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')cwe-740%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2026-41428
CVE
CVE-2026-35216
CVE
CVE-2026-33226
CVE
CVE-2026-31818
CVE
CVE-2026-27702
CVE
CVE-2026-42239
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.