CVE-2024-13156: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in bplugins HTML5 Video Player – mp4 Video Player Plugin and Block
CVE-2024-13156 is a medium severity DOM-based stored Cross-Site Scripting (XSS) vulnerability in the bplugins HTML5 Video Player – mp4 Video Player Plugin and Block for WordPress. It affects all versions up to and including 2. 5. 35. The flaw arises from insufficient sanitization and escaping of the ‘heading’ parameter, allowing authenticated users with Contributor-level access or higher to inject malicious scripts. These scripts execute whenever any user views the compromised page, potentially leading to session hijacking, privilege escalation, or defacement. Exploitation does not require user interaction beyond page access, and no higher privileges than Contributor are needed. No known public exploits exist yet, but the vulnerability’s scope and ease of exploitation make it a significant risk for WordPress sites using this plugin. Mitigation involves applying patches once available, restricting Contributor permissions, and implementing strict input validation and output encoding. Countries with large WordPress user bases and high adoption of this plugin, such as the United States, Germany, United Kingdom, Canada, Australia, and India, are most at risk.
AI Analysis
Technical Summary
CVE-2024-13156 identifies a DOM-based stored Cross-Site Scripting vulnerability in the HTML5 Video Player – mp4 Video Player Plugin and Block developed by bplugins for WordPress. This vulnerability exists in all versions up to 2.5.35 due to improper neutralization of input during web page generation, specifically insufficient sanitization and output escaping of the ‘heading’ parameter. Authenticated users with Contributor-level access or higher can exploit this flaw by injecting arbitrary JavaScript code into pages where the plugin is used. When other users access these pages, the injected scripts execute in their browsers within the context of the vulnerable site, potentially compromising user sessions, stealing cookies, or performing unauthorized actions. The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation) and has a CVSS v3.1 base score of 6.4, indicating medium severity. The attack vector is network-based with low attack complexity, requiring only low privileges (Contributor) and no user interaction beyond page access. The scope is changed because the vulnerability affects other users beyond the attacker. No public exploits have been reported yet, but the vulnerability’s characteristics make it a credible threat to WordPress sites using this plugin. The lack of available patches at the time of reporting necessitates immediate mitigation steps to reduce risk.
Potential Impact
The primary impact of CVE-2024-13156 is the compromise of confidentiality and integrity for websites using the affected plugin. Attackers with Contributor-level access can inject malicious scripts that execute in the browsers of site visitors and administrators, potentially leading to session hijacking, theft of sensitive information, unauthorized actions performed on behalf of users, and website defacement. Although availability is not directly impacted, the reputational damage and loss of user trust can be significant. Since Contributor-level users are often allowed to create and edit content, this vulnerability expands the attack surface to a broader range of users than just administrators. The vulnerability’s exploitation could facilitate further attacks such as privilege escalation or persistent backdoors. Organizations relying on WordPress sites with this plugin, especially those with high traffic or sensitive user data, face increased risk of data breaches and operational disruption. The absence of known exploits in the wild currently limits immediate widespread impact but does not preclude future exploitation.
Mitigation Recommendations
Organizations should immediately audit their WordPress installations to identify the presence of the bplugins HTML5 Video Player – mp4 Video Player Plugin and Block. Until an official patch is released, restrict Contributor-level user permissions to the minimum necessary, and consider temporarily disabling or removing the plugin if feasible. Implement strict input validation and output encoding on all user-supplied data, especially parameters like ‘heading’ that are rendered in pages. Employ Web Application Firewalls (WAFs) with custom rules to detect and block suspicious script injection attempts targeting this parameter. Monitor logs for unusual activity from Contributor accounts and anomalous page content changes. Educate content contributors about the risks of injecting untrusted content. Once a patch becomes available, apply it promptly and verify the fix through testing. Additionally, consider deploying Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts. Regularly update all WordPress plugins and core installations to minimize exposure to similar vulnerabilities.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, India, France, Brazil, Netherlands, Japan
CVE-2024-13156: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in bplugins HTML5 Video Player – mp4 Video Player Plugin and Block
Description
CVE-2024-13156 is a medium severity DOM-based stored Cross-Site Scripting (XSS) vulnerability in the bplugins HTML5 Video Player – mp4 Video Player Plugin and Block for WordPress. It affects all versions up to and including 2. 5. 35. The flaw arises from insufficient sanitization and escaping of the ‘heading’ parameter, allowing authenticated users with Contributor-level access or higher to inject malicious scripts. These scripts execute whenever any user views the compromised page, potentially leading to session hijacking, privilege escalation, or defacement. Exploitation does not require user interaction beyond page access, and no higher privileges than Contributor are needed. No known public exploits exist yet, but the vulnerability’s scope and ease of exploitation make it a significant risk for WordPress sites using this plugin. Mitigation involves applying patches once available, restricting Contributor permissions, and implementing strict input validation and output encoding. Countries with large WordPress user bases and high adoption of this plugin, such as the United States, Germany, United Kingdom, Canada, Australia, and India, are most at risk.
AI-Powered Analysis
Technical Analysis
CVE-2024-13156 identifies a DOM-based stored Cross-Site Scripting vulnerability in the HTML5 Video Player – mp4 Video Player Plugin and Block developed by bplugins for WordPress. This vulnerability exists in all versions up to 2.5.35 due to improper neutralization of input during web page generation, specifically insufficient sanitization and output escaping of the ‘heading’ parameter. Authenticated users with Contributor-level access or higher can exploit this flaw by injecting arbitrary JavaScript code into pages where the plugin is used. When other users access these pages, the injected scripts execute in their browsers within the context of the vulnerable site, potentially compromising user sessions, stealing cookies, or performing unauthorized actions. The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation) and has a CVSS v3.1 base score of 6.4, indicating medium severity. The attack vector is network-based with low attack complexity, requiring only low privileges (Contributor) and no user interaction beyond page access. The scope is changed because the vulnerability affects other users beyond the attacker. No public exploits have been reported yet, but the vulnerability’s characteristics make it a credible threat to WordPress sites using this plugin. The lack of available patches at the time of reporting necessitates immediate mitigation steps to reduce risk.
Potential Impact
The primary impact of CVE-2024-13156 is the compromise of confidentiality and integrity for websites using the affected plugin. Attackers with Contributor-level access can inject malicious scripts that execute in the browsers of site visitors and administrators, potentially leading to session hijacking, theft of sensitive information, unauthorized actions performed on behalf of users, and website defacement. Although availability is not directly impacted, the reputational damage and loss of user trust can be significant. Since Contributor-level users are often allowed to create and edit content, this vulnerability expands the attack surface to a broader range of users than just administrators. The vulnerability’s exploitation could facilitate further attacks such as privilege escalation or persistent backdoors. Organizations relying on WordPress sites with this plugin, especially those with high traffic or sensitive user data, face increased risk of data breaches and operational disruption. The absence of known exploits in the wild currently limits immediate widespread impact but does not preclude future exploitation.
Mitigation Recommendations
Organizations should immediately audit their WordPress installations to identify the presence of the bplugins HTML5 Video Player – mp4 Video Player Plugin and Block. Until an official patch is released, restrict Contributor-level user permissions to the minimum necessary, and consider temporarily disabling or removing the plugin if feasible. Implement strict input validation and output encoding on all user-supplied data, especially parameters like ‘heading’ that are rendered in pages. Employ Web Application Firewalls (WAFs) with custom rules to detect and block suspicious script injection attempts targeting this parameter. Monitor logs for unusual activity from Contributor accounts and anomalous page content changes. Educate content contributors about the risks of injecting untrusted content. Once a patch becomes available, apply it promptly and verify the fix through testing. Additionally, consider deploying Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts. Regularly update all WordPress plugins and core installations to minimize exposure to similar vulnerabilities.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-01-06T21:20:52.875Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e4db7ef31ef0b59c8b8
Added to database: 2/25/2026, 9:49:01 PM
Last enriched: 2/26/2026, 2:29:06 AM
Last updated: 2/26/2026, 11:17:55 AM
Views: 1
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-2025-64999: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in Checkmk GmbH Checkmk
HighCVE-2026-28138: Deserialization of Untrusted Data in Stylemix uListing
HighCVE-2026-28136: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in VeronaLabs WP SMS
HighCVE-2026-28132: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in villatheme WooCommerce Photo Reviews
HighCVE-2026-28131: Insertion of Sensitive Information Into Sent Data in WPVibes Elementor Addon Elements
HighActions
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.