CVE-2026-3348
Deferred Deferred - Pending Action
Stored XSS in MinhNhut Link Gateway WordPress Plugin

Publication date: 2026-05-27

Last updated on: 2026-05-27

Assigner: Wordfence

Description
The MinhNhut Link Gateway plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's settings (Description, Title, and other fields) in all versions up to, and including, 3.6.1 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 the redirect page. This only affects multi-site installations and installations where unfiltered_html has been disabled.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-27
Last Modified
2026-05-27
Generated
2026-06-16
AI Q&A
2026-05-28
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
minhnhut link_gateway to 3.6.1 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Detection Guidance

This vulnerability affects the MinhNhut Link Gateway plugin for WordPress versions up to 3.6.1, specifically in multi-site installations or where unfiltered_html is disabled. Detection involves checking for the presence of this plugin and its version, as well as inspecting the plugin's settings fields (Description, Title, and others) for injected scripts.

Since the vulnerability requires Administrator-level access to inject scripts, detection commands should focus on identifying the plugin version and scanning for suspicious script tags in the plugin's settings stored in the WordPress database.

  • Use WP-CLI to check the installed plugin version: `wp plugin list --format=json | jq '.[] | select(.name=="link_gateway")'`
  • Query the WordPress database to look for suspicious script tags in the plugin's settings, for example using MySQL: `SELECT option_name, option_value FROM wp_options WHERE option_name LIKE '%link_gateway%' AND option_value LIKE '%<script>%';`
  • Monitor HTTP traffic for unexpected script execution on redirect pages related to the plugin, which may indicate exploitation.
Executive Summary

The MinhNhut Link Gateway plugin for WordPress has a Stored Cross-Site Scripting (XSS) vulnerability in its settings fields such as Description and Title. This vulnerability exists in all versions up to and including 3.6.1 due to insufficient input sanitization and output escaping.

Authenticated users with Administrator-level access or higher can exploit this vulnerability to inject arbitrary web scripts into pages. These scripts execute whenever a user accesses the redirect page.

This issue specifically affects multi-site WordPress installations and installations where the unfiltered_html capability has been disabled.

Impact Analysis

This vulnerability allows attackers with administrator privileges to inject malicious scripts that execute in the context of users visiting the affected redirect pages.

Such script execution can lead to unauthorized actions, data theft, session hijacking, or defacement of the website.

Because the vulnerability requires high privileges and affects multi-site or restricted HTML installations, the risk is somewhat limited but still significant for affected environments.

Mitigation Strategies

To mitigate this vulnerability, you should update the MinhNhut Link Gateway plugin for WordPress to a version later than 3.6.1 where the issue is fixed.

Additionally, ensure that your WordPress installation is not a multi-site setup or that the unfiltered_html setting is enabled, as the vulnerability only affects multi-site installations or those with unfiltered_html disabled.

Limit Administrator-level access to trusted users only, since exploitation requires authenticated users with such privileges.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-3348. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart