CVE-2026-47377
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedNocoDB is software for building databases as spreadsheets. Prior to 2026.04.1, the client-side hashRedirect plugin called window.location.replace() on a path extracted from the URL hash fragment after only checking hashPath.startsWith('/'). Protocol-relative URLs (//attacker.com/…) also satisfy that check, so a crafted link silently redirected visitors to an attacker-controlled origin. This vulnerability is fixed in 2026.04.1.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThis is a client-side open redirect vulnerability in NocoDB's hashRedirect plugin. The plugin extracts a path from the URL hash fragment and uses window.location.replace() for redirection after only checking if hashPath.startsWith('/'). Since protocol-relative URLs like //attacker.com/... also satisfy this check, attackers can craft malicious links that silently redirect users to attacker-controlled domains.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- Authentication
- X
- User interaction
- A
- Scope
- X
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm NocoDB is present in your environmentCheck if NocoDB is installed by looking for its installation directory, running processes, or checking for the web application accessible on expected ports (default 8080). Query your container registry or deployment manifests if applicable.Affected if NocoDB is not found in your environment (not affected)
-
Determine the installed NocoDB versionCheck the version of your NocoDB installation. This is typically visible in the application UI footer, in the package.json file if self-hosted, or by querying the /api/v1/version endpoint if the API is accessible.Affected if The installed version is earlier than 2026.04.1 (potentially affected)
-
Verify the hashRedirect plugin is activeExamine the NocoDB frontend JavaScript files or plugin configuration to determine if the hashRedirect plugin is enabled. Look for references to 'hashRedirect' in the codebase or plugin settings.Affected if The hashRedirect plugin is enabled and the version is before 2026.04.1 (affected)
-
Inspect the vulnerable redirection codeIf you have access to the frontend source, locate the hashRedirect plugin JavaScript and examine the redirection logic. Check for code that uses window.location.replace() with a path derived from the URL hash and only validates with startsWith('/') without rejecting protocol-relative URLs starting with '//'.Affected if The code shows the vulnerable pattern of checking only startsWith('/') before using window.location.replace() with hash-derived input (confirmed affected)
You are affected if NocoDB with a version before 2026.04.1 has the hashRedirect plugin enabled and contains the vulnerable code pattern that only validates the hash path starts with '/' without blocking protocol-relative URLs.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade NocoDB to version 2026.04.1 or later, which implements proper validation to reject protocol-relative URLs in the hashRedirect plugin.
2026.04.1
- Identify the currently deployed NocoDB version
- Locate the NocoDB installation method (Docker, npm, binary, or other)
- Pull or download NocoDB version 2026.04.1
- Deploy the updated version according to the installation method used
- Verify the deployment is successful and the application is running
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-47377 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-47377 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data