Shared view passwords were stored in plaintext in the database and compared using direct string equality.
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.
If the database is compromised, shared view passwords are immediately readable. Risk is limited to password reuse scenarios.
This issue was reported by @Tulgaaaaaaaa.
| Score | Percentile |
|---|---|
| 0.04% | 13.10% |
| Base score | Version | Severity | Vector |
|---|---|---|---|
| 2.7 | 4.0 | — |
|
| Type | Value |
|---|---|
| GHSA | GHSA-mpp2-x7wv-38hv ↗ |
| CVE | CVE-2026-28360 ↗ |
| CWE id | Name |
|---|---|
| CWE-256 | Plaintext Storage of a Password |
Vulnerable version ranges and first patched releases as published by GitHub.
| Ecosystem | Package | Vulnerable range | First patched | Vulnerable functions |
|---|---|---|---|---|
| npm | nocodb | <= 0.301.2 | 0.301.3 | — |