CVE-2026-46547
Published:May 21, 2026
Updated:May 24, 2026
Summary A reflected XSS vulnerability exists in the Page Leaving Warning page. The "ncRedirectUrl" and "ncBackUrl" query parameters are used in "window.location.href" and "<a>" tag bindings without validation, allowing "javascript:" URI injection. Details "PageLeavingWarning.vue" reads "ncRedirectUrl" and "ncBackUrl" directly from the route query without validation. When "isSameOriginUrl()" returns "false" (as it does for "javascript:" URIs), the raw URL is assigned to "window.location.href", executing arbitrary JavaScript. The redirect URL is also bound directly to an "<a>" tag's "href" attribute. Impact An attacker can execute arbitrary JavaScript in the context of the NocoDB application by sending a crafted link to a victim. No authentication is required. Credit This issue was reported by "@naoyashiga" (https://github.com/naoyashiga).
Affected Packages
https://github.com/nocodb/nocodb.git (GITHUB):
Affected version(s) >=crea <2026.04.1Fix Suggestion:
Update to version 2026.04.1nocodb (NPM):
Affected version(s) >=0.0.1 <2026.04.1Fix Suggestion:
Update to version 2026.04.1Related Resources (2)
Do you need more information?
Contact UsCVSS v4
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
LOW
Subsequent System Integrity
LOW
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.1
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
CHANGED
Confidentiality
LOW
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')