Cross-Site Request Forgery Risk in NocoDB Database Software
CVE-2026-46550
5.4MEDIUM
What is CVE-2026-46550?
NocoDB, a platform designed to create databases in a spreadsheet format, has a vulnerability in its handling of refresh-token cookies prior to version 2026.04.1. Specifically, the refresh-token cookie was configured with the httpOnly attribute, but it lacked the secure flag and the sameSite attribute. This oversight allows the cookie to be transmitted over unencrypted HTTP connections, making it susceptible to interception in network traffic. Additionally, without the sameSite attribute, malicious websites can exploit this flaw by sending cross-origin requests that could lead to CSRF attacks targeting the token-refresh endpoint, potentially compromising user sessions.
Affected Version(s)
nocodb < 2026.04.1
