CVE-2026-0690: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in flatboy FlatPM – Ad Manager, AdSense and Custom Code
CVE-2026-0690 is a stored Cross-Site Scripting (XSS) vulnerability in the FlatPM – Ad Manager, AdSense and Custom Code WordPress plugin affecting all versions up to 3. 2. 2. Authenticated users with contributor-level access or higher can inject malicious scripts via the 'rank_math_description' custom field due to insufficient input sanitization and output escaping. These scripts execute whenever any user views the compromised page, potentially leading to session hijacking, defacement, or unauthorized actions. The vulnerability has a CVSS score of 6. 4 (medium severity) and does not require user interaction but does require authentication with low privileges. No known exploits are currently in the wild. European organizations using this plugin are at risk, especially those with contributor-level user roles enabled. Mitigation involves restricting contributor privileges, monitoring custom fields, and applying patches or updates once available.
AI Analysis
Technical Summary
CVE-2026-0690 is a stored Cross-Site Scripting (XSS) vulnerability classified under CWE-79, found in the FlatPM – Ad Manager, AdSense and Custom Code plugin for WordPress. This vulnerability arises from improper neutralization of input during web page generation, specifically in the 'rank_math_description' custom field. The plugin fails to adequately sanitize and escape user-supplied input before rendering it on pages, allowing authenticated users with contributor-level access or higher to inject arbitrary JavaScript code. When other users access the affected pages, the injected scripts execute in their browsers, potentially compromising session tokens, redirecting users, or performing unauthorized actions on their behalf. The vulnerability affects all versions up to and including 3.2.2. The CVSS 3.1 base score is 6.4, reflecting medium severity, with an attack vector of network (remote), low attack complexity, requiring privileges (contributor level), no user interaction, and a scope change due to the impact on other users. No patches or official fixes have been published yet, and no known exploits are reported in the wild. The vulnerability's exploitation requires authenticated access but not administrative privileges, making it a significant risk in environments where contributor roles are assigned. The stored nature of the XSS increases its impact compared to reflected XSS, as the malicious payload persists and affects multiple users. This vulnerability highlights the importance of rigorous input validation and output encoding in WordPress plugins, especially those handling user-generated content or custom fields.
Potential Impact
For European organizations, this vulnerability poses a moderate risk, particularly for websites using the FlatPM plugin for ad management or custom code integration. Exploitation could lead to session hijacking, unauthorized actions, defacement, or data theft, impacting confidentiality and integrity of user data. Since the attack requires contributor-level access, organizations with less restrictive user role management are more vulnerable. The persistent nature of the stored XSS means multiple users can be affected, potentially damaging reputation and user trust. In sectors like media, e-commerce, and public services, where WordPress is widely used, such an exploit could disrupt operations or lead to regulatory non-compliance under GDPR if personal data is compromised. The lack of known exploits in the wild reduces immediate risk but does not eliminate the threat, especially as attackers may develop exploits once the vulnerability is public. The medium CVSS score reflects a balance between ease of exploitation and impact, but organizations should not underestimate the potential for lateral movement or privilege escalation following successful exploitation.
Mitigation Recommendations
1. Immediately audit user roles and permissions to ensure that contributor-level access is granted only to trusted users. 2. Temporarily restrict or disable the use of the 'rank_math_description' custom field if possible until a patch is available. 3. Implement Web Application Firewall (WAF) rules to detect and block suspicious script injections targeting this plugin's fields. 4. Monitor logs and user activity for unusual behavior indicative of exploitation attempts. 5. Educate content contributors about safe input practices and the risks of injecting scripts. 6. Once available, promptly apply official patches or updates from the plugin vendor. 7. Consider deploying Content Security Policy (CSP) headers to limit the execution of unauthorized scripts. 8. Regularly scan WordPress installations with security plugins that detect XSS vulnerabilities. 9. Review and sanitize all user-generated content before rendering it on the site. 10. Maintain a robust backup and incident response plan to quickly recover from potential compromises.
Affected Countries
Germany, France, United Kingdom, Italy, Spain, Netherlands, Poland, Sweden
CVE-2026-0690: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in flatboy FlatPM – Ad Manager, AdSense and Custom Code
Description
CVE-2026-0690 is a stored Cross-Site Scripting (XSS) vulnerability in the FlatPM – Ad Manager, AdSense and Custom Code WordPress plugin affecting all versions up to 3. 2. 2. Authenticated users with contributor-level access or higher can inject malicious scripts via the 'rank_math_description' custom field due to insufficient input sanitization and output escaping. These scripts execute whenever any user views the compromised page, potentially leading to session hijacking, defacement, or unauthorized actions. The vulnerability has a CVSS score of 6. 4 (medium severity) and does not require user interaction but does require authentication with low privileges. No known exploits are currently in the wild. European organizations using this plugin are at risk, especially those with contributor-level user roles enabled. Mitigation involves restricting contributor privileges, monitoring custom fields, and applying patches or updates once available.
AI-Powered Analysis
Technical Analysis
CVE-2026-0690 is a stored Cross-Site Scripting (XSS) vulnerability classified under CWE-79, found in the FlatPM – Ad Manager, AdSense and Custom Code plugin for WordPress. This vulnerability arises from improper neutralization of input during web page generation, specifically in the 'rank_math_description' custom field. The plugin fails to adequately sanitize and escape user-supplied input before rendering it on pages, allowing authenticated users with contributor-level access or higher to inject arbitrary JavaScript code. When other users access the affected pages, the injected scripts execute in their browsers, potentially compromising session tokens, redirecting users, or performing unauthorized actions on their behalf. The vulnerability affects all versions up to and including 3.2.2. The CVSS 3.1 base score is 6.4, reflecting medium severity, with an attack vector of network (remote), low attack complexity, requiring privileges (contributor level), no user interaction, and a scope change due to the impact on other users. No patches or official fixes have been published yet, and no known exploits are reported in the wild. The vulnerability's exploitation requires authenticated access but not administrative privileges, making it a significant risk in environments where contributor roles are assigned. The stored nature of the XSS increases its impact compared to reflected XSS, as the malicious payload persists and affects multiple users. This vulnerability highlights the importance of rigorous input validation and output encoding in WordPress plugins, especially those handling user-generated content or custom fields.
Potential Impact
For European organizations, this vulnerability poses a moderate risk, particularly for websites using the FlatPM plugin for ad management or custom code integration. Exploitation could lead to session hijacking, unauthorized actions, defacement, or data theft, impacting confidentiality and integrity of user data. Since the attack requires contributor-level access, organizations with less restrictive user role management are more vulnerable. The persistent nature of the stored XSS means multiple users can be affected, potentially damaging reputation and user trust. In sectors like media, e-commerce, and public services, where WordPress is widely used, such an exploit could disrupt operations or lead to regulatory non-compliance under GDPR if personal data is compromised. The lack of known exploits in the wild reduces immediate risk but does not eliminate the threat, especially as attackers may develop exploits once the vulnerability is public. The medium CVSS score reflects a balance between ease of exploitation and impact, but organizations should not underestimate the potential for lateral movement or privilege escalation following successful exploitation.
Mitigation Recommendations
1. Immediately audit user roles and permissions to ensure that contributor-level access is granted only to trusted users. 2. Temporarily restrict or disable the use of the 'rank_math_description' custom field if possible until a patch is available. 3. Implement Web Application Firewall (WAF) rules to detect and block suspicious script injections targeting this plugin's fields. 4. Monitor logs and user activity for unusual behavior indicative of exploitation attempts. 5. Educate content contributors about safe input practices and the risks of injecting scripts. 6. Once available, promptly apply official patches or updates from the plugin vendor. 7. Consider deploying Content Security Policy (CSP) headers to limit the execution of unauthorized scripts. 8. Regularly scan WordPress installations with security plugins that detect XSS vulnerabilities. 9. Review and sanitize all user-generated content before rendering it on the site. 10. Maintain a robust backup and incident response plan to quickly recover from potential compromises.
Affected Countries
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2026-01-07T20:19:13.158Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 696fd2e84623b1157c48f85f
Added to database: 1/20/2026, 7:09:28 PM
Last enriched: 1/20/2026, 7:21:16 PM
Last updated: 1/20/2026, 8:17:09 PM
Views: 4
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.
Related Threats
CVE-2024-57440: n/a
HighCVE-2026-0622: CWE-798 Use of Hard-coded Credentials in NewPlane open5GS
UnknownCVE-2026-23886: CWE-20: Improper Input Validation in swift-otel swift-w3c-trace-context
MediumCVE-2026-1176: SQL Injection in itsourcecode School Management System
MediumCVE-2026-1178: SQL Injection in Yonyou KSOA
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.