CVE-2026-41641
published 2026-05-07CVE-2026-41641: NocoBase is an AI-powered no-code/low-code platform for building business applications and enterprise solutions. Prior to version 2.0.39, the checkSQL()…
PriorityP358high7.2CVSS 3.1
AVNACLPRHUINSUCHIHAH
EXPLOIT
EPSS
1.83%
76.2th percentile
NocoBase is an AI-powered no-code/low-code platform for building business applications and enterprise solutions. Prior to version 2.0.39, the checkSQL() validation function that blocks dangerous SQL keywords (e.g., pg_read_file, LOAD_FILE, dblink) is applied on the collections:create and sqlCollection:execute endpoints but is entirely missing on the sqlCollection:update endpoint. An attacker with collection management permissions can create a SQL collection with benign SQL, then update it with arbitrary SQL that bypasses all validation, and query the collection to execute the injected SQL and exfiltrate data. This issue has been patched in version 2.0.39.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| nocobase | nocobase | < 2.0.39 | 2.0.39 |
| nocobase | plugin-collection-sql | >= 0 < 2.0.39 | 2.0.39 |
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Nuclei
NocoBase - SQL Injection
nuclei·CVSS 7.2
CVE-2026-41641 NocoBase - SQL Injection
NocoBase - SQL Injection
NocoBase @nocobase/plugin-collection-sql versions prior to 2.0.39 are vulnerable to SQL injection via the sqlCollection:update endpoint. The checkSQL() function, which blocks dangerous SQL keywords and ensures only SELECT statements are allowed, is not called during collection updates.
Template:
id: CVE-2026-41641
info:
name: NocoBase - SQL Injection
author: theamanrawat
severity: high
description: |
NocoBase @nocobase/plugin-collection-sql versions prior to 2.0.39 are vulnerable to SQL injection via the sqlCollection:update endpoint. The checkSQL() function, which blocks dangerous SQL keywords and ensures only SELECT statements are allowed, is not called during collection updates.
remediation:
Upgrade NocoBase to version 2.0.39 or later
reference:
- https://gi
No writeups or analysis indexed.
https://github.com/nocobase/nocobase/commit/851aee543efa894142e0f7be03eb55d9cec06a91https://github.com/nocobase/nocobase/pull/9134https://github.com/nocobase/nocobase/releases/tag/v2.0.39https://github.com/nocobase/nocobase/security/advisories/GHSA-wrwh-c28m-9jjhhttps://github.com/nocobase/nocobase/security/advisories/GHSA-wrwh-c28m-9jjh
2026-05-07
Published