Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Younghun Lee

#42375of 53,633
6.4Total CVSS
Vulnerabilities · 1
PT-2026-48394
6.4
2026-06-10
WordPress · Easy Image Collage · CVE-2026-9019
**Name of the Vulnerable Software and Affected Versions** Easy Image Collage versions prior to 1.13.7 **Description** The Easy Image Collage plugin for WordPress contains a Stored Cross-Site Scripting issue resulting from insufficient input sanitization and output escaping. Authenticated attackers with author-level access or higher can inject arbitrary web scripts into pages through the `grid[properties][borderColor]` and `grid[images][N][attachment url]` parameters. These scripts execute whenever a user visits the affected page. The issue persists because data is stored using the `update post meta()` function instead of `wp insert post()`, bypassing the `unfiltered html` restriction typically used by WordPress to control author capabilities. **Recommendations** Update to a version later than 1.13.6. As a temporary mitigation, restrict author-level access to the `grid[properties][borderColor]` and `grid[images][N][attachment url]` parameters.