CVE-2025-3435: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in kitae-park Mang Board WP
The Mang Board WP plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the board_header and board_footer parameters in all versions up to, and including, 1.8.6 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level access, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.
AI Analysis
Technical Summary
CVE-2025-3435 identifies a stored cross-site scripting vulnerability in the Mang Board WP plugin for WordPress, specifically in versions up to and including 1.8.6. The vulnerability stems from insufficient sanitization and escaping of user-supplied input in the board_header and board_footer parameters, which are used during web page generation. This improper neutralization of input (CWE-79) allows an attacker with administrator-level access to inject malicious JavaScript code that is persistently stored and executed whenever any user visits the compromised page. The vulnerability is limited to multi-site WordPress installations where the unfiltered_html capability is disabled, which restricts the attack surface. The attack vector requires network access (remote) and high privileges (administrator), with no user interaction needed for exploitation once the malicious script is injected. The vulnerability affects confidentiality and integrity by enabling script execution that could hijack sessions or perform unauthorized actions on behalf of users. The CVSS 3.1 base score of 4.4 reflects these factors, indicating a medium severity level. No patches or known exploits have been reported at the time of disclosure, but the vulnerability is recognized and tracked by CISA. The issue highlights the importance of proper input validation and output encoding in WordPress plugins, especially those used in multi-site environments.
Potential Impact
The primary impact of this vulnerability is the potential for persistent cross-site scripting attacks that can compromise user sessions, steal sensitive information, or perform unauthorized actions within the affected WordPress multi-site environment. Since exploitation requires administrator privileges, the risk is somewhat mitigated by the need for prior compromise or insider threat. However, once exploited, the attacker can execute arbitrary scripts in the context of any user visiting the injected pages, potentially leading to credential theft, privilege escalation, or defacement. Organizations running multi-site WordPress installations with the Mang Board WP plugin are at risk of data confidentiality breaches and integrity violations. The vulnerability does not affect availability directly but could be leveraged as part of broader attack chains. The medium CVSS score reflects the moderate risk, but the impact could be higher in environments with many users or sensitive data. Additionally, the lack of known exploits suggests limited current active threat but does not preclude future exploitation attempts.
Mitigation Recommendations
To mitigate this vulnerability, organizations should first verify if they are using the Mang Board WP plugin in a multi-site WordPress environment with unfiltered_html disabled. Immediate steps include: 1) Applying any available updates or patches from the plugin vendor once released; 2) If no patch is available, temporarily disabling the plugin or restricting administrator access to trusted personnel only; 3) Implementing strict input validation and output encoding for the board_header and board_footer parameters, either via custom code or security plugins that enforce content sanitization; 4) Monitoring administrator activities and audit logs for suspicious changes to these parameters; 5) Enabling Content Security Policy (CSP) headers to reduce the impact of injected scripts; 6) Educating administrators about the risks of injecting untrusted content; 7) Regularly scanning the WordPress environment with security tools to detect malicious scripts or anomalies; 8) Considering the use of web application firewalls (WAFs) that can detect and block XSS payloads targeting these parameters. These measures collectively reduce the risk of exploitation until an official patch is applied.
Affected Countries
United States, South Korea, Germany, United Kingdom, Canada, Australia, France, Japan, India, Brazil
CVE-2025-3435: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in kitae-park Mang Board WP
Description
The Mang Board WP plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the board_header and board_footer parameters in all versions up to, and including, 1.8.6 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level access, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2025-3435 identifies a stored cross-site scripting vulnerability in the Mang Board WP plugin for WordPress, specifically in versions up to and including 1.8.6. The vulnerability stems from insufficient sanitization and escaping of user-supplied input in the board_header and board_footer parameters, which are used during web page generation. This improper neutralization of input (CWE-79) allows an attacker with administrator-level access to inject malicious JavaScript code that is persistently stored and executed whenever any user visits the compromised page. The vulnerability is limited to multi-site WordPress installations where the unfiltered_html capability is disabled, which restricts the attack surface. The attack vector requires network access (remote) and high privileges (administrator), with no user interaction needed for exploitation once the malicious script is injected. The vulnerability affects confidentiality and integrity by enabling script execution that could hijack sessions or perform unauthorized actions on behalf of users. The CVSS 3.1 base score of 4.4 reflects these factors, indicating a medium severity level. No patches or known exploits have been reported at the time of disclosure, but the vulnerability is recognized and tracked by CISA. The issue highlights the importance of proper input validation and output encoding in WordPress plugins, especially those used in multi-site environments.
Potential Impact
The primary impact of this vulnerability is the potential for persistent cross-site scripting attacks that can compromise user sessions, steal sensitive information, or perform unauthorized actions within the affected WordPress multi-site environment. Since exploitation requires administrator privileges, the risk is somewhat mitigated by the need for prior compromise or insider threat. However, once exploited, the attacker can execute arbitrary scripts in the context of any user visiting the injected pages, potentially leading to credential theft, privilege escalation, or defacement. Organizations running multi-site WordPress installations with the Mang Board WP plugin are at risk of data confidentiality breaches and integrity violations. The vulnerability does not affect availability directly but could be leveraged as part of broader attack chains. The medium CVSS score reflects the moderate risk, but the impact could be higher in environments with many users or sensitive data. Additionally, the lack of known exploits suggests limited current active threat but does not preclude future exploitation attempts.
Mitigation Recommendations
To mitigate this vulnerability, organizations should first verify if they are using the Mang Board WP plugin in a multi-site WordPress environment with unfiltered_html disabled. Immediate steps include: 1) Applying any available updates or patches from the plugin vendor once released; 2) If no patch is available, temporarily disabling the plugin or restricting administrator access to trusted personnel only; 3) Implementing strict input validation and output encoding for the board_header and board_footer parameters, either via custom code or security plugins that enforce content sanitization; 4) Monitoring administrator activities and audit logs for suspicious changes to these parameters; 5) Enabling Content Security Policy (CSP) headers to reduce the impact of injected scripts; 6) Educating administrators about the risks of injecting untrusted content; 7) Regularly scanning the WordPress environment with security tools to detect malicious scripts or anomalies; 8) Considering the use of web application firewalls (WAFs) that can detect and block XSS payloads targeting these parameters. These measures collectively reduce the risk of exploitation until an official patch is applied.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-04-07T20:08:15.312Z
- Cisa Enriched
- true
Threat ID: 682d9840c4522896dcbf1399
Added to database: 5/21/2025, 9:09:20 AM
Last enriched: 2/27/2026, 1:32:23 PM
Last updated: 3/23/2026, 5:10:18 AM
Views: 73
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.