cve/2023/CVE-2023-30625.md

19 lines
1.1 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2023-30625](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30625)
![](https://img.shields.io/static/v1?label=Product&message=rudder-server&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%201.3.0-rc.1%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-89%3A%20Improper%20Neutralization%20of%20Special%20Elements%20used%20in%20an%20SQL%20Command%20('SQL%20Injection')&color=brighgreen)
### 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.
### POC
#### Reference
- http://packetstormsecurity.com/files/173837/Rudder-Server-SQL-Injection-Remote-Code-Execution.html
- https://securitylab.github.com/advisories/GHSL-2022-097_rudder-server/
#### Github
No PoCs found on GitHub currently.