CVE-2026-73617

Summary

Budibase before 3.40.0 contains a NoSQL injection vulnerability in the MongoDB datasource integration where user-supplied parameters are enriched with handlebars using noEscaping: true and parsed without operator filtering. Attackers can inject MongoDB operators through query parameters to bypass per-user access controls, read arbitrary documents, execute JavaScript via $where operators, or modify collections through update and delete operations.

Affected Software

VendorProductVersion RangeStatus
budibaseserver0 < 3.40.0affected
budibaseserver3.40.0unaffected

Weaknesses

  • CWE-943: Improper Neutralization of Special Elements in Data Query Logic

References