Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
3191 articles · 168085 vulns · 37/41 feeds (7d)
← Back to list
9.6
CVE-2026-54352PATCHED
budiba · budibase

Budibase: Arbitrary file read by workspace-builder via PWA-zip symlink upload

Description

Budibase is an open-source low-code platform. Prior to 3.39.9, `POST /api/pwa/process-zip` at packages/server/src/api/routes/static.ts:24 accepts a builder-uploaded .zip, extracts it with extract-zip@2.0.1 into a temp directory, then for each entry listed in icons.json validates the icon path, opens it, and streams the bytes into MinIO. The resulting object is served back via GET /api/assets/{appId}/pwa/{uuid}.png. extract-zip@2.0.1 preserves absolute symlink targets when restoring symlink entries. The icon-source validator at packages/server/src/api/controllers/static/index.ts:259-268 resolves the icon source string against baseDir (path.resolve), checks resolvedSrc.startsWith(baseDir + path.sep) against that string, and calls fs.existsSync(resolvedSrc) which follows symbolic links to confirm the target exists. None of the three calls reject symbolic-link entries. packages/backend-core/src/objectStore/objectStore.ts:302 then calls (await fsp.open(path)).createReadStream() on the resolved path. fsp.open follows the symlink, the target file's bytes stream into MinIO, and the response of the asset-fetch endpoint returns those bytes verbatim. Result: a workspace-level builder reads any file the server process can open. This vulnerability is fixed in 3.39.9.

Affected Products

VendorProductVersions
budibabudibase< 3.39.9, 3.39.8

References

  • https://github.com/Budibase/budibase/security/advisories/GHSA-w7mq-r738-x278(x_refsource_CONFIRM)

Related News (1 articles)

Tier C
VulDB23h ago
CVE-2026-54352 | budibase up to 3.39.8 /api/pwa/process-zip createReadStream path traversal (GHSA-w7mq-r738-x278)
→ No new info (linked only)
CVSS 3.19.6 CRITICAL
VectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
CISA KEV❌ No
Actively exploited❌ No
Patch available
@budibase/server@3.39.9
CWECWE-22, CWE-59
PublishedJun 22, 2026
Last enriched22h agov2
Tags
GHSA-w7mq-r738-x278npm
Trending Score39
Source articles1
Independent1
Info Completeness9/14
Missing: epss, kev, exploit, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

CRITICALCVE-2026-54350EXP
Budibase: Anonymous NoSQL operator injection via published-app query templates
Trending: 54
HIGHCVE-2026-50132EXP
Budibase: Chat Identity Link Hijacking via Missing Consent & CSRF — Account Impersonation in Budibase
Trending: 49
CRITICALCVE-2026-54353EXP
Budibase: Potential SSRF DNS rebinding bypass in outbound fetch validation
Trending: 44
HIGHCVE-2026-50137EXP
Budibase: POST /api/attachments/:datasourceId/url is unauthenticated and lets anonymous callers mint S3 PUT pre-signed URLs using stored datasource IAM credentials
Trending: 42
CRITICALCVE-2026-50136
Budibase: Unauthenticated S3 signed upload URL generation allows arbitrary writes with stored datasource credentials
Trending: 35

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
Jun 22, 2026
Discovered by ZDM
Jun 22, 2026
Patch Available
Jun 27, 2026
Updated: affectedVersions
Jun 27, 2026

Version History

v2
Last enriched 22h ago
v2Tier C22h ago

Updated affected versions to include 3.39.8 and corrected exploit availability status.

affectedVersions
via VulDB
v15d ago

Initial creation