VDB
KO
LOW

GHSA-mpp2-x7wv-38hv

NocoDB has Plaintext Storage of Shared View Passwords

Details

### Summary Shared view passwords were stored in plaintext in the database and compared using direct string equality.

### Details The `password` column in `nc_views` stored unhashed passwords. Verification used `!==` comparison across `public-datas.service.ts`, `public-metas.service.ts`, and `calendar-datas.service.ts`.

### Impact If the database is compromised, shared view passwords are immediately readable. Risk is limited to password reuse scenarios.

### Credit This issue was reported by [@Tulgaaaaaaaa](https://github.com/Tulgaaaaaaaa).

Are you affected?

Enter the version of the package you're using.

Affected packages

npm / nocodb
Introduced in: 0 Fixed in: 0.301.3
Fix npm install nocodb@0.301.3

References