CVE-2026-84151
Received Received - Intake

HTML Injection in Post Grid WordPress Plugin

Vulnerability report for CVE-2026-84151, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-24

Last updated on: 2026-09-24

Assigner: WPScan

Description

The Post Grid WordPress plugin before 7.9.5 does not limit an expansion of the WordPress allowed-HTML list to its own markup and applies it site-wide, allowing users with the Contributor role and above to store iframe, style and input elements that are normally stripped from their content, leading to HTML injection (phishing frames, CSS defacement and spoofed input forms) that renders to any visitor and to administrators reviewing the content.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-24
Last Modified
2026-09-24
Generated
2026-09-24
AI Q&A
2026-09-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wpbeaverbuilder the_post_grid to 7.9.5 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The Post Grid WordPress plugin before version 7.9.5 improperly expands the WordPress allowed-HTML list site-wide instead of restricting it to its own markup. This allows users with Contributor role or higher to inject malicious iframe, style, and input elements into content. These elements bypass normal sanitization, enabling HTML injection attacks such as phishing frames, CSS defacement, and spoofed input forms.

Detection Guidance

Check the installed version of the Post Grid plugin in WordPress. If it is below 7.9.5, the system is vulnerable. Use WordPress admin dashboard or run SQL query on the database: SELECT * FROM wp_options WHERE option_name LIKE '%post_grid_version%';

Inspect WordPress posts or pages for unexpected iframe, style, or input HTML tags in the content. Use grep to search for suspicious patterns in files: grep -r '<iframe' /path/to/wordpress/wp-content/

Impact Analysis

Visitors and administrators viewing compromised content may encounter phishing attempts through malicious iframes, CSS defacement altering site appearance, or fake input forms designed to steal user data. The injected content renders to all users, potentially compromising site integrity and user trust.

Compliance Impact

This vulnerability could lead to data breaches or unauthorized content modifications, violating GDPR's integrity and confidentiality requirements or HIPAA's safeguards for protected health information. Organizations may face compliance penalties if user data is exposed through injected malicious content.

Mitigation Strategies

Update the Post Grid plugin to version 7.9.5 or later immediately. Disable the plugin temporarily if an update is not immediately available. Review all user roles with Contributor access or higher for unauthorized content changes.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-84151. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart