HIGH 7.1

CVE-2026-57758: Unauthenticated CSRF in Permalink Manager for WooCommerce ≤1.0.8.2

A cross-site request forgery (CSRF) vulnerability exists in Permalink Manager for WooCommerce versions 1.0.8.2 and earlier. An unauthenticated attacker can trick a logged-in store administrator into performing unwanted actions—such as changing URL structures, modifying settings, or altering content—by crafting a malicious link or page that the admin visits. The vulnerability requires no authentication to exploit and can affect multiple aspects of a store's configuration, making it a meaningful risk for WooCommerce site operators.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.1 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Weaknesses (CWE)
CWE-352
Affected products
0 configuration(s)
Published / Modified
2026-07-02 / 2026-07-02

NVD description (verbatim)

Unauthenticated Cross Site Request Forgery (CSRF) in Permalink Manager for WooCommerce <= 1.0.8.2 versions.

1 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-57758 is a CSRF vulnerability (CWE-352) in Permalink Manager for WooCommerce up to version 1.0.8.2. The plugin fails to implement proper anti-CSRF protections on sensitive endpoints, allowing attackers to craft requests that execute actions on behalf of an authenticated administrator. The attack surface is broad—any network-accessible WooCommerce site running the vulnerable plugin version is at risk. The vector is network-based with low complexity; exploitation requires user interaction (the admin must visit the attacker-controlled page while logged in) but does not require prior authentication from the attacker.

Business impact

WooCommerce store operators face operational and integrity risks. An attacker could silently reconfigure URL structure settings, potentially breaking search engine indexing or triggering redirect loops. More broadly, CSRF against admin-level functions can serve as a foothold for further malicious activities, including unauthorized plugin installation or data exfiltration. The impact spans confidentiality, integrity, and availability, though typically not at a critical scale for a single misconfiguration—but compounded with other tactics, it can facilitate larger compromise chains.

Affected systems

Permalink Manager for WooCommerce versions 1.0.8.2 and earlier are affected. Any WooCommerce installation using this plugin at or below the vulnerable version is exposed. The vulnerability is not version-specific to WooCommerce itself, meaning older and newer WooCommerce instances are equally at risk if they use a vulnerable version of the Permalink Manager plugin.

Exploitability

Exploitability is high in practical terms. The attack requires no special tools or authentication from the attacker—only the ability to trick an admin into visiting a malicious URL or page (via phishing, forum injection, malicious advertisement, etc.). The barrier to entry is low, and the exploitation method is straightforward, making this a viable vector for opportunistic attackers targeting WooCommerce sites.

Remediation

Update Permalink Manager for WooCommerce to a patched version above 1.0.8.2. Before updating, review any recent changes to URL structure settings or plugin behavior in your store logs. Implement general CSRF protections at the server level if possible (SameSite cookie attributes, WAF rules). As an interim measure, restrict admin access by IP whitelist if feasible.

Patch guidance

Verify the latest patched version of Permalink Manager for WooCommerce through the official plugin repository or the vendor's advisory. Apply the update through the WordPress admin dashboard or via WP-CLI. Test URL structure and permalink settings in a staging environment before deploying to production. Confirm that no third-party integrations are broken by the update.

Detection guidance

Monitor WordPress admin logs for unexpected changes to Permalink Manager settings, especially URL structure modifications or setting resets. Use WordPress security plugins (e.g., Wordfence, Sucuri) to detect and alert on suspicious admin activity. Check browser request logs on the server for cross-origin requests targeting Permalink Manager endpoints. Correlate timing of setting changes with user login sessions to identify unauthorized modifications.

Why prioritize this

This vulnerability scores CVSS 7.1 (HIGH) due to its network-accessible attack vector, low complexity, and broad impact on confidentiality, integrity, and availability. While it requires user interaction and does not result in direct remote code execution, the combination of unauthenticated exploitation, ease of delivery, and potential for store misconfiguration or privilege abuse justifies immediate patching. The absence of KEV listing does not diminish urgency; this is a straightforward, well-understood attack class that poses real operational risk.

Risk score, explained

The CVSS 7.1 rating reflects: (1) Network vector (AV:N)—no local access required; (2) Low attack complexity (AC:L)—standard CSRF techniques apply; (3) No privilege required from attacker (PR:N); (4) User interaction required (UI:R)—admin must visit the attacker's link; (5) Changed scope (S:C)—actions occur in the context of the store's trusted session, affecting configuration and data integrity. The impact levels (C:L, I:L, A:L) account for partial confidentiality leakage through settings manipulation, integrity loss from unauthorized configuration changes, and potential availability impact if settings are corrupted.

Frequently asked questions

Does this vulnerability affect my WooCommerce store if I don't use the Permalink Manager plugin?

No. This vulnerability is specific to the Permalink Manager for WooCommerce plugin. If you do not have this plugin installed, you are not affected. Check your WordPress plugin list under 'Installed Plugins' in the admin dashboard to confirm.

Can this vulnerability be exploited if my admin account has a strong password?

Password strength is irrelevant to CSRF exploitation. The vulnerability does not require guessing or stealing admin credentials. Instead, it exploits the browser session of an already-logged-in admin. If an attacker can trick the admin into visiting a malicious page while they remain logged into WooCommerce, the attack succeeds regardless of password complexity.

What does 'unauthenticated' mean in the context of this CSRF vulnerability?

'Unauthenticated' means the attacker does not need valid WooCommerce credentials to craft or deliver the malicious request. The attacker only needs to be able to deliver the crafted request to an admin who is already authenticated. The actual request succeeds because it rides on the admin's legitimate session.

Is there a public exploit or proof-of-concept available for this vulnerability?

SEC.co does not track or distribute exploit code. Security researchers may have published details on vulnerability databases or blogs, but we recommend focusing on patching rather than examining PoC code. Apply the latest update to Permalink Manager for WooCommerce to remediate the risk.

This analysis is provided for informational purposes only and does not constitute legal or professional advice. The information is current as of the publication date and may change as new patches or advisories are released. Organizations should verify all patch versions and compatibility through official vendor channels before deployment. SEC.co makes no warranty regarding the accuracy, completeness, or fitness of this analysis for any particular use case. Always test patches in a non-production environment first. Consult your security team or a qualified professional for organization-specific risk assessment and remediation decisions. Source: NVD (public-domain), retrieved 2026-08-11. Analysis generated by SEC.co (claude-haiku-4-5).