/Vulnerability Library

WooCommerce Wholesale Lead Capture <= 2.0.3.1 - Unauthenticated Privilege Escalation

CVE-2026-27542
Early Release

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.

Severity

Critical

CVSS Score

9.8

Exploit Probability

2%

Affected Product

woocommerce-wholesale-lead-capture

Published Date

July 29, 2026

Template Author

theamanrawat, pdresearch

CVE-2026-27542.yaml
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.01737
    epss-percentile: 0.75941
    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: 4a0a00473045022044b41ed16d12cd4a1cbb47805421cd4eeae0d8a6aa03630818157443a5fc14ff022100bf89a82e6b9d490bfb5d4aa65ea32b3c313c309052e22fda280a70b56f64e89c:922c64590222798bb761d5b6d8e72950
9.8Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVE ID:
cve-2026-27542
CWE ID:
cwe-266

References

https://github.com/Nxploited/CVE-2026-27542-CVE-2026-27540-https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/woocommerce-wholesale-lead-capturehttps://nvd.nist.gov/vuln/detail/CVE-2026-27542

Remediation Steps

Update to the latest version beyond 2.0.3.1.