CVE-2026-46426

HIGH EPSS 7.2%
Published May 27, 20261mo ago · Modified Jun 17, 20261w ago
7.6 CVSS 3.1
High
Find Similar
Published May 27, 2026 1mo ago
Last Modified Jun 17, 2026 1w ago

Description

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.

CVSS Details

Base Score
7.6
Exploitability
2.3
Impact
4.7
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N
Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction Required
Scope Changed
Confidentiality High
Integrity Low
Availability None

Threat Intelligence

EPSS Exploit Probability
7.2% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 2

CWE-434 Unrestricted Upload of File with Dangerous Type Resource Mgmt
CWE-79 Cross-site Scripting Injection

References 2

  • github.com https://github.com/Budibase/budibase/releases/tag/3.38.2
  • github.com https://github.com/Budibase/budibase/security/advisories/GHSA-82rc-gxrg-v4gf

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.