Back to overview

CVE-2026-50267

MEDIUM
4.7
CVSS 3.1
Description
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`.

Metadata

CVE ID
CVE-2026-50267
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-06-04 16:26 UTC
Published
2026-06-17 21:57 UTC
Last updated
2026-06-17 21:57 UTC
Primary CWE
CWE-312
CWE-312: Cleartext Storage of Sensitive Information
Vendor / Product
SteeltoeOSS / Steeltoe.Configuration.Abstractions
Sources
cve.org  ·  NVD

Severity & Metrics

4.7 MEDIUM CVSS 3.1
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
Affected products (1)
VendorProductPlatformVersions
SteeltoeOSS Steeltoe.Configuration.Abstractions >= 4.0.0, < 4.2.0
Weakness (CWE)
CWESourceDescription
CWE-312 cna CWE-312: Cleartext Storage of Sensitive Information
CWE-732 cna CWE-732: Incorrect Permission Assignment for Critical Resource
CVSS scores (1)
ScoreSeverityVersionSourceVector
4.7 MEDIUM 3.1 cna CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
References (2)
Back to overview