Cross-site scripting in NocoDB - CVE-2026-28397
Published: April 27, 2026
NocoDB
Detailed vulnerability description
The vulnerability allows a remote user to execute arbitrary script code in the browser of another user.
The vulnerability exists due to cross-site scripting in Comments.vue when rendering comment content. A remote user can inject arbitrary HTML in a comment to execute arbitrary script code in the browser of another user.
The issue affects comments parsed by markdown-it with HTML enabled and rendered via v-html, and script execution occurs when another user views the comment.