CVE-2026-2425
Reflected XSS in hiWeb Migration Simple WordPress Plugin
Publication date: 2026-06-02
Last updated on: 2026-06-02
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| hiweb | migration_simple | to 2.0.0.1 (inc) |
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
The hiWeb Migration Simple plugin for WordPress has a vulnerability known as Reflected Cross-Site Scripting (XSS) in the 'new_domain' parameter. This occurs because the plugin does not properly sanitize or escape input and output data. As a result, an attacker who is not authenticated can inject malicious web scripts into pages. These scripts execute if an administrator is tricked into clicking a crafted link or performing a certain action.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute arbitrary scripts in the context of the administrator's browser session. This can lead to theft of sensitive information, session hijacking, or unauthorized actions performed with the administrator's privileges. Since the attack requires tricking an administrator into clicking a link, it can be used for targeted attacks to compromise the website's security.