Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-50202 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Steeltoe is an open source project that provides a collection of libraries that helps users build cloud-native applications. In Steeltoe.Security.Authentication.CloudFoundryBase prior to version 3.4.0, Steeltoe.Security.Authentication.JwtBearer prior to version 4.2.0, and Steeltoe.Security.Authentication.OpenIdConnect prior to version 4.2.0, the JWT signing key cache in `TokenKeyResolver` uses `kid` as the sole cache key without namespacing by authority. In applications with multiple `JwtBearer` schemes pointing to different identity providers, a key fetched for one scheme can satisfy token validation for another. Additionally, cached keys have no expiration, so rotated or revoked keys remain trusted until the application process restarts. Steeltoe.Security.Authentication.CloudFoundryBase version 3.4.0, Steeltoe.Security.Authentication.JwtBearer version 4.2.0, and Steeltoe.Security.Authentication.OpenIdConnect version 4.2.0 patch the issue. If an immediate upgrade is not possible: In multi-scheme deployments, configure only one `JwtBearer` scheme per application when different identity providers are required; and/or restart the application process after an identity provider signing key rotation to clear stale cached keys.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-668Exposure of Resource to Wrong Sphere[email protected]

Affected Products

ProductVersions
Steeltoe.Security.Authentication.CloudFoundryBase
<= 3.3.0 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 3.4.0moderate effort
  • Mitigation:low effort

    In multi-scheme deployments, configure only one 'JwtBearer' scheme per application when different identity providers are required.

  • Mitigation:low effort

    Restart the application process after an identity provider signing key rotation to clear stale cached keys.

Steeltoe.Security.Authentication.JwtBearer
<= 4.1.0 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 4.2.0moderate effort
  • Mitigation:low effort

    In multi-scheme deployments, configure only one 'JwtBearer' scheme per application when different identity providers are required.

  • Mitigation:low effort

    Restart the application process after an identity provider signing key rotation to clear stale cached keys.

Steeltoe.Security.Authentication.OpenIdConnect
<= 4.1.0 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 4.2.0moderate effort
  • Mitigation:low effort

    In multi-scheme deployments, configure only one 'JwtBearer' scheme per application when different identity providers are required.

  • Mitigation:low effort

    Restart the application process after an identity provider signing key rotation to clear stale cached keys.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-50202
NVD Published Date:
Jun 17, 2026
NVD Last Modified:
Jun 22, 2026
Source:
[email protected]
CVE-2026-50202 Details - Not Deferred