CVE-2026-50267
Published:June 17, 2026
Updated:June 28, 2026
Steeltoe is an open source project that provides a collection of libraries that helps users build cloud-native applications. In Steeltoe.Configuration.Abstractions 4.0.0 through 4.1.0, when MySQL or PostgreSQL service bindings from "VCAP_SERVICES" include TLS client credentials, the Connectors library writes those credentials to temporary files in "Path.GetTempPath()" using "File.CreateText". On Linux, "File.CreateText" creates files with mode "0644" (world-readable) under the process umask, and the files are never deleted. The same key material is protected at mode "0400" in "/proc/<pid>/environ". Steeltoe.Configuration.Abstractions version 4.2.0 patches the issue. If an immediate upgrade is not possible, prevent other processes from running in the container under a different UID with access to "/tmp".
Affected Packages
https://github.com/SteeltoeOSS/Steeltoe.git (GITHUB):
Affected version(s) >=4.0.0 <4.2.0Fix Suggestion:
Update to version 4.2.0steeltoe.configuration.abstractions (NUGET):
Affected version(s) >=4.0.0 <4.2.0Fix Suggestion:
Update to version 4.2.0Related Resources (2)
Do you need more information?
Contact UsCVSS v4
Base Score:
5.7
Attack Vector
LOCAL
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
4.7
Attack Vector
LOCAL
Attack Complexity
HIGH
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
EPSS
Base Score:
0.07