All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-45407
MEDIUMpublished 2026-06-26 17:16 UTC · 2 days ago · modified 2026-06-26 19:16 UTC
5.0
CVSS / 10
// description
Dokku is a docker-powered PaaS. Prior to 0.38.2, the git:auth command creates $DOKKU_ROOT/.netrc using bash's touch command, which applies the default umask of 0644. This pre-creation defeats the netrc binary's built-in 0600 permission setting, leaving git credentials readable by any local user who can traverse the dokku home directory. This vulnerability is fixed in 0.38.2.
// cvss 3.1 vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N
// weaknesses (CWE)
- CWE-522