CVE-2026-1450
Reflected XSS in Rognone 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 |
|---|---|---|
| rognone | plugin | to 0.6.2 (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 rognone plugin for WordPress is vulnerable to Reflected Cross-Site Scripting (XSS) via the 'mode' parameter in versions up to and including 0.6.2. This vulnerability exists due to insufficient input sanitization and output escaping.
An unauthenticated attacker can exploit this by injecting arbitrary web scripts into pages. These scripts execute if a user is tricked into performing an action, such as clicking on a malicious link.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute arbitrary scripts in the context of a user's browser session. This can lead to theft of sensitive information, session hijacking, or performing actions on behalf of the user without their consent.
Since the attack requires user interaction (such as clicking a link), it can be used in phishing or social engineering attacks to compromise user accounts or data.