Cyber Resilience

CVE-2023-30625

HighPublic PoC

Published: 16 June 2023

Published
16 June 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.8841 99.5th percentile
Risk Priority 71 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-30625 is a high-severity SQL Injection (CWE-89) vulnerability in Rudderstack Rudder-Server. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 0.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

rudder-server, a core component of the open-source RudderStack Customer Data Platform, is affected by a SQL injection vulnerability (CWE-89) in all versions prior to 1.3.0-rc.1. The flaw resides in how the application constructs and executes SQL statements against its PostgreSQL backend, where the default “rudder” database role is granted superuser privileges. The issue carries a CVSS 3.1 base score of 8.8 and can be reached over the network with only low-privileged credentials.

An authenticated attacker can supply crafted input that is concatenated into SQL queries, enabling arbitrary command execution on the underlying PostgreSQL instance. Because the rudder role possesses superuser rights, successful exploitation yields full control of the database server and, by extension, remote code execution on the host operating system.

The project addressed the issue in commit 0d061ff and related patches merged via pull request 2652; administrators are advised to upgrade immediately to version 1.3.0-rc.1 or later. Public exploit code has been published, and the CVE’s EPSS score rose rapidly from a low baseline to a peak of 0.9483 (currently 0.8841), indicating sustained and increasing attacker interest after disclosure.

EU & UK References

Vulnerability details

rudder-server is part of RudderStack, an open source Customer Data Platform (CDP). Versions of rudder-server prior to 1.3.0-rc.1 are vulnerable to SQL injection. This issue may lead to Remote Code Execution (RCE) due to the `rudder` role in PostgresSQL having…

more

superuser permissions by default. Version 1.3.0-rc.1 contains patches for this issue.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

rudderstack
rudder-server
≤ 1.2.5

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

References