PatchSiren cyber security CVE debrief
CVE-2026-46550 nocodb CVE debrief
CVE-2026-46550 is a medium-severity vulnerability in NocoDB, a software for building databases as spreadsheets. The vulnerability involves the refresh-token cookie, which was set with httpOnly: true but missing both the secure flag and the sameSite attribute. This omission allows the cookie to be intercepted on the network over plain HTTP and attached to cross-site POSTs, enabling CSRF against the token-refresh endpoint. The vulnerability was fixed in version 2026.04.1. Users of affected versions should update to 2026.04.1 or later to mitigate this vulnerability. It is recommended that defenders review their inventory of NocoDB instances and ensure they are running the patched version.
- Vendor
- nocodb
- Product
- Unknown
- CVSS
- MEDIUM 5.4
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-23
- Original CVE updated
- 2026-06-25
- Advisory published
- 2026-06-23
- Advisory updated
- 2026-06-25
Who should care
Defenders and administrators using NocoDB should be aware of this vulnerability and take steps to mitigate it. This includes reviewing their inventory of NocoDB instances and ensuring they are running version 2026.04.1 or later. Additionally, defenders should monitor for potential CSRF attacks against the token-refresh endpoint.
Technical summary
The refresh-token cookie in NocoDB was set with httpOnly: true but lacked both the secure flag and the sameSite attribute. This configuration allows an attacker to intercept the cookie over plain HTTP and use it in cross-site POSTs to perform CSRF attacks against the token-refresh endpoint. The vulnerability has a CVSS score of 5.4 and is classified as medium severity. The issue was addressed in version 2026.04.1.
Defensive priority
Defenders should prioritize updating NocoDB instances to version 2026.04.1 or later. Additionally, defenders should review their configurations to ensure that NocoDB instances are not exposed to untrusted networks or users.
Recommended defensive actions
- Update NocoDB instances to version 2026.04.1 or later.
- Review inventory of NocoDB instances and ensure they are running the patched version.
- Monitor for potential CSRF attacks against the token-refresh endpoint.
- Ensure NocoDB instances are not exposed to untrusted networks or users.
- Consider implementing additional security measures, such as web application firewalls or intrusion detection systems.
Evidence notes
The CVE-2026-46550 vulnerability was reported by an unknown source and is listed in the NVD database. The vulnerability has a CVSS score of 5.4 and is classified as medium severity. The issue was addressed in version 2026.04.1. The CVE record and NVD detail pages provide additional information about the vulnerability.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-46550 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-46550
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-46550 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-46550
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/nocodb/nocodb/security/advisories/GHSA-f74w-272x-mqcv
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.