CVE-2022-3225: Budibase Improper Access Control vulnerability
5.7
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.28883%
CWE
Published
9/17/2022
Updated
8/3/2023
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
@budibase/worker | npm | < 1.3.20 | 1.3.20 |
@budibase/builder | npm | < 1.3.20 | 1.3.20 |
@budibase/bbui | npm | < 1.3.20 | 1.3.20 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The primary vulnerability stems from the updateSelf()
function's lack of input validation, allowing privilege escalation via arbitrary field updates (CWE-284). The buildQueryString()
function's handling of encoded bindings shows evidence of dynamic code resource control issues (CWE-913), though its direct exploit path is less clear. The patch added field whitelisting (sanitiseUserUpdate
) and binding-aware encoding to address these respectively.