๐Ÿ” CVE Alert

CVE-2026-4279

MEDIUM 6.4

Bread & Butter: Content Gating for Verified Leads <= 8.2.0.25 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode Attributes

CVSS Score
6.4
EPSS Score
0.0%
EPSS Percentile
0th

The Bread & Butter plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'breadbutter-customevent-button' shortcode in all versions up to, and including, 8.2.0.25. This is due to insufficient input sanitization and output escaping on the 'event' shortcode attribute. The customEventShortCodeButton() function takes the 'event' attribute value and directly interpolates it into a JavaScript string within an onclick HTML attribute without applying esc_attr() or esc_js(). Notably, the sister function customEventShortCode() properly uses esc_js() for the same attribute, but this was omitted in the button variant. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses the page and clicks the injected button.

CWE CWE-79
Vendor breadbutter
Product bread & butter: ai-powered lead intelligence
Published Apr 22, 2026
Stay Ahead of the Next One

Get instant alerts for breadbutter bread & butter: ai-powered lead intelligence

Be the first to know when new medium vulnerabilities affecting breadbutter bread & butter: ai-powered lead intelligence 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

breadbutter / Bread & Butter: AI-Powered Lead Intelligence
0 โ‰ค 8.2.0.25

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/0728b42b-5ec7-46a2-a9a5-3316107e9324?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/bread-butter/trunk/src/Base/Shortcode.php#L380 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/bread-butter/tags/8.2.0.25/src/Base/Shortcode.php#L380 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/bread-butter/trunk/src/Base/Shortcode.php#L364 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/bread-butter/tags/8.2.0.25/src/Base/Shortcode.php#L364

Credits

Athiwat Tiprasaharn