Skip to main content

Sigstore Fulcio CVE-2026-49478

| EUVDEUVD-2026-57859 HIGH
Server-Side Request Forgery (SSRF) (CWE-918)
2026-06-30 https://github.com/sigstore/fulcio GHSA-f5mr-q85p-6hh6
8.7
CVSS 3.1 · Vendor: https://github.com/sigstore/fulcio
Share

Severity by source

Vendor (https://github.com/sigstore/fulcio) PRIMARY
8.7 HIGH
AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N
vuln.today AI
8.7 HIGH

Network-reachable and unauthenticated (PR:N) but requires a controlled/compromised trusted issuer and non-default config (AC:H); SSRF crosses trust boundary (S:C) leaking tokens (C:H) and poisoning verification keys (I:H) with no availability impact.

3.1 AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N
4.0 AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:L/SI:L/SA:N
SUSE
HIGH
qualitative
Red Hat
6.5 MEDIUM
qualitative

Primary rating from Vendor (https://github.com/sigstore/fulcio).

CVSS VectorVendor: https://github.com/sigstore/fulcio

Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
None

Lifecycle Timeline

2
Analysis Generated
Jun 30, 2026 - 19:21 vuln.today
CVE Published
Jun 30, 2026 - 18:38 github-advisory
HIGH 8.7

DescriptionCVE.org

Impact

Three security vulnerabilities were identified in the OIDC Discovery client:

  1. Blind Server-Side Request Forgery (SSRF) via Cross-Host Redirects:

Fulcio uses an HTTP client to fetch OIDC discovery metadata (/.well-known/openid-configuration). Prior to this fix, if a configured issuer returned an HTTP redirect to a different host, the client followed it by default. This allowed a compromised or malicious issuer to redirect Fulcio's discovery requests to internal-only systems, resulting in blind SSRF.

  1. JWKS Substitution and Cache Poisoning:

Because cross-host redirects were permitted during OIDC discovery, an attacker could manipulate the discovery flow to return a malicious jwks_uri pointing to an attacker-controlled host. When Fulcio successfully initialized the provider and cached the resulting verifier in the verifier cache, it poisoned the cache with the attacker's verification keys. The attacker could then present signatures validated against the poisoned keys.

  1. Kubernetes ServiceAccount Token Leakage:

Fulcio mounts an in-cluster Kubernetes ServiceAccount token to authenticate OIDC discovery requests sent to the local control plane API server (https://kubernetes.default.svc).

  • Cross-Host Redirects & JWKS: The token was previously attached globally by the transport, leaking it to third-party hosts if the issuer performed a redirect or if the jwks_uri pointed to a different domain.
  • Wildcard MetaIssuers: If a wildcard MetaIssuer of type kubernetes (e.g., matching external EKS/GKE endpoints) was matched, and a local Kubernetes issuer was present in the config, the transport loaded and attached the local in-cluster ServiceAccount token to outbound requests sent to the external host.

Patches

The following mitigations have been applied:

  • Blocked Cross-Host Redirects: A custom callback is configured on all OIDC discovery HTTP clients to reject redirects that attempt to cross the original issuer's host boundary.
  • Restricted Token Injection: Updated the transport to only attach the ServiceAccount token when the outgoing request's host exactly matches the configured host of the issuer.
  • Restricted Local Token Loading: Constrained the loader to only load and wrap the transport with the local ServiceAccount token when the target issuer URL exactly matches the private local API server (https://kubernetes.default.svc).

Workarounds

None, upgrade to v1.8.6

AnalysisAI

Server-Side Request Forgery in Sigstore Fulcio (before v1.8.6) lets a compromised or malicious OIDC issuer redirect the OIDC Discovery client's metadata fetches to attacker-chosen hosts, enabling blind SSRF against internal systems, poisoning of the verifier cache via a substituted jwks_uri so forged signatures validate, and leakage of the in-cluster Kubernetes ServiceAccount token to third-party hosts. Unauthenticated remote attackers who control a configured (or wildcard-matched) issuer can chain these into trust compromise of the certificate authority. There is no public exploit identified at time of analysis and the issue is not listed in CISA KEV.

Technical ContextAI

Fulcio is the Sigstore certificate authority that issues short-lived code-signing certificates after validating OIDC identity tokens. During OIDC Discovery it fetches the issuer's /.well-known/openid-configuration document and the jwks_uri it advertises to build a token verifier, caching the result. The root cause is CWE-918 (SSRF): the underlying Go HTTP client followed cross-host HTTP redirects by default and the transport attached the mounted in-cluster Kubernetes ServiceAccount token globally rather than scoping it to the issuer host. Because OIDC trust hinges on retrieving keys (JWKS) from the legitimate issuer, allowing the discovery flow to be redirected lets an adversary substitute verification keys and reach hosts such as the local control-plane API server at https://kubernetes.default.svc. The affected package is the Go module github.com/sigstore/fulcio (CPE pkg:go/github.com_sigstore_fulcio).

RemediationAI

Vendor-released patch: upgrade to Fulcio v1.8.6, which blocks cross-host redirects on all OIDC discovery HTTP clients, attaches the ServiceAccount token only when the request host exactly matches the configured issuer host, and loads the local in-cluster token only when the target exactly equals https://kubernetes.default.svc. The advisory explicitly states there is no workaround other than upgrading. As interim compensating controls until the upgrade is applied, avoid wildcard MetaIssuers of type kubernetes (pin exact issuer hosts instead) to prevent the local token from being attached to external EKS/GKE-style endpoints, restrict egress from the Fulcio pod so its discovery client cannot reach internal-only services or arbitrary external hosts (trade-off: may break legitimate issuers behind redirects), and limit the trusted issuer set to ones you control. Reference the advisory at https://github.com/sigstore/fulcio/security/advisories/GHSA-f5mr-q85p-6hh6 for exact fix details.

CVE-2025-1974 CRITICAL POC
9.8 Mar 25

A critical vulnerability in Kubernetes ingress-nginx controller allows unauthenticated attackers with pod network access

CVE-2026-45321 CRITICAL POC
9.6 May 12

Credential-harvesting malware compromised 84 versions of 42 TanStack npm packages on 2026-05-11 via chained GitHub Actio

CVE-2025-1098 HIGH POC
8.8 Mar 25

Kubernetes ingress-nginx contains a configuration injection vulnerability via the mirror-target and mirror-host Ingress

CVE-2025-24514 HIGH POC
8.8 Mar 25

A security issue was discovered in ingress-nginx https://github.com/kubernetes/ingress-nginx where the `auth-url` Ingres

CVE-2025-1097 HIGH POC
8.8 Mar 25

A security issue was discovered in ingress-nginx https://github.com/kubernetes/ingress-nginx where the `auth-tls-match-c

CVE-2020-8554 MEDIUM POC
6.3 Jan 21

Kubernetes API server in all versions allow an attacker who is able to create a ClusterIP service and set the spec.exter

CVE-2023-3676 HIGH POC
8.8 Oct 31

A security issue was discovered in Kubernetes where a user that can create pods on Windows nodes may be able to escalate

CVE-2025-55190 CRITICAL POC
9.9 Sep 04

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Rated critical severity (CVSS 9.9), this vulne

CVE-2026-34976 CRITICAL POC
10.0 Apr 02

Unauthenticated remote attackers can trigger complete database overwrites, server-side file reads, and SSRF attacks agai

CVE-2018-18843 CRITICAL POC
10.0 Dec 04

The Kubernetes integration in GitLab Enterprise Edition 11.x before 11.2.8, 11.3.x before 11.3.9, and 11.4.x before 11.4

CVE-2026-54680 CRITICAL POC
9.9 Jul 29

Fluentd configuration injection in the kube-logging Logging operator before 6.6.0 allows a namespace-scoped user who can

CVE-2026-22039 CRITICAL POC
9.9 Jan 27

Kyverno Kubernetes policy engine prior to 1.x has a privilege escalation vulnerability (CVSS 9.9) allowing policy bypass

Vendor StatusVendor

SUSE

Severity: Important
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Performance Computing 15 SP7 Affected
SUSE Linux Enterprise High Performance Computing 15 SP7 Affected
SUSE Linux Enterprise High Performance Computing 15 SP7 Affected

Share

CVE-2026-49478 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy