VYPR
Medium severity4.8NVD Advisory· Published May 27, 2026

CVE-2026-2288

CVE-2026-2288

Description

The myLinksDump plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'link_title' parameter in all versions up to, and including, 1.6 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

The myLinksDump WordPress plugin ≤1.6 has Stored XSS in the link_title parameter, exploitable by admin-level users on multisite or unfiltered_html-disabled sites.

Vulnerability

The myLinksDump plugin for WordPress versions up to and including 1.6 is vulnerable to Stored Cross-Site Scripting (XSS) via the link_title parameter. The plugin stores user-supplied link titles and later outputs them without proper sanitization or escaping, as seen in the code where $ldlink['title'] is concatenated directly into HTML output [1][2]. This vulnerability affects all installations where unfiltered_html has been disabled (typical on multisite networks), and requires the attacker to have administrator-level access.

Exploitation

An authenticated attacker with administrator privileges can inject arbitrary JavaScript payloads into the link_title field when adding or editing a link. The injected script is stored in the database and subsequently rendered on any page displaying the link archive (e.g., via myLinksDump_Archive function). The attack does not require any user interaction beyond normal page views, as the payload executes automatically when a victim visits an affected page [1][2].

Impact

Successful exploitation allows the attacker to execute arbitrary web scripts in the context of any user who views the injected page. This can lead to session hijacking, credential theft, defacement, or further malicious actions within the WordPress admin dashboard. The attack impacts both confidentiality and integrity, and the scope is limited to users who can access the compromised pages [1][2].

Mitigation

The vendor has not yet released a patched version for myLinksDump. As of the publication date (2026-05-27), no fixed version is available. Administrators should consider disabling the plugin on multisite installations or ensuring that unfiltered_html is not enabled for untrusted administrators. No workaround is documented in the available references [1][2].

AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.

References

5

News mentions

0

No linked articles in our index yet.