SEPTEMBER 9, 2026
Live Feed
Back to database
Case File

CVE-2026-52888

MEDIUM · CVSS 6.8 EPSS 0.27% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-15 · Last synced 2026-08-14

CyberRota Analysis

AI-Generated

The NocoBase platform's SQL Collection feature is vulnerable due to an incomplete keyword blacklist in the checkSQL() function, which allows admin-role users to access sensitive PostgreSQL system catalog tables, potentially exposing password hashes and critical database metadata. Organizations using NocoBase versions 2.0.59 and earlier should prioritize updating to version 2.1.0-alpha.46 to mitigate the risk of unauthorized data exposure. This vulnerability poses a medium severity risk, particularly for environments handling sensitive information.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-52888
Severity
MEDIUM
CVSS
6.8
EPSS
0.27%

Original NVD Description

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.