Unprotected storage of credentials in NocoDB - CVE-2026-28360
Published: April 27, 2026
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.