CVE-2026-2029 PUBLISHED

Livemesh Addons for Beaver Builder <= 3.9.2 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'title' and 'value' Shortcode Attributes

Assigner: Wordfence
Reserved: 05.02.2026 Published: 26.02.2026 Updated: 26.02.2026

The Livemesh Addons for Beaver Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the [labb_pricing_item] shortcode's title and value attributes in all versions up to, and including, 3.9.2 due to insufficient input sanitization and output escaping. Specifically, the plugin uses htmlspecialchars_decode() after wp_kses_post(), which decodes HTML entities back into executable code after sanitization has occurred. 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 an injected page.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
CVSS Score: 6.4

Product Status

Vendor livemesh
Product Livemesh Addons for Beaver Builder
Versions Default: unaffected
  • affected from * to 3.9.2 (incl.)

Credits

  • Muhammad Yudha - DJ finder

References

Problem Types

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