OSV 1.4.0 · github-reviewed · 修改于 2026-07-21 05:15
发布时间
2026-05-22 04:34
GitHub 审查时间
2026-05-22 04:34
NVD 发布时间
2026-06-24 05:16
源文件
advisories/github-reviewed/2026/05/GHSA-9qgr-6vpg-9gh9/GHSA-9qgr-6vpg-9gh9.json
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.
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.
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.
This issue was reported by @naoyashiga.