CVE-2026-3349
Description
The MinhNhut Link Gateway plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'url' parameter on the redirect page in all versions up to, and including, 3.6.1 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Reflected XSS in MinhNhut Link Gateway plugin for WordPress allows unauthenticated attackers to inject arbitrary scripts via the 'url' parameter.
Vulnerability
The MinhNhut Link Gateway plugin for WordPress (all versions up to and including 3.6.1) contains a reflected cross-site scripting vulnerability in the redirect page. The url parameter is insufficiently sanitized and escaped before output, allowing injection of arbitrary web scripts. The vulnerable code is in classes.php at line 263 [1].
Exploitation
An unauthenticated attacker can craft a malicious link containing a JavaScript payload in the url parameter. The victim must be tricked into clicking the link (e.g., via phishing). No authentication or special privileges are required. The script executes in the context of the victim's browser on the WordPress site.
Impact
Successful exploitation allows the attacker to execute arbitrary JavaScript in the victim's browser. This can lead to session hijacking, defacement, or redirection to malicious sites. The impact is limited to the victim's session and browser, but can be used to steal cookies or perform actions on behalf of the victim.
Mitigation
As of the publication date (2026-05-27), no fixed version has been released. Users should disable the plugin or apply input validation and output escaping to the url parameter. The vendor has not provided a patch. The plugin may be considered for removal if no update is forthcoming.
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<=3.6.1+ 1 more
- (no CPE)range: <=3.6.1
- (no CPE)range: <=3.6.1
Patches
0No 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
3News mentions
0No linked articles in our index yet.