CVE-2024-11405
BaseFortify
Publication date: 2025-07-02
Last updated on: 2025-07-16
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| hellomohsinkhan | wp_front-end_login_and_register | to 2.1.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Reflected Cross-Site Scripting (XSS) issue in the WP Front-end login and register plugin for WordPress. It occurs because the plugin does not properly sanitize and escape input from the email and wpmp_reset_password_token parameters. An unauthenticated attacker can exploit this by tricking a user into clicking a malicious link, causing arbitrary scripts to run in the user's browser.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute arbitrary scripts in the context of a user's browser session. This can lead to theft of user credentials, session hijacking, or performing actions on behalf of the user without their consent. It requires the user to be tricked into clicking a malicious link, making it a risk for users interacting with affected sites.