Zowe Api Mediation LayerApplication · Linuxfoundation

CVE-2021-4314

MEDIUM · 5.3 CVSS v3.1 Published 2023-01-18
Fix available
A fix is available. Upgrade to 1.19.0 or later.
See remediation →
62/100
Remediation priority · Elevated
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
It is possible to manipulate the JWT token without the knowledge of the JWT secret and authenticate without valid JWT token as any user. This is happening only in the situation when zOSMF doesn’t have the APAR PH12143 applied. This issue affects: 1.16 versions to 1.19. What happens is that the services using the ZAAS client or the API ML API to query will be deceived into believing the information in the JWT token is valid when it isn’t. It’s possible to use this to persuade the southbound service that different user is authenticated.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

JWT token validation can be bypassed in IBM z/OSMF versions 1.16-1.19, allowing attackers to authenticate as any user without knowing the JWT secret. This occurs when APAR PH12143 is not applied, causing the ZAAS client or API ML API to incorrectly trust invalid JWT tokens.

MitigationApply IBM APAR PH12143 to z/OSMF to fix the JWT validation vulnerability. Verify that JWT authentication properly rejects tampered or invalid tokens after the patch.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Zowe Api Mediation LayerApplication
Affected:>= 1.16.0, < 1.19.0

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify Zowe API ML version
    Run 'java -jar api-catalog-services.jar --version' or check the manifest.yaml file in the API ML installation directory
    Affected if Version is 1.16.0 or higher but lower than 1.19.0
  2. Check for APAR PH12143 on z/OSMF
    Query IBM System iFix or APAR status for PH12143 on the z/OSMF system that the API ML connects to
    Affected if APAR PH12143 is not applied to z/OSMF
  3. Verify JWT token validation is rejecting invalid tokens
    Send a request with a tampered, expired, or malformed JWT token to a protected API ML endpoint and observe whether authentication is rejected
    Affected if Tampered or invalid JWT tokens are accepted and authentication succeeds when it should fail

You are affected if your Zowe API ML version is >= 1.16.0 and < 1.19.0 AND either APAR PH12143 is not applied to z/OSMF OR invalid JWT tokens are incorrectly accepted for authentication.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 1.19.0 or later
Fixed in 1.19.0
Interim mitigation

Apply IBM APAR PH12143 to z/OSMF to fix the JWT validation vulnerability. Verify that JWT authentication properly rejects tampered or invalid tokens after the patch.

Recommended fix High confidence

Zowe API Mediation Layer 1.19.0 or later

  1. Back up your current Zowe configuration and data
  2. Review the Zowe 1.19.0 release notes and upgrade documentation for any pre-upgrade requirements
  3. Ensure zOSMF has APAR PH12143 applied if possible, or understand the partial mitigation
  4. Upgrade the Zowe API Mediation Layer to version 1.19.0 or later
  5. After upgrade, verify JWT authentication is working correctly and test that token validation properly rejects tampered tokens
  6. Confirm the ZAAS client and API ML API correctly validate JWT tokens
Caveat Review release notes for potential breaking changes between 1.16-1.18 and 1.19; test thoroughly in non-production first

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Zowe Api Mediation Layer Scoped from the published advisory
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing4.0 h
  • Review / QA2.0 h
18.0 hours of engineering $3,200
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,120.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2021-4314 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2021-4314 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data