| Plugin Name | Premmerce Permalink Manager for WooCommerce |
|---|---|
| Type of Vulnerability | Cross-Site Scripting (XSS) |
| CVE Number | CVE-2024-13362 |
| Urgency | Low |
| CVE Publish Date | 2026-05-01 |
| Source URL | CVE-2024-13362 |
CVE-2024-13362: Unauthenticated Reflected XSS in Premmerce Permalink Manager for WooCommerce — What WordPress Site Owners Must Do Now
Summary
A reflected Cross‑Site Scripting (XSS) vulnerability affecting Premmerce Permalink Manager for WooCommerce (versions ≤ 2.3.11) was disclosed and assigned CVE‑2024‑13362. An unauthenticated attacker can craft a URL that causes the plugin to reflect attacker-controlled input into a page response without proper escaping. While the technical classification is reflected XSS, real-world exploitation typically requires tricking a privileged user (for example, a store administrator) into visiting a crafted link. If an admin visits the malicious URL while authenticated, injected JavaScript may run in their browser and enable actions that lead to full site compromise.
This advisory explains the technical details, practical impact scenarios, how to detect possible targeting, immediate mitigations you can apply, long‑term hardening steps, and developer guidance for fixing reflected XSS safely.
Why this matters (plain language)
Reflected XSS allows an attacker to place script code into a page that is executed in the victim’s browser. If the victim has administrative privileges on a WooCommerce site, that script can:
- Steal authentication cookies or session tokens
- Create or elevate user accounts
- Change email or payment settings
- Install malicious plugins or backdoors
- Modify product pages or checkout flows to intercept payments
Because the vulnerability is in a permalink manager used by WooCommerce stores, the impact can include both site compromise and direct e‑commerce fraud. Attackers commonly use phishing or social engineering to target administrators and convert a reflected XSS into a persistent compromise.
Technical summary
- Product: Premmerce Permalink Manager for WooCommerce
- Affected versions: ≤ 2.3.11
- Vulnerability type: Reflected Cross‑Site Scripting (XSS)
- CVE: CVE‑2024‑13362
- Privilege required: none to craft exploit; exploitation normally requires user interaction by a privileged user
- Impact: Execution of arbitrary JavaScript in a victim’s browser; possible admin account compromise
- Patch status: At disclosure, no official vendor patch was available. Apply vendor updates immediately when released.
Mechanics (high level): an endpoint rendered by the plugin reflects unsanitised user input back into an HTML response. If that input contains script or event attributes and output is not properly escaped, the browser will execute the injected code when a victim visits the crafted URL.
Real exploitation scenarios
- Phishing an admin
An attacker crafts a URL containing the XSS payload and sends it to a store administrator. If the administrator is logged in and clicks the link, the injected script runs and can perform admin‑level actions.
- Malicious public link
The attacker posts the crafted URL in forums, ads, or social networks to catch any logged‑in admin who clicks it.
- Drive‑by targeting of regular users
If reflected input reaches front‑end pages, customers can be targeted via marketing emails or shared links to steal cookies or perform redirects.
Indicators of compromise (IoCs) and what to look for
If you suspect targeting or compromise, inspect the following:
- Unexpected admin users or changed user capabilities
- New or modified files under wp-content/plugins, wp-content/themes, or wp-content/uploads containing PHP code
- Unexpected scheduled tasks (cron jobs) — check the wp_options ‘cron’ entry
- Unknown admin notices, plugins installed without authorisation, or settings changed (store email, payment hooks)
- Server access logs showing GET/POST requests with suspicious query strings containing script payloads (e.g., strings like “