{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-1708/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-1708/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-1708/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-1708/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-1708/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-1708"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-1708"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2024/CVE-2024-1708.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2024-1708\n\ninfo:\n  name: ConnectWise ScreenConnect <= 23.9.7 - Path Traversal\n  author: popy21\n  severity: high\n  description: |\n    ConnectWise ScreenConnect 23.9.7 and prior contain a path traversal caused by improper handling of user input, letting attackers execute remote code or access confidential data, exploit requires network access.\n  impact: |\n    Attackers can execute remote code or access sensitive data, potentially leading to full system compromise or data breach.\n  remediation: |\n    Update to the latest version of ConnectWise ScreenConnect.\n  reference:\n    - https://www.connectwise.com/company/trust/security-bulletins/connectwise-screenconnect-23.9.8\n    - https://www.huntress.com/blog/a-catastrophe-for-control-understanding-the-screenconnect-authentication-bypass\n    - https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2024-1708\n    - https://nvd.nist.gov/vuln/detail/CVE-2024-1708\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:H\n    cvss-score: 8.4\n    cve-id: CVE-2024-1708\n    epss-score: 0.9549\n    epss-percentile: 0.99868\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: connectwise\n    product: screenconnect\n    shodan-query: http.favicon.hash:-82958153\n    fofa-query: icon_hash=-82958153\n  tags: cve,cve2024,connectwise,screenconnect,lfi,kev,vkev\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - contains(header, \"ScreenConnect/\")\n          - compare_versions(version, '<= 23.9.7')\n        condition: and\n\n    extractors:\n      - type: regex\n        name: version\n        part: header\n        group: 1\n        regex:\n          - 'ScreenConnect/([0-9]+\\.[0-9]+\\.[0-9]+)'\n        internal: true\n\n      - type: regex\n        part: header\n        group: 1\n        regex:\n          - 'ScreenConnect/([0-9]+\\.[0-9]+\\.[0-9]+)'\n# digest: 4a0a00473045022042d6421db69b060cecbbf3bcfbd9b6483b3f88020761e1f2fd86abed7edbea53022100f3d0c1dec0fef9e63ebf2cfa2f1c9f27a35ac9afdf18359e7a2e3c38905ca98e:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2024-1708"
}