CVE-2026-1451
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 'a' parameter in versions up to and including 0.6.2.
This vulnerability exists because of insufficient input sanitization and output escaping, which allows unauthenticated attackers to inject arbitrary web scripts.
These injected 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 the affected website.
Such script execution can lead to theft of user credentials, session hijacking, or performing actions on behalf of the user without their consent.
Since the attack requires tricking a user into clicking a link, it can be used for phishing or spreading malware.