CVE-2026-52888

Summary

NocoBase is an AI-powered no-code/low-code platform for building business applications and enterprise solutions. In 2.0.59 and earlier, NocoBase @nocobase/plugin-collection-sql used the checkSQL() function in packages/plugins/@nocobase/plugin-collection-sql/src/server/utils.ts with an incomplete keyword blacklist that did not restrict PostgreSQL system catalog tables such as pg_shadow, pg_roles, and pg_stat_activity, allowing an admin-role user to read password hashes and database metadata through the SQL Collection feature. This vulnerability is fixed in 2.1.0-alpha.46.

Affected Software

VendorProductVersion RangeStatus
nocobasenocobase< 2.1.0-alpha.46affected

Weaknesses

  • CWE-184: CWE-184: Incomplete List of Disallowed Inputs
  • CWE-200: CWE-200: Exposure of Sensitive Information to an Unauthorized Actor

References