Authentication Bypass by Spoofing Affecting github.com/kubernetes/kubernetes/pkg/serviceaccount package, versions <1.30.0-beta.0


Severity

Recommended
0.0
medium
0
10

CVSS assessment made by Snyk's Security Team

    Threat Intelligence

    Exploit Maturity
    Proof of concept
    EPSS
    0.06% (27th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-GOLANG-GITHUBCOMKUBERNETESKUBERNETESPKGSERVICEACCOUNT-7216072
  • published 6 Jun 2024
  • disclosed 5 Jun 2024
  • credit Unknown

How to fix?

Upgrade github.com/kubernetes/kubernetes/pkg/serviceaccount to version 1.30.0-beta.0 or higher.

Overview

Affected versions of this package are vulnerable to Authentication Bypass by Spoofing due to a flaw in the JWT authentication mechanism. An attacker can bypass the issue ("iss") check and gain unauthorized access by using a forged token. If two servers use the same pair of keys, the attacker can use the token from the first server to deceive the second server, and cause the privilege escape.

PoC

{
"fakeiss":".eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIn0.",
"protected":"",
"header":"",
"payload":"",
"signature":""
}

CVSS Scores

version 3.1
Expand this section

Snyk

5.9 medium
  • Attack Vector (AV)
    Network
  • Attack Complexity (AC)
    High
  • Privileges Required (PR)
    None
  • User Interaction (UI)
    None
  • Scope (S)
    Unchanged
  • Confidentiality (C)
    High
  • Integrity (I)
    None
  • Availability (A)
    None
Expand this section

NVD

7.5 high