SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-53572

MEDIUM · CVSS 5.9 EPSS 0.32% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-21 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

KEDA versions prior to 2.20.0 are vulnerable due to improper handling of PostgreSQL connection strings, allowing attackers to inject malicious parameters through user-controlled inputs. This could lead to redirection of database connections to unauthorized servers, exposure of sensitive credentials, or disabling of TLS protections. Organizations using affected KEDA versions should prioritize upgrading to version 2.20.0 to mitigate these risks.

Public Exploit Signal

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

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

CVE
CVE-2026-53572
Severity
MEDIUM
CVSS
5.9
EPSS
0.32%
Kubernetes

Original NVD Description

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.