Lucene search
+L

458 matches found

Snyk
Snyk
added 2026/06/05 4:22 p.m.13 views

Authorization Bypass Through User-Controlled Key

Overview nocodb is a NocoDB Affected versions of this package are vulnerable to Authorization Bypass Through User-Controlled Key in the readAttachment tool. An attacker can access files in the shared storage belonging to other users by supplying a known attachment path and a valid MCP token...

3.5CVSS5.3AI score0.00209EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/06/05 4:20 p.m.19 views

NocoDB: Stored Cross-Site Scripting via Form View Redirect URL

Summary The shared form-view submit handler in NocoDB writes the form's redirecturl to window.location.href after a same-host check that does not validate the URL scheme. A user with editor role or above on any base can plant a javascript: URL in the form's redirecturl; when an authenticated view...

8.4CVSS5.8AI score0.00234EPSS
SaveExploits0References4Affected Software1
Snyk
Snyk
added 2026/06/05 4:20 p.m.12 views

Race Condition

Overview nocodb is a NocoDB Affected versions of this package are vulnerable to Race Condition through a race condition in the OAuth token exchange. An attacker can obtain multiple valid token pairs by making concurrent requests using the same authorization code and PKCE verifier. Remediation...

6.3CVSS5.4AI score0.00197EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/05 4:20 p.m.12 views

Directory Traversal

Overview nocodb is a NocoDB Affected versions of this package are vulnerable to Directory Traversal in the process that handles SQLite source filenames. An attacker can gain unauthorized access to or modify internal application data by supplying a crafted filename that points to arbitrary files...

5.4CVSS6.1AI score0.00324EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/05 4:20 p.m.11 views

GHSA-WVQJ-9WV4-7FF5 NocoDB: Path Traversal via SQLite Source Filename

Summary An authenticated user with base-create permission can attach a SQLite source pointing at an arbitrary file on the NocoDB host, including NocoDB's own internal databases. Details The SQLite client and the base/integration create services accepted a caller-supplied filename and passed it to...

5.3CVSS5.6AI score0.00324EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/06/05 4:19 p.m.12 views

SQL Injection

Overview nocodb is a NocoDB Affected versions of this package are vulnerable to SQL Injection via the bulk groupBy. An authenticated attacker can execute arbitrary SQL commands by setting a column's title to a crafted SQL fragment, which is then interpolated into a database query without proper...

8.8CVSS6.2AI score0.00306EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/05 4:19 p.m.11 views

GHSA-JF3G-4GWG-4H66 NocoDB: Stored Cross-Site Scripting via Row Comments

Summary An authenticated commenter could store HTML in row comments that executed as script when other users hovered over the comment in the expanded form view. Details The comment write paths persisted the raw comment body with no server-side sanitisation; the expanded-form sidebar then rendered...

7.4CVSS5.5AI score0.00288EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/06/05 4:19 p.m.12 views

Server-side Request Forgery (SSRF)

Overview nocodb is a NocoDB Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the connection-test endpoint. An authenticated attacker can access internal network resources by supplying a crafted database host value when testing database connections...

5.3CVSS5.3AI score0.00207EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/05 4:19 p.m.15 views

GHSA-W43H-R5M5-P832 NocoDB: Server-Side Request Forgery via Database Connection Host

Summary The connection-test endpoint opened a raw TCP socket to the user-supplied database host without resolving and range-checking the destination, so private and link-local addresses including IPv4-mapped IPv6 forms and localhost reached the driver. Details A new validateDbConnectionHost helpe...

5.3CVSS5.5AI score0.00207EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/06/05 4:4 p.m.12 views

User Impersonation

Overview nocodb is a NocoDB Affected versions of this package are vulnerable to User Impersonation via the testConnection endpoint when the integration is fetched in a bypass scope and permission checks are insufficiently scoped to the integration's workspace. An attacker can gain unauthorized...

6.9CVSS5.4AI score0.00313EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/05 4:3 p.m.12 views

Brute Force

Overview nocodb is a NocoDB Affected versions of this package are vulnerable to Brute Force via the auth.service.ts file. An attacker can determine whether specific email addresses are registered by measuring the response time of sign-in attempts. Remediation Upgrade nocodb to version 0.301.3 or...

6.9CVSS5.3AI score0.00197EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/05 4:3 p.m.16 views

GHSA-QHXG-623C-CFJM NocoDB: Plaintext Password Comparison in Shared Views

Summary The shared-view password check fell back to strict-equality === comparison for legacy plaintext passwords, leaking the password's length and per-character prefix through response timing. Details The bcrypt branch hashes starting with $2a$/$2b$ was unaffected. The legacy fallback in View.t...

6.9CVSS5.5AI score0.00253EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/06/05 4:3 p.m.12 views

Information Exposure

Overview nocodb is a NocoDB Affected versions of this package are vulnerable to Information Exposure via the shared-view password check. An attacker can infer sensitive information about legacy plaintext passwords by measuring authentication response times, potentially revealing password length a...

6.9CVSS5.3AI score0.00253EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/05 4:3 p.m.10 views

Authorization Bypass Through User-Controlled Key

Overview nocodb is a NocoDB Affected versions of this package are vulnerable to Authorization Bypass Through User-Controlled Key via the public shared-view endpoints, which exposed values from columns that were intended to be hidden. An attacker can access sensitive information by crafting reques...

6.9CVSS5.3AI score0.00239EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/06/05 4:0 p.m.19 views

NocoDB: Open Redirect via Hash Fragment in hashRedirect Plugin

Summary The client-side hashRedirect plugin called window.location.replace on a path extracted from the URL hash fragment after only checking hashPath.startsWith'/'. Protocol-relative URLs //attacker.com/… also satisfy that check, so a crafted link such as...

5.1CVSS5.5AI score0.00239EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/06/05 4:0 p.m.13 views

GHSA-RVP5-9P55-F5RP NocoDB: Open Redirect via Hash Fragment in hashRedirect Plugin

Summary The client-side hashRedirect plugin called window.location.replace on a path extracted from the URL hash fragment after only checking hashPath.startsWith'/'. Protocol-relative URLs //attacker.com/… also satisfy that check, so a crafted link such as...

5.1CVSS5.5AI score0.00239EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/06/05 3:59 p.m.11 views

Cross-site Scripting (XSS)

Overview nocodb is a NocoDB Affected versions of this package are vulnerable to Cross-site Scripting XSS in the password reset. An attacker can execute arbitrary JavaScript in the context of the application by crafting a malicious password reset link and convincing a victim to follow it. This...

6.1CVSS5.3AI score0.00262EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/05 3:59 p.m.8 views

GHSA-6XCX-7QMG-VJFQ NocoDB: Reflected Cross-Site Scripting via Password Reset Token

Summary The password-reset page rendered the URL token directly into a JavaScript string literal in a server-rendered EJS template. EJS HTML-entity-encodes a fixed set of characters but does not escape single quotes or backslashes, so a crafted token could break out of the JS string context and...

5.1CVSS5.7AI score0.00262EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/06/05 3:59 p.m.16 views

SQL Injection

Overview nocodb is a NocoDB Affected versions of this package are vulnerable to SQL Injection via the ARRAYSORT formula argument processing in Postgres-backed deployments. An attacker can execute arbitrary SQL commands and cause significant query delays by injecting malicious input into the...

6.9CVSS6.3AI score0.00215EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/05 3:52 p.m.12 views

Access Control Bypass

Overview nocodb is a NocoDB Affected versions of this package are vulnerable to Access Control Bypass via the publicMmList, publicHmList, relDataList, and nested endpoints when the show flag for a column is not properly checked. An attacker can access hidden linked records by supplying a valid...

6.9CVSS5.3AI score0.00239EPSS
SaveExploits0References2
Rows per page
Query Builder