VYPR

Nocodb

by Nocodb

npm: nocodb

Source repositories

CVEs (59)

  • CVE-2026-28396MedMar 2, 2026
    risk 0.35cvss 6.5epss 0.00

    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.…

  • CVE-2023-5104MedSep 21, 2023
    risk 0.35cvss 6.5epss 0.01

    Improper Input Validation in GitHub repository nocodb/nocodb prior to 0.96.0.

  • CVE-2026-53928MedJun 23, 2026
    risk 0.34cvss epss 0.00

    NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, a stolen refresh token survived a password-forgot flow and could be used to mint fresh JWTs even after the user reset their password. passwordChange and passwordReset deleted the user's refresh…

  • CVE-2026-53926MedJun 23, 2026
    risk 0.34cvss epss 0.00

    NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, revokeAllOAuthTokensByUser in the users service is an empty stub being called from passwordChange, passwordForgot, and passwordReset. OAuth access and refresh tokens were not revoked when the user…

  • CVE-2026-47386MedJun 23, 2026
    risk 0.34cvss epss 0.00

    NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, two concurrent token-exchange requests using the same OAuth authorization code could each mint a distinct valid (access_token, refresh_token) pair, breaking the single-use guarantee that PKCE relies…

  • CVE-2026-47385MedJun 23, 2026
    risk 0.34cvss epss 0.00

    NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, 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. The SQLite client and the…

  • CVE-2026-47382MedJun 23, 2026
    risk 0.34cvss epss 0.00

    NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, 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…

  • CVE-2026-47380MedJun 23, 2026
    risk 0.34cvss epss 0.00

    NocoDB is software for building databases as spreadsheets. Prior to 2026.04.1, sign-in response timing differed between known and unknown email addresses because the unknown-user branch returned without performing a password hash comparison. This vulnerability is fixed in…

  • CVE-2026-28361MedMar 2, 2026
    risk 0.34cvss 6.3epss 0.00

    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…

  • CVE-2026-53929MedJun 23, 2026
    risk 0.33cvss epss 0.00

    NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, with NC_SECURE_ATTACHMENTS=true, an authenticated uploader could deliver .html or .svg attachments that the browser rendered inline from the NocoDB origin instead of forcing a download. The signed…

  • CVE-2026-53927MedJun 23, 2026
    risk 0.33cvss epss 0.00

    NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, the spreadsheet-fetch endpoint (axiosRequestMake) accepted URLs whose path contained a permitted extension anywhere in the string, and applied a hand-rolled regex blocklist that omitted 127.0.0.0/8…

  • CVE-2026-46547MedJun 23, 2026
    risk 0.33cvss 6.1epss 0.00

    NocoDB is software for building databases as spreadsheets. Prior to 2026.04.1, a reflected XSS vulnerability exists in the Page Leaving Warning page. The ncRedirectUrl and ncBackUrl query parameters are used in window.location.href and tag bindings without validation,…

  • CVE-2026-24768MedJan 28, 2026
    risk 0.33cvss 6.1epss 0.00

    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…

  • CVE-2026-46552MedJun 23, 2026
    risk 0.31cvss 5.8epss 0.00

    NocoDB is software for building databases as spreadsheets. Prior to 2026.04.1, shared-base sessions were granted the same base-member capabilities as authenticated viewers. Using only the shared-base UUID (xc-shared-base-id), an attacker could enumerate base members and invite…

  • CVE-2026-46550MedJun 23, 2026
    risk 0.28cvss 5.4epss 0.00

    NocoDB is software for building databases as spreadsheets. Prior to 2026.04.1, the refresh-token cookie was set with httpOnly: true but missing both the secure flag and the sameSite attribute. Over plain HTTP the cookie could be intercepted on the network; without sameSite,…

  • CVE-2026-28401MedMar 2, 2026
    risk 0.28cvss 5.4epss 0.00

    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.

  • CVE-2026-28398MedMar 2, 2026
    risk 0.28cvss 5.4epss 0.00

    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.

  • CVE-2026-28397MedMar 2, 2026
    risk 0.28cvss 5.4epss 0.00

    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.

  • CVE-2026-28359MedMar 2, 2026
    risk 0.28cvss 5.4epss 0.00

    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…

  • CVE-2026-28357MedMar 2, 2026
    risk 0.28cvss 5.4epss 0.00

    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…