github.com
https://github.com/nocodb/nocodb CVE-2026-46550
MEDIUM
NocoDB: Refresh Token Cookie Set Without `Secure` and `SameSite` Flags
Record summary
CVE-2026-46550 has a selected CVSS score of 5.4 (medium).
Description
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, browsers attached it to cross-site POSTs, enabling CSRF against the token-refresh endpoint. This vulnerability is fixed in 2026.04.1.
Description source: CVE List
Exploitation context
CISA SSVC decision
ExploitationNone
AutomatableNo
Technical impactPartial
CISA Coordinator · SSVC 2.0.3 · Evaluated Jun 24, 2026 · Source: CVE List
Affected products and versions
2| Product | Source | Version range | Status |
|---|---|---|---|
nocodbBrowse nocodb / nocodb | CVE List | < 2026.04.1 | affected |
nocodbBrowse npm / nocodb | GitHub Advisory | Through 0.301.3 | affected |
References
3github.comConfirmation
https://github.com/nocodb/nocodb/security/advisories/GHSA-f74w-272x-mqcv nvd.nist.gov
https://nvd.nist.gov/vuln/detail/CVE-2026-46550