Unprotected storage of credentials in NocoDB - CVE-2026-28360

 

Unprotected storage of credentials in NocoDB - CVE-2026-28360

Published: April 27, 2026


Vulnerability identifier: #VU127984
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2026-28360
CWE-ID: CWE-256
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: nocodb
Affected software:
NocoDB

Detailed vulnerability description

The vulnerability allows a remote attacker to disclose shared view passwords.

The vulnerability exists due to plaintext storage of a password in the nc_views password column when storing shared view passwords. A remote attacker can obtain database contents to disclose shared view passwords.

Verification used direct string equality in public-datas.service.ts, public-metas.service.ts, and calendar-datas.service.ts.


How to mitigate CVE-2026-28360

Install security update from vendor's website.

Sources