Junglewise Threat Intelligence

CVE-2026-12938: Tribulant Newsletters Lite Stored XSS in newsletters_post shortcode

CVE-2026-12938 · Severity: medium · CVSS 6.4 · Published 2026-07-29

Vendors: Tribulant.

Executive brief

The Newsletters Lite plugin for WordPress, which is used to manage email marketing and newsletters, contains a security flaw that allows users with basic contributor permissions to inject malicious scripts into website pages. When other users or administrators visit these affected pages, the scripts can execute automatically, potentially leading to unauthorized actions or data theft. This vulnerability impacts all versions of the plugin up to and including 4.15.

Technical details

The Newsletters Lite plugin for WordPress is vulnerable to Stored Cross-Site Scripting (XSS) due to insufficient input sanitization and output escaping in the posts_single() function. Specifically, an attacker-controlled 'target' attribute in the [newsletters_post] shortcode is propagated into the global $wpml_target variable. This variable is subsequently concatenated into a target="..." HTML attribute within the shortcode_posts() 'post_thumbnail' handler without being passed through esc_attr(). Authenticated attackers with Contributor-level access or higher can exploit this to inject arbitrary web scripts that execute in the context of a user's browser when they view the affected page. A patch appears to have been addressed in a recent changeset.

Affected products

  • Tribulant Newsletters Lite up to and including 4.15

Timeline

  • 2026-07-29: advisory: NVD publication date

References

Related threats