CVE-2026-45407

MEDIUMCVSS 5.5/10

Last modified

CVE-2026-45407 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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.

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.

Metrics

Weakness Enumeration

Affected Software

VendorProductVersions
DokkuDokku< 0.38.2

References

Timeline

Published
Last Modified
Status
Analyzed

Frequently Asked Questions

What is CVE-2026-45407?
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.
How severe is CVE-2026-45407?
CVE-2026-45407 has a CVSS score of 5.5/10 (MEDIUM severity).
How do I fix CVE-2026-45407?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-45407?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST