CVE-2026-1503: CWE-352 Cross-Site Request Forgery (CSRF) in frankkoenen Plugin Name: login_register
The login_register plugin for WordPress is vulnerable to Cross-Site Request Forgery to Stored Cross-Site Scripting in all versions up to, and including, 1.2.0. This is due to missing nonce validation on the settings page and insufficient input sanitization and output escaping on the 'login_register_login_post' parameter. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page via a forged request granted they can trick an administrator into performing an action such as clicking on a link.
AI Analysis
Technical Summary
The vulnerability CVE-2026-1503 affects the 'login_register' plugin for WordPress developed by frankkoenen, specifically all versions up to and including 1.2.0. The root cause is a lack of nonce validation on the plugin's settings page, which is a critical security mechanism to prevent Cross-Site Request Forgery (CSRF) attacks. Additionally, the plugin fails to properly sanitize and escape user input on the 'login_register_login_post' parameter, leading to stored Cross-Site Scripting (XSS). This combination allows an unauthenticated attacker to craft a malicious request that, when an administrator user is tricked into clicking a link or visiting a crafted page, results in the injection and execution of arbitrary JavaScript code within the administrator's browser context. The attack exploits the trust relationship between the administrator's browser and the WordPress site, enabling potential actions such as stealing session cookies, modifying site settings, or installing backdoors. The vulnerability does not require prior authentication but does require user interaction (clicking a malicious link). The CVSS v3.1 base score is 4.3 (medium severity), reflecting the limited impact on confidentiality but notable integrity risks and ease of exploitation. No public exploits or patches are currently available, increasing the urgency for administrators to apply manual mitigations or monitor for updates. The vulnerability is classified under CWE-352 (CSRF).
Potential Impact
This vulnerability poses a significant risk to organizations running WordPress sites with the vulnerable 'login_register' plugin installed. Successful exploitation can lead to arbitrary script execution in the context of an administrator, potentially allowing attackers to hijack admin sessions, modify site content, change configurations, or install persistent malware. This compromises site integrity and can lead to further breaches or defacements. Since the attack requires only that an administrator be tricked into clicking a malicious link, social engineering can be leveraged to facilitate exploitation. The impact is particularly severe for organizations relying on WordPress for critical business functions, customer data management, or e-commerce, as attackers could manipulate site behavior or steal sensitive information indirectly. Although no known exploits are currently in the wild, the vulnerability's presence in all plugin versions up to 1.2.0 means a large number of sites could be at risk. The medium CVSS score reflects the absence of direct confidentiality loss but highlights the integrity and availability risks from malicious script injection. Organizations failing to mitigate this vulnerability may face reputational damage, operational disruption, and potential regulatory consequences if customer data or services are affected.
Mitigation Recommendations
To mitigate CVE-2026-1503, organizations should immediately audit their WordPress installations for the presence of the 'login_register' plugin and verify the version. Until an official patch is released, administrators should consider disabling or uninstalling the plugin to eliminate the attack vector. If removal is not feasible, restrict administrative access to trusted networks and users to reduce exposure. Implement web application firewalls (WAFs) with custom rules to detect and block suspicious CSRF attempts and malicious payloads targeting the 'login_register_login_post' parameter. Educate administrators about the risk of clicking untrusted links and encourage the use of multi-factor authentication to limit session hijacking impact. Monitor logs for unusual administrative actions or unexpected changes in plugin settings. Once a patch is available, apply it promptly. Additionally, plugin developers should update the plugin to include proper nonce validation on all sensitive actions and ensure rigorous input sanitization and output escaping to prevent stored XSS. Regular security assessments and plugin updates are critical to maintaining WordPress site security.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, India, Brazil, Japan
CVE-2026-1503: CWE-352 Cross-Site Request Forgery (CSRF) in frankkoenen Plugin Name: login_register
Description
The login_register plugin for WordPress is vulnerable to Cross-Site Request Forgery to Stored Cross-Site Scripting in all versions up to, and including, 1.2.0. This is due to missing nonce validation on the settings page and insufficient input sanitization and output escaping on the 'login_register_login_post' parameter. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page via a forged request granted they can trick an administrator into performing an action such as clicking on a link.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The vulnerability CVE-2026-1503 affects the 'login_register' plugin for WordPress developed by frankkoenen, specifically all versions up to and including 1.2.0. The root cause is a lack of nonce validation on the plugin's settings page, which is a critical security mechanism to prevent Cross-Site Request Forgery (CSRF) attacks. Additionally, the plugin fails to properly sanitize and escape user input on the 'login_register_login_post' parameter, leading to stored Cross-Site Scripting (XSS). This combination allows an unauthenticated attacker to craft a malicious request that, when an administrator user is tricked into clicking a link or visiting a crafted page, results in the injection and execution of arbitrary JavaScript code within the administrator's browser context. The attack exploits the trust relationship between the administrator's browser and the WordPress site, enabling potential actions such as stealing session cookies, modifying site settings, or installing backdoors. The vulnerability does not require prior authentication but does require user interaction (clicking a malicious link). The CVSS v3.1 base score is 4.3 (medium severity), reflecting the limited impact on confidentiality but notable integrity risks and ease of exploitation. No public exploits or patches are currently available, increasing the urgency for administrators to apply manual mitigations or monitor for updates. The vulnerability is classified under CWE-352 (CSRF).
Potential Impact
This vulnerability poses a significant risk to organizations running WordPress sites with the vulnerable 'login_register' plugin installed. Successful exploitation can lead to arbitrary script execution in the context of an administrator, potentially allowing attackers to hijack admin sessions, modify site content, change configurations, or install persistent malware. This compromises site integrity and can lead to further breaches or defacements. Since the attack requires only that an administrator be tricked into clicking a malicious link, social engineering can be leveraged to facilitate exploitation. The impact is particularly severe for organizations relying on WordPress for critical business functions, customer data management, or e-commerce, as attackers could manipulate site behavior or steal sensitive information indirectly. Although no known exploits are currently in the wild, the vulnerability's presence in all plugin versions up to 1.2.0 means a large number of sites could be at risk. The medium CVSS score reflects the absence of direct confidentiality loss but highlights the integrity and availability risks from malicious script injection. Organizations failing to mitigate this vulnerability may face reputational damage, operational disruption, and potential regulatory consequences if customer data or services are affected.
Mitigation Recommendations
To mitigate CVE-2026-1503, organizations should immediately audit their WordPress installations for the presence of the 'login_register' plugin and verify the version. Until an official patch is released, administrators should consider disabling or uninstalling the plugin to eliminate the attack vector. If removal is not feasible, restrict administrative access to trusted networks and users to reduce exposure. Implement web application firewalls (WAFs) with custom rules to detect and block suspicious CSRF attempts and malicious payloads targeting the 'login_register_login_post' parameter. Educate administrators about the risk of clicking untrusted links and encourage the use of multi-factor authentication to limit session hijacking impact. Monitor logs for unusual administrative actions or unexpected changes in plugin settings. Once a patch is available, apply it promptly. Additionally, plugin developers should update the plugin to include proper nonce validation on all sensitive actions and ensure rigorous input sanitization and output escaping to prevent stored XSS. Regular security assessments and plugin updates are critical to maintaining WordPress site security.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2026-01-27T19:28:28.952Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69be1807f4197a8e3b783c33
Added to database: 3/21/2026, 4:01:11 AM
Last enriched: 3/21/2026, 4:49:27 AM
Last updated: 3/22/2026, 8:15:27 AM
Views: 7
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.