---
id: CVE-2026-100705
title: Kyverno before 1.19.1 is vulnerable to server-side request forgery
summary: >-
  Kyverno before 1.19.1 is vulnerable to server-side request forgery. The
  default egress blocklist (169.254.169.254, 169.254.169.253,
  metadata.google.internal, 127.0.0.0/8, ::1/128) and the scoped-token control
  were wired only into the new…
severity: high
cvss: 7.6
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:L/A:N'
cwe:
  - CWE-918
vendor: kyverno
product: kyverno
affected:
  - kyverno < 1.19.1
published: '2026-09-26'
updated: '2026-09-26'
sourceUpdated: '2026-09-26T14:16:55.703'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-100705'
references:
  - url: 'https://github.com/kyverno/kyverno/security/advisories/GHSA-q825-p383-r9v5'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/kyverno-before-1.19.1-ssrf-via-legacy-apicall-service-executor
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-26T13:33:20.900Z'
---

## Overview

Kyverno before 1.19.1 is vulnerable to server-side request forgery. The default egress blocklist (169.254.169.254, 169.254.169.253, metadata.google.internal, 127.0.0.0/8, ::1/128) and the scoped-token control were wired only into the new CEL http.Get/Post library and were never applied to the legacy apiCall service executor (pkg/engine/apicall/executor.go) or to the GlobalContextEntry external-API path, which handle every non-CEL context[].apiCall.service call. Because these paths use a plain net/http client with no egress filtering and no validation of the configured service URL, a ClusterPolicy or GlobalContextEntry author — or, where a deployed policy templates the service URL from the admission resource, a lower-privileged resource submitter — can cause Kyverno to issue GET/POST requests to an arbitrary host, including the cloud metadata endpoint, loopback, and any in-cluster service, reading cloud instance credentials and reaching internal endpoints with Kyverno's network position. The executor also unconditionally attaches Kyverno's projected ServiceAccount token to the attacker-chosen destination; the token is audience-scoped, limiting its replay value. Fixed in 1.19.1.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
