---
id: CVE-2026-62845
title: Kamaji is the Hosted Control Plane Manager for Kubernetes
summary: >-
  Kamaji is the Hosted Control Plane Manager for Kubernetes. Prior to
  26.7.4-edge, the PostgreSQL and MySQL datastore drivers build DDL statements
  by interpolating the user-supplied DataStoreUsername/DataStoreSchema directly
  into SQL via f…
severity: medium
cvss: 4.7
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L'
cwe:
  - CWE-89
published: '2026-07-30'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T20:51:43.490'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-62845'
references:
  - url: >-
      https://github.com/clastix/kamaji/commit/6a9f3e10ae408e7948e2aca2db694791a299e79c
    label: security-advisories@github.com
  - url: 'https://github.com/clastix/kamaji/releases/tag/26.7.4-edge'
    label: security-advisories@github.com
  - url: 'https://github.com/clastix/kamaji/security/advisories/GHSA-r47v-ppwp-fh4r'
    label: security-advisories@github.com
  - url: 'https://github.com/clastix/kamaji/security/advisories/GHSA-r47v-ppwp-fh4r'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00237
epssPercentile: 0.1497
ingestedAt: '2026-09-08T21:11:12.258Z'
---

## Overview

Kamaji is the Hosted Control Plane Manager for Kubernetes. Prior to 26.7.4-edge, the PostgreSQL and MySQL datastore drivers build DDL statements by interpolating the user-supplied DataStoreUsername/DataStoreSchema directly into SQL via fmt.Sprintf, without escaping identifiers. These fields have no format validation, so a value containing a quote character breaks out of the quoted identifier — SQL injection executed over Kamaji's root connection to the shared datastore. etcd driver is not affected.This issue is fixed in version 26.7.4-edge.

## Remediation

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