VYPR

npm package

@budibase/backend-core

pkg:npm/%40budibase/backend-core

Vulnerabilities (3)

  • CVE-2026-42239HigMay 7, 2026
    affected < 3.35.10fixed 3.35.10

    Budibase is an open-source low-code platform. Prior to version 3.35.10, the budibase:auth cookie containing the JWT session token is set with httpOnly: false at packages/backend-core/src/utils/utils.ts:218. JavaScript can read this cookie via document.cookie. This means every XSS

  • CVE-2026-41428CriApr 24, 2026
    affected <= 3.35.3

    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

  • CVE-2026-31818CriApr 3, 2026
    affected < 3.33.4fixed 3.33.4

    Budibase is an open-source low-code platform. Prior to version 3.33.4, a server-side request forgery (SSRF) vulnerability exists in Budibase's REST datasource connector. The platform's SSRF protection mechanism (IP blacklist) is rendered completely ineffective because the BLACKLI