CVE-2026-50268 PUBLISHED

Steeltoe: OAEP setting silently selects PKCS#1 v1.5 padding

Assigner: GitHub_M
Reserved: 04.06.2026 Published: 17.06.2026 Updated: 18.06.2026

Steeltoe is an open source project that provides a collection of libraries that helps users build cloud-native applications. In Steeltoe.Configuration.Encryption 4.0.0 through 4.1.0, configuring encrypt:rsa:algorithm=OAEP does not enable OAEP encryption. Due to an incorrect BouncyCastle transformation string, the OAEP setting selects PKCS#1 v1.5, which is the same algorithm as the DEFAULT setting. Steeltoe.Configuration.Encryption version 4.2.0 patches the issue.

Metrics

CVSS Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:L/I:N/A:N
CVSS Score: 1.9

Product Status

Vendor SteeltoeOSS
Product Steeltoe.Configuration.Encryption
Versions
  • Version >= 4.0.0, < 4.2.0 is affected

References

Problem Types

  • CWE-256: Plaintext Storage of a Password CWE
  • CWE-327: Use of a Broken or Risky Cryptographic Algorithm CWE