Search for packages
| purl | pkg:npm/nocodb@0.255.2 |
| Next non-vulnerable version | None. |
| Latest non-vulnerable version | None. |
| Risk | 4.0 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
|
VCID-3sdf-hy48-fyct
Aliases: CVE-2026-28358 GHSA-387m-j3p9-3php |
NocoDB is software for building databases as spreadsheets. Prior to version 0.301.3, the password forgot endpoint returned different responses for registered and unregistered emails, allowing user enumeration. This issue has been patched in version 0.301.3. |
Affected by 8 other vulnerabilities. |
|
VCID-4k6k-vje9-8qdg
Aliases: CVE-2026-28361 GHSA-p9x3-w98f-7j3q |
NocoDB is software for building databases as spreadsheets. Prior to version 0.301.3, the MCP token service did not validate token ownership, allowing a Creator within the same base to read, regenerate, or delete another user's MCP tokens if the token ID was known. This issue has been patched in version 0.301.3. |
Affected by 8 other vulnerabilities. |
|
VCID-5bed-tjbz-xqc2
Aliases: CVE-2026-28399 GHSA-45rp-9p97-h852 |
NocoDB is software for building databases as spreadsheets. Prior to version 0.301.3, an authenticated user with Creator role can inject arbitrary SQL via the DATEADD formula's unit parameter. This issue has been patched in version 0.301.3. |
Affected by 8 other vulnerabilities. |
|
VCID-5fgs-yhb9-u7dn
Aliases: CVE-2026-24766 GHSA-95ff-46g6-6gw9 |
NocoDB is software for building databases as spreadsheets. Prior to version 0.301.0, an authenticated user with org-level-creator permissions can exploit prototype pollution in the `/api/v2/meta/connection/test` endpoint, causing all database write operations to fail application-wide until server restart. While the pollution technically bypasses SUPER_ADMIN authorization checks, no practical privileged actions can be performed because database operations fail immediately after pollution. Version 0.301.0 patches the issue. |
Affected by 10 other vulnerabilities. |
|
VCID-69jy-4fjb-s3at
Aliases: CVE-2026-28398 GHSA-8vm4-g489-v3w7 |
NocoDB is software for building databases as spreadsheets. Prior to version 0.301.3, user-controlled content in comments and rich text cells was rendered via v-html without sanitization, enabling stored XSS. This issue has been patched in version 0.301.3. |
Affected by 8 other vulnerabilities. |
|
VCID-8evk-svu4-akh8
Aliases: CVE-2026-24767 GHSA-xr7v-j379-34v9 |
Affected by 10 other vulnerabilities. |
|
|
VCID-as9j-1cwe-aufb
Aliases: CVE-2026-28357 GHSA-vx5p-q85x-xm3c |
NocoDB is software for building databases as spreadsheets. Prior to version 0.301.3, a stored XSS vulnerability exists in the Formula virtual cell. Formula results containing URI::() patterns are rendered via v-html without sanitization, allowing injected HTML to execute. This issue has been patched in version 0.301.3. |
Affected by 8 other vulnerabilities. |
|
VCID-b9mm-grag-bqaa
Aliases: CVE-2026-24769 GHSA-q5c6-h22r-qpwr |
NocoDB is software for building databases as spreadsheets. Prior to version 0.301.0, a stored cross-site scripting (XSS) vulnerability exists in NocoDB’s attachment handling mechanism. Authenticated users can upload malicious SVG files containing embedded JavaScript, which are later rendered inline and executed in the browsers of other users who view the attachment. Because the malicious payload is stored server-side and executed under the application’s origin, successful exploitation can lead to account compromise, data exfiltration and unauthorized actions performed on behalf of affected users. Version 0.301.0 patches the issue. |
Affected by 10 other vulnerabilities. |
|
VCID-d25x-pp6u-nken
Aliases: CVE-2026-24768 GHSA-3hmw-8mw3-rmpj |
NocoDB is software for building databases as spreadsheets. Prior to version 0.301.0, an unvalidated redirect (open redirect) vulnerability exists in NocoDB’s login flow due to missing validation of the `continueAfterSignIn` parameter. During authentication, NocoDB processes a user-controlled redirect value and conditionally performs client-side navigation without enforcing any restrictions on the destination’s origin, domain or protocol. This allows attackers to redirect authenticated users to arbitrary external websites after login. This vulnerability enables phishing attacks by leveraging user trust in the legitimate NocoDB login flow. While it does not directly expose credentials or bypass authentication, it increases the likelihood of credential theft through social engineering. The issue does not allow arbitrary code execution or privilege escalation, but it undermines authentication integrity. Version 0.301.0 fixes the issue. |
Affected by 10 other vulnerabilities. |
|
VCID-d4h6-d2sf-bqdy
Aliases: CVE-2026-28401 GHSA-wwp2-x4rj-j8rm |
NocoDB is software for building databases as spreadsheets. Prior to version 0.301.3, rich text cell content rendered via v-html without sanitization enables stored XSS. This issue has been patched in version 0.301.3. |
Affected by 8 other vulnerabilities. |
|
VCID-db3m-evp6-b3c9
Aliases: CVE-2026-28359 GHSA-qxwq-q265-hc44 |
NocoDB is software for building databases as spreadsheets. Prior to version 0.301.3, an authenticated user with Editor role can inject arbitrary HTML into Rich Text cells by bypassing the TipTap editor and sending raw HTML via the API. This issue has been patched in version 0.301.3. |
Affected by 8 other vulnerabilities. |
|
VCID-f4k6-mp3v-a7gc
Aliases: CVE-2026-28360 GHSA-mpp2-x7wv-38hv |
NocoDB is software for building databases as spreadsheets. Prior to version 0.301.3, shared view passwords were stored in plaintext in the database and compared using direct string equality. This issue has been patched in version 0.301.3. |
Affected by 8 other vulnerabilities. |
|
VCID-f76y-v3jh-jqba
Aliases: CVE-2026-28397 GHSA-rcph-x7mj-54mm |
NocoDB is software for building databases as spreadsheets. Prior to version 0.301.3, comments rendered via v-html without sanitization enable stored XSS. This issue has been patched in version 0.301.3. |
Affected by 8 other vulnerabilities. |
|
VCID-hdkw-p45p-1bh5
Aliases: CVE-2025-27506 GHSA-wf6c-hrhf-86cw |
NocoDB is software for building databases as spreadsheets. The API endpoint related to the password reset function is vulnerable to Reflected Cross-Site-Scripting. The endpoint /api/v1/db/auth/password/reset/:tokenId is vulnerable to Reflected Cross-Site-Scripting. The flaw occurs due to implementation of the client-side template engine ejs, specifically on file resetPassword.ts where the template is using the insecure function “<%-“, which is rendered by the function renderPasswordReset. This vulnerability is fixed in 0.258.0. |
Affected by 14 other vulnerabilities. |
|
VCID-qbme-rfah-9uad
Aliases: CVE-2026-28396 GHSA-x4vh-j75g-268g |
NocoDB is software for building databases as spreadsheets. Prior to version 0.301.3, the password reset flow did not revoke existing refresh tokens, allowing an attacker with a previously stolen refresh token to continue minting valid JWTs after the victim resets their password. This issue has been patched in version 0.301.3. |
Affected by 8 other vulnerabilities. |
| Vulnerability | Summary | Aliases |
|---|---|---|
| This package is not known to fix vulnerabilities. | ||