MEDIUM 6.1

CVE-2026-13334: Mang Board WordPress Plugin Reflected XSS Vulnerability (CVSS 6.1)

The Mang Board plugin for WordPress has a flaw that allows attackers to inject malicious code into web pages. An unauthenticated attacker can craft a deceptive link containing malicious script in the 'stag' parameter. When a user clicks the link, the injected script runs in their browser, potentially stealing session cookies, credentials, or performing actions on their behalf. The vulnerability affects all versions up to 2.3.4.

Source data · NVD / CISA · public domain

CVSS
3.1 · 6.1 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Weaknesses (CWE)
CWE-79
Affected products
0 configuration(s)
Published / Modified
2026-07-09 / 2026-07-09

NVD description (verbatim)

The Mang Board WP plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'stag' parameter in all versions up to, and including, 2.3.4 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.

6 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-13334 is a Reflected Cross-Site Scripting (XSS) vulnerability in Mang Board WP plugin versions ≤2.3.4, caused by improper input sanitization and output escaping of the 'stag' parameter. The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation). The reflected nature means the malicious payload must be delivered via a crafted URL; it does not persist in the application database. With a CVSS v3.1 score of 6.1 (MEDIUM severity), the vulnerability requires user interaction and network access but can impact confidentiality and integrity across security boundaries.

Business impact

WordPress sites running Mang Board are exposed to account compromise, data theft, and malware distribution campaigns. Attackers can use phishing emails or social engineering to distribute malicious links that hijack authenticated user sessions, exfiltrate sensitive content, or inject persistent malware into the site. The lack of authentication requirements lowers the barrier to exploitation, making this an attractive vector for opportunistic campaigns targeting WordPress administrators and content editors.

Affected systems

The Mang Board WP plugin in versions 2.3.4 and earlier is affected. Any WordPress installation with this plugin active and unpatched is at risk, regardless of WordPress version or hosting environment. The vulnerability impacts all installations equally since it does not depend on specific server configurations or WordPress settings.

Exploitability

Exploitation is straightforward: an attacker crafts a URL containing JavaScript in the 'stag' parameter and distributes it via email, forum posts, or social media. No authentication is required; the attacker only needs to trick a user into clicking the link. Browser security features like Content Security Policy (CSP) may mitigate execution if properly configured by the site, but most WordPress installations do not enforce strict CSP headers by default. Proof-of-concept exploitation does not require specialized tools or knowledge.

Remediation

Update the Mang Board plugin to a patched version released after version 2.3.4. Verify the fix details in the official plugin repository or vendor advisory before deploying. In the interim, consider disabling the plugin if it is not critical to operations. Web Application Firewall (WAF) rules can block requests containing script payloads in the 'stag' parameter as a temporary control.

Patch guidance

Check the Mang Board plugin's official page in the WordPress plugin repository or the vendor's security advisory for the patched version. Once identified, update through the WordPress admin dashboard (Plugins > Updates) or manually upload the new version. Test the update in a staging environment first to ensure compatibility with other plugins and themes. After deployment, verify that the 'stag' parameter no longer executes injected scripts by attempting a benign XSS payload test.

Detection guidance

Monitor web server logs and WAF logs for requests containing suspicious JavaScript patterns in the 'stag' parameter (e.g., <script>, javascript:, onerror=). Use SIEM tools to correlate such requests with subsequent admin login attempts or content modifications. Network-level detection should focus on identifying and blocking URLs with encoded or obfuscated payloads targeting the vulnerable parameter. User awareness training can help identify phishing emails containing malicious links.

Why prioritize this

Although the CVSS score is MEDIUM (6.1), the low barrier to exploitation (no authentication, only user interaction required), wide deployment of WordPress plugins, and potential for account takeover warrant prompt attention. Organizations with externally-facing WordPress sites should prioritize this patch within a 2-week timeframe.

Risk score, explained

The CVSS v3.1 score of 6.1 reflects a network-accessible vulnerability requiring user interaction, with limited impact on confidentiality and integrity but no impact on availability. The score would be higher if the plugin had privileged access or if exploitation could lead to remote code execution. However, the real-world risk is amplified by the prevalence of WordPress and the ease of social engineering attacks that can trigger exploitation.

Frequently asked questions

How do I know if my WordPress site is running the vulnerable Mang Board plugin?

Log into your WordPress admin dashboard, navigate to Plugins, and look for 'Mang Board' in the list. Click on it to view the version number. If it shows version 2.3.4 or earlier, your site is affected.

Can an attacker compromise my site's security without user interaction?

No. This is a reflected XSS vulnerability, which means an attacker cannot exploit it without tricking a user (typically an admin or editor) into clicking a malicious link. The payload is not stored in your database.

Does updating WordPress itself fix this vulnerability?

No. This vulnerability is in the third-party Mang Board plugin, not in WordPress core. You must update the plugin specifically. Check for a new version in Plugins > Updates in your admin dashboard.

What should I do if I cannot update the plugin immediately?

Deactivate the Mang Board plugin until a patch is available. If the plugin is essential, implement a WAF rule to block requests with suspicious payloads in the 'stag' parameter, and restrict admin access to trusted IP ranges.

This analysis is based on publicly available information as of the publication date and the provided CVE record. Patch version numbers, vendor statements, and exploitation details should be verified against official vendor advisories and security bulletins. SEC.co does not provide guaranteed exploit code or weaponized proof-of-concept demonstrations. Organizations should test patches in non-production environments before widespread deployment. This is not legal or professional security advice; consult your internal security team or a qualified cybersecurity professional for guidance specific to your organization's infrastructure and risk profile. Source: NVD (public-domain), retrieved 2026-08-17. Analysis generated by SEC.co (claude-haiku-4-5).