CVE-2026-7437
AzonPost WordPress Plugin Reflected XSS via editpos_hidden
Publication date: 2026-05-12
Last updated on: 2026-05-12
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| azonpost | plugin | to 1.3 (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 AzonPost plugin for WordPress has a Reflected Cross-Site Scripting (XSS) vulnerability in the `editpos_hidden` parameter in all versions up to and including 1.3.
This vulnerability arises because the plugin does not properly sanitize input or escape output, allowing attackers to inject arbitrary web scripts.
An unauthenticated attacker can exploit this by tricking an administrator into clicking a malicious link, which causes the injected script to execute in the administrator's browser.
How can this vulnerability impact me? :
This vulnerability can lead to the execution of arbitrary scripts in the context of an administrator's browser session.
Potential impacts include theft of sensitive information, session hijacking, or performing unauthorized actions with the administrator's privileges.
Since the attack requires tricking an administrator into clicking a link, it relies on social engineering but can still compromise site security.