CVE-2026-46426
HIGHBudibase: Unrestricted Upload of File with Dangerous Type
Title source: cnaDescription
Budibase is an open-source low-code platform. Prior to 3.38.2, the file upload endpoint POST /api/attachments/process does not enforce active-content restrictions for authenticated users. The checks for dangerous file extensions are conditionally wrapped inside if (isPublicUser) or if (isPublicUser || !env.SELF_HOSTED), meaning any authenticated builder can upload executable web content — SVG files with inline <script> tags, HTML pages with JavaScript, .js modules — which are then stored in the object store (MinIO/S3) with their correct MIME types. When the resulting signed URL is opened by any app user, the browser executes the payload. Impact is persistent stored XSS over all application end users. This vulnerability is fixed in 3.38.2.
References (2)
Core 2
Core References
X_Refsource_Confirm x_refsource_confirm
https://github.com/Budibase/budibase/security/advisories/GHSA-82rc-gxrg-v4gf
X_Refsource_Misc x_refsource_misc
https://github.com/Budibase/budibase/releases/tag/3.38.2
Scores
CVSS v3
7.6
EPSS
0.0018
EPSS Percentile
7.2%
Attack Vector
NETWORK
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N
CISA SSVC
Vulnrichment
Exploitation
poc
Automatable
no
Technical Impact
partial
Details
CWE
CWE-434
CWE-79
Status
published
Products (2)
Budibase/budibase
< 3.38.2
npm/budibase
0 - 3.38.2npm
Published
May 27, 2026
Tracked Since
May 27, 2026