Description
The Easy Image Collage plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'grid[properties][borderColor]' and 'grid[images][N][attachment_url]' Parameters in all versions up to, and including, 1.13.6 due to insufficient input sanitization and output escaping. 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. Because the data is stored via update_post_meta() rather than wp_insert_post() post content, WordPress's unfiltered_html restriction does not apply, meaning Authors cannot be blocked from this attack path by capability controls alone.
Published: 2026-06-10
Score: 6.4 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in Easy Image Collage is a stored Cross‑Site Scripting flaw that allows an attacker with author or higher privileges to insert arbitrary JavaScript into the grid[properties][borderColor] and grid[images][N][attachment_url] fields. Because the plugin writes this data directly to the post meta table with update_post_meta(), the WordPress filtering that normally blocks unfiltered HTML for non‑administrator users is bypassed, permitting malicious code to be persisted and executed whenever any user views a page containing the affected collage.

Affected Systems

The flaw affects all releases of the Easy Image Collage plugin up to and including version 1.13.6, manufactured by brechtvds.

Risk and Exploitability

The CVSS score of 6.4 indicates moderate severity, and the EPSS score is not available. The vulnerability is not currently listed in the CISA KEV catalog. The likely attack vector requires an authenticated user with author-level access (or higher) to create or edit a collage, after which arbitrary scripts will run in the browsers of any visitor to the affected page. Given the lack of automatic mitigation from WordPress’s unfiltered_html restriction, the risk is elevated for sites that allow authors to modify content.

Generated by OpenCVE AI on June 10, 2026 at 09:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Easy Image Collage to version 2.0.0 or later, which removes the vulnerable code paths.
  • After upgrading, re‑create or update the existing collage posts to ensure that any previously stored malicious metadata is sanitized; consider deleting and re‑adding the images if content appears inconsistent.
  • If an upgrade cannot be performed immediately, manually inspect and remove the grid[properties][borderColor] and grid[images][N][attachment_url] entries from the post meta database for affected posts to delete any stored malicious scripts.

Generated by OpenCVE AI on June 10, 2026 at 09:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 10 Jun 2026 08:15:00 +0000

Type Values Removed Values Added
Description The Easy Image Collage plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'grid[properties][borderColor]' and 'grid[images][N][attachment_url]' Parameters in all versions up to, and including, 1.13.6 due to insufficient input sanitization and output escaping. 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. Because the data is stored via update_post_meta() rather than wp_insert_post() post content, WordPress's unfiltered_html restriction does not apply, meaning Authors cannot be blocked from this attack path by capability controls alone.
Title Easy Image Collage <= 1.13.6 - Authenticated (Author+) Stored Cross-Site Scripting via 'grid[properties][borderColor]' and 'grid[images][N][attachment_url]' Parameters
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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-06-10T06:48:28.873Z

Reserved: 2026-05-19T14:53:59.845Z

Link: CVE-2026-9019

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-06-10T08:16:25.937

Modified: 2026-06-10T08:16:25.937

Link: CVE-2026-9019

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-10T09:30:15Z

Weaknesses