Description
The Insert Pages plugin for WordPress is vulnerable to Stored Cross-Site Scripting via post custom field keys (meta key names) in all versions up to, and including, 3.11.4. This is due to insufficient output escaping in the the_meta() function: while the custom field VALUE is sanitized with wp_kses_post(), the custom field KEY ($key) is interpolated into the rendered HTML (lines 1786-1791) and echoed (line 1806) without any escaping when an inserted page is rendered with the [insert page='ID' display='all'] shortcode. This makes it possible for authenticated attackers, with author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Published: 2026-07-02
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Insert Pages plugin for WordPress contains a stored cross‑site scripting flaw identified as CWE‑79 that allows an authenticated author or higher user to inject arbitrary JavaScript through malicious meta key names. The plugin’s the_meta() function outputs the key name directly into the page without escaping, so any script embedded in a custom field key will execute whenever the affected page is rendered with the [insert page] shortcode. This could affect any visitor to that page.

Affected Systems

The affected product is the Insert Pages WordPress plugin distributed by figureone. All releases through version 3.11.4, inclusive, are vulnerable. The flaw appears in the source code around lines  and is triggered when the [insert page='ID' display='all'] shortcode renders a page that contains a malicious custom field key.

Risk and Exploitability

The vulnerability can be exploited only by authenticated users with author level or higher privileges because it requires the ability to create or edit custom field keys. The CVSS score of 6.4 indicates moderate severity, while the EPSS score of < 1 % reflects a very low but non‑zero likelihood of exploitation in the wild. The flaw is not listed in the CISA KEV catalog. When present, the attack surface is limited to active WordPress sites that allow authors to add custom fields and use the Insert Pages shortcode.

Generated by OpenCVE AI on July 21, 2026 at 12:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check the vendor’s website for updates and apply the latest patch for the Insert Pages plugin as soon as it is released.
  • If an update is not yet available custom fields, or enforce a naming policy that sanitizes meta key names before they are stored.
  • Search the database for existing suspicious code and either rename or delete them to eliminate stored payloads.

Generated by OpenCVE AI on July 21, 2026 at 12:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
First Time appeared Figureone
Figureone insert Pages
Wordpress
Wordpress wordpress
Vendors & Products Figureone
Figureone insert Pages
Wordpress
Wordpress wordpress

Thu, 02 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 02 Jul 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Insert Pages plugin for WordPress is vulnerable to Stored Cross-Site Scripting via post custom field keys (meta key names) in all versions up to, and including, 3.11.4. This is due to insufficient output escaping in the the_meta() function: while the custom field VALUE is sanitized with wp_kses_post(), the custom field KEY ($key) is interpolated into the rendered HTML (lines 1786-1791) and echoed (line 1806) without any escaping when an inserted page is rendered with the [insert page='ID' display='all'] shortcode. This makes it possible for authenticated attackers, with author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Title Insert Pages <= 3.11.4 - Authenticated (Author+) Stored Cross-Site Scripting via Custom Field Keys (Meta Key Names)
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 6.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N'}


Subscriptions

Figureone Insert Pages
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-02T14:50:23.017Z

Reserved: 2026-05-29T13:27:15.359Z

Link: CVE-2026-10089

cve-icon Vulnrichment

Updated: 2026-07-02T14:50:18.971Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T12:30:03Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')