Description
The Newsletters Lite plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'link' attribute of the post_thumbnail (and newsletters_post_thumbnail) shortcodes in versions up to and including 4.15. This is due to insufficient input sanitization and output escaping in the post_thumbnail() method in helpers/shortcode.php, which concatenates the user-controlled $link shortcode attribute directly into an href attribute without esc_url() or esc_attr(). 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.
Published: 2026-07-29
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is a stored X‑Scripting flaw in the Newsletters Lite WordPress plugin. The post_thumbnail() method concatenates the user‑controlled 'link' shortcode attribute directly into an href attribute without sanitization or escaping. An authenticated attacker who has at least contributor privileges can inject arbitrary JavaScript that will execute whenever a recipient views a newsletter page. The impact includes session hijacking, credential theft, defacement, and other client‑side abuses, as the scripts run in the context of the logged‑in user.

Affected Systems

The flaw exists in the Newsletters Lite plugin for WordPress, for all releases up to and including version 4.15. Users of these versions are affected; newer releases are not known to contain the issue.

Risk and Exploitability

The vulnerability has a CVSS score of 6.4, indicating moderate severity, and the EPSS score is less than 1%, meaning the likelihood of exploitation is currently low. The issue is not listed in the CISA Known‑Exploited Vulnerabilities catalog. Exploitation requires attacker authentication with contributor‑level access and the ability to edit or create newsletter content. There are no known public exploits; the attack vector is thus limited to attackers who can gain or already possess sufficient privileges within the WordPress instance.

Generated by OpenCVE AI on August 3, 2026 at 14:01 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest version of Newsletters Lite (4.16 or later) to remove the vulnerable code.
  • If an upgrade is not immediately possible, remove or disable the 'link' attribute from any post_thumbnail() shortcodes used in newsletters; alternatively, strip the attribute server‑side before rendering.
  • Restrict contributor‑level access to trusted users or downgrade the role of users who do not need to edit newsletters, to reduce the attack surface.

Generated by OpenCVE AI on August 3, 2026 at 14:01 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 29 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 29 Jul 2026 03:45:00 +0000

Type Values Removed Values Added
First Time appeared Contrid
Contrid newsletters
Wordpress
Wordpress wordpress
Vendors & Products Contrid
Contrid newsletters
Wordpress
Wordpress wordpress

Wed, 29 Jul 2026 02:15:00 +0000

Type Values Removed Values Added
Description The Newsletters Lite plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'link' attribute of the post_thumbnail (and newsletters_post_thumbnail) shortcodes in versions up to and including 4.15. This is due to insufficient input sanitization and output escaping in the post_thumbnail() method in helpers/shortcode.php, which concatenates the user-controlled $link shortcode attribute directly into an href attribute without esc_url() or esc_attr(). 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.
Title Newsletters <= 4.15 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'link' Shortcode Attribute
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 6.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N'}


Subscriptions

Contrid Newsletters
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-29T15:06:29.543Z

Reserved: 2026-06-22T19:37:29.147Z

Link: CVE-2026-12939

cve-icon Vulnrichment

Updated: 2026-07-29T15:06:18.057Z

cve-icon NVD

Status : Deferred

Published: 2026-07-29T02:16:43.037

Modified: 2026-07-30T14:01:30.413

Link: CVE-2026-12939

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T14:15:05Z

Weaknesses
  • CWE-79

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