Arbitrary Code Injection Affecting keda-2.17-admission-webhooks package, versions *


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.32% (25th 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 IDSNYK-MINIMOSLATEST-KEDA217ADMISSIONWEBHOOKS-17897909
  • published9 Jul 2026
  • disclosed21 Aug 2026

Introduced: 9 Jul 2026

CVE-2026-53572  (opens in a new tab)
CWE-74  (opens in a new tab)
CWE-89  (opens in a new tab)

How to fix?

There is no fixed version for Minimos:latest keda-2.17-admission-webhooks.

NVD Description

Note: Versions mentioned in the description apply only to the upstream keda-2.17-admission-webhooks package and not the keda-2.17-admission-webhooks package as distributed by Minimos. See How to fix? for Minimos:latest relevant fixed versions and status.

KEDA is a Kubernetes-based Event Driven Autoscaling component. Prior to 2.20.0, pkg/scalers/postgresql_scaler.go constructs libpq-style connection strings from tenant-controlled host, port, userName, dbName, sslmode, and password values, while escapePostgreConnectionParameter() only quotes values containing a literal space. Tabs, newlines, carriage returns, form feeds, vertical tabs, quotes, and backslashes can therefore create additional key-value tokens when pgx parses the string. An attacker able to create or modify a TriggerAuthentication or ScaledObject can inject host or sslmode parameters, redirect the database connection to an attacker-controlled server, expose credentials, or disable intended TLS protection. This issue is fixed in version 2.20.0.