CVE-2026-46550 PUBLISHED

NocoDB: Refresh Token Cookie Set Without `Secure` and `SameSite` Flags

Assigner: GitHub_M
Reserved: 14.05.2026 Published: 23.06.2026 Updated: 23.06.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
CVSS Score: 5.4

Product Status

Vendor nocodb
Product nocodb
Versions
  • Version < 2026.04.1 is affected

References

Problem Types

  • CWE-614: Sensitive Cookie in HTTPS Session Without 'Secure' Attribute CWE