CVE-2026-28360
NocoDB has Plaintext Storage of Shared View Passwords
Description
### 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).
How to fix CVE-2026-28360
To remediate CVE-2026-28360, upgrade the affected package to a fixed version below.
- —upgrade to 0.301.3 or later
Is CVE-2026-28360 being exploited?
Low — EPSS is 0.0%, meaning exploitation activity has not been observed at scale.
Affected packages (1)
- from 0, < 0.301.3
CVSS scores
| Source | Version | Severity | Vector |
|---|---|---|---|
| osv | CVSS 4.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 |