PatchSiren cyber security CVE debrief
CVE-2026-46547 nocodb CVE debrief
CVE-2026-46547 is a reflected XSS vulnerability in NocoDB, a software for building databases as spreadsheets. The vulnerability exists in the Page Leaving Warning page, where the ncRedirectUrl and ncBackUrl query parameters are used in window.location.href and <a> tag bindings without validation, allowing javascript: URI injection. This vulnerability is fixed in version 2026.04.1. The CVSS score for this vulnerability is 6.1, indicating a medium severity. The vulnerability was published on June 23, 2026, and last modified on June 25, 2026.
- Vendor
- nocodb
- Product
- Unknown
- CVSS
- MEDIUM 6.1
- 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
This vulnerability affects users of NocoDB, particularly those who use the software to build databases as spreadsheets. The vulnerability allows for reflected XSS attacks, which can lead to malicious scripts being executed in the context of the user's browser. Users of NocoDB should ensure they are running version 2026.04.1 or later to mitigate this vulnerability.
Technical summary
The vulnerability exists in the Page Leaving Warning page of NocoDB, where the ncRedirectUrl and ncBackUrl query parameters are used in window.location.href and <a> tag bindings without validation. This allows for javascript: URI injection, enabling an attacker to inject malicious scripts into the page. The vulnerability is fixed in version 2026.04.1, which validates user input and prevents javascript: URI injection.
Defensive priority
This vulnerability has a medium CVSS score of 6.1, indicating a moderate level of severity. However, the vulnerability is relatively easy to exploit, and an attacker could potentially inject malicious scripts into the page, leading to XSS attacks. Therefore, defenders should prioritize patching this vulnerability to prevent potential attacks.
Recommended defensive actions
- Patch NocoDB to version 2026.04.1 or later
- Validate user input for ncRedirectUrl and ncBackUrl query parameters
- Implement additional security measures to prevent XSS attacks, such as Content Security Policy (CSP) and input validation
- Monitor for potential XSS attacks and implement incident response plans
- Conduct regular vulnerability assessments and penetration testing to identify potential vulnerabilities
Evidence notes
The vulnerability was reported by an unknown source and is tracked by CVE-2026-46547. The vulnerability is fixed in version 2026.04.1, and users are advised to upgrade to this version or later. The CVSS score for this vulnerability is 6.1, indicating a medium severity.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-46547 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-46547
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-46547 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-46547
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-9qgr-6vpg-9gh9
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.