CVE Catalog

CVE-2026-41640

High
Published: Translated: NVD NIST

Summary

In versions prior to 2.0.39 of the NocoBase platform, the queryParentSQL() function in the database package allows attackers to inject arbitrary SQL through malicious primary keys. This issue has been patched in version 2.0.39.

Risk Assessment

Attackers can exploit this vulnerability to execute unauthorized SQL queries, potentially leading to data exposure or system compromise.

Recommendation

It is recommended to upgrade to version 2.0.39 or later to secure the system against these attacks.

Related vulnerabilities

Original NVD description (English source)

NocoBase is an AI-powered no-code/low-code platform for building business applications and enterprise solutions. Prior to version 2.0.39, the queryParentSQL() function in the core database package constructs a recursive CTE query by joining nodeIds with string concatenation instead of using parameterized queries. The nodeIds array contains primary key values read from database rows. An attacker who can create a record with a malicious string primary key can inject arbitrary SQL when any subsequent request triggers recursive eager loading on that collection. This issue has been patched in version 2.0.39.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS