製品・ソフトウェアに関する情報
budibaseにおける認証に関する脆弱性
Title budibaseにおける認証に関する脆弱性
Summary

Budibaseはオープンソースのローコードプラットフォームです。3.35.4より前のバージョンでは、認証済みミドルウェアがctx.request.urlに対してpublic(認証不要)エンドポイントパターンをマッチさせる際に、アンカーなしの正規表現を使用していました。Koaのctx.request.urlにはクエリ文字列が含まれるため、攻撃者はクエリパラメータにpublicエンドポイントのパスを付加し、任意の保護されたエンドポイントにアクセスすることが可能でした。例えば、POST /api/global/users/search?x=/api/system/statusは、URLのクエリ文字列部分に/ api/system/status/の正規表現がマッチするため、すべての認証を回避します。この脆弱性は3.35.4で修正されました。

Possible impacts 当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
Solution

正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

Publication Date April 24, 2026, midnight
Registration Date April 30, 2026, 10:59 a.m.
Last Update April 30, 2026, 10:59 a.m.
CVSS3.0 : 緊急
Score 9.1
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
Affected System
budibase
budibase 3.35.4 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
Change Log
No Changed Details Date of change
1 [2026年04月30日]
  掲載
April 30, 2026, 10:59 a.m.

NVD Vulnerability Information
CVE-2026-41428
Summary

Budibase is an open-source low-code platform. Prior to 3.35.4, the authenticated middleware uses unanchored regular expressions to match public (no-auth) endpoint patterns against ctx.request.url. Since ctx.request.url in Koa includes the query string, an attacker can access any protected endpoint by appending a public endpoint path as a query parameter. For example, POST /api/global/users/search?x=/api/system/status bypasses all authentication because the regex /api/system/status/ matches in the query string portion of the URL. This vulnerability is fixed in 3.35.4.

Publication Date April 25, 2026, 5:16 a.m.
Registration Date April 26, 2026, 4:07 a.m.
Last Update April 29, 2026, 12:39 a.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:budibase:budibase:*:*:*:*:*:*:*:* 3.35.4
Related information, measures and tools
Common Vulnerabilities List