🔐 CVE Alert

CVE-2026-4120

MEDIUM 6.4

Info Cards <= 2.0.7 - Authenticated (Contributor+) Stored Cross-Site Scripting via Block Attributes

CVSS Score
6.4
EPSS Score
0.0%
EPSS Percentile
0th

The Info Cards – Add Text and Media in Card Layouts plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'btnUrl' parameter within the Info Cards block in all versions up to, and including, 2.0.7. This is due to insufficient input validation on URL schemes, specifically the lack of javascript: protocol filtering. The block's render.php passes all attributes as JSON to the frontend via a data-attributes HTML attribute using esc_attr(wp_json_encode()), which prevents HTML attribute injection but does not validate URL protocols within the JSON data. The client-side view.js then renders the btnUrl value directly as an href attribute on anchor elements without any protocol sanitization. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject javascript: URLs that execute arbitrary web scripts when a user clicks the rendered button link.

CWE CWE-79
Vendor bplugins
Product info cards – add text and media in card layouts
Published Mar 19, 2026
Last Updated Apr 8, 2026
Stay Ahead of the Next One

Get instant alerts for bplugins info cards – add text and media in card layouts

Be the first to know when new medium vulnerabilities affecting bplugins info cards – add text and media in card layouts are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

bplugins / Info Cards – Add Text and Media in Card Layouts
0 ≤ 2.0.7

References

NVD ↗ CVE.org ↗ EPSS Data ↗
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/279984d9-f352-467f-a53d-814466d70326?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/info-cards/trunk/build/render.php#L8 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/info-cards/tags/2.0.7/build/render.php#L8 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/info-cards/trunk/build/view.js#L2 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/info-cards/tags/2.0.7/build/view.js#L2 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/info-cards/trunk/build/block.json#L35 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/info-cards/tags/2.0.7/build/block.json#L35 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/info-cards/trunk/build/render.php?rev=3482902

Credits

Itthidej Aramsri