SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2025-15613

MEDIUM · CVSS 6.5 EPSS 0.27% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-01 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Kubernetes deployments using Kyverno versions prior to v1.13.4 are susceptible to server-side request forgery (SSRF) through the Service Call functionality, allowing attackers with policy creation permissions to specify external URLs. This vulnerability can lead to the exfiltration of sensitive cluster data, including Kubernetes resource contents like secrets, to an attacker-controlled server. Organizations utilizing Kyverno should prioritize upgrading to the latest version to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2025-15613
Severity
MEDIUM
CVSS
6.5
EPSS
0.27%
Kubernetes

Original NVD Description

Kyverno before v1.13.4 is vulnerable to server-side request forgery (SSRF) via its Service Call functionality. An attacker with permission to create Kyverno (Cluster)Policies can specify an external URL in a policy's apiCall/service configuration; although Service Call is documented for in-cluster services, it also resolves external addresses, allowing requests to an attacker-controlled server. Because policy context data (including contents of Kubernetes resources such as secrets) is sent in these requests, an attacker can exfiltrate sensitive cluster data.