PT-2026-50567 · Steeltoe · Steeltoe.Configuration.Abstractions
CVSS v3.1
4.7
Medium
| Vector | AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N |
Name of the Vulnerable Software and Affected Versions
Steeltoe.Configuration.Abstractions versions 4.0.0 through 4.1.0
Description
When MySQL or PostgreSQL service bindings from
VCAP SERVICES include TLS client credentials, the Connectors library writes these credentials to temporary files in Path.GetTempPath() using the File.CreateText() function. On Linux systems, File.CreateText() creates files with mode 0644 (world-readable) under the process umask, and these files are never deleted. This exposes key material that is otherwise protected at mode 0400 in /proc/<pid>/environ.Recommendations
Update to version 4.2.0.
As a temporary workaround, prevent other processes from running in the container under a different UID with access to
/tmp.Exploit
Fix
Cleartext Storage of Sensitive Information
Incorrect Permission
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Steeltoe.Configuration.Abstractions