Description
A SQL injection vulnerability in the checkSQL function of nocobase v2.1.21 allows attackers to access sesntive database information via injecting crafted SQL statements.
Published: 2026-09-21
Score: n/a
EPSS: n/a
KEV: No
Impact: Sensitive Data Exposure
Action: Patch Immediately
AI Analysis

Impact

The error in the checkSQL function of nocobase v2.1.21 permits an attacker to inject arbitrary SQL commands. This flaw classifies as a classic SQL injection (CWE‑89) and enables the attacker to read or retrieve data that should be protected by the application's access controls. The impact is privilege escalation of data confidentiality, potentially exposing customer records, authentication tokens, or other sensitive database contents.

Affected Systems

Affected platforms include the nocobase application version 2.1.21. No additional vendor or product listings are provided by the CNA, and no variant or patch level information beyond the specific release is noted. System administrators should verify the running version and ensure it matches the identified vulnerable release.

Risk and Exploitability

The vulnerability does not appear in the CISA KEV and the EPSS metric is unavailable, meaning exploitation probability isn’t quantified. Because nocobase is a web application, the recommended attack vector is likely remote via crafted HTTP requests to endpoints that invoke checkSQL. No explicit prerequisite or privilege escalation is required beyond application access, so the exploit can be performed by any user able to supply input to the vulnerable function.

Generated by OpenCVE AI on September 21, 2026 at 22:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the fixed version of nocobase that removes the checkSQL vulnerability.
  • If an upgrade is not yet possible, apply input validation or parameterized queries in the checkSQL function to prevent arbitrary SQL execution.
  • Restrict or disable external access to the checkSQL endpoint and enforce strict access controls.

Generated by OpenCVE AI on September 21, 2026 at 22:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Mon, 21 Sep 2026 23:15:00 +0000

Type Values Removed Values Added
Title SQL Injection in nocobase v2.1.21's checkSQL Function
Weaknesses CWE-89

Mon, 21 Sep 2026 21:00:00 +0000

Type Values Removed Values Added
Description A SQL injection vulnerability in the checkSQL function of nocobase v2.1.21 allows attackers to access sesntive database information via injecting crafted SQL statements.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-21T20:55:45.054Z

Reserved: 2026-09-10T00:00:00.000Z

Link: CVE-2026-88402

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-21T21:17:14.273

Modified: 2026-09-21T21:17:14.273

Link: CVE-2026-88402

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T23:00:12Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')