CVE-2025-53274

7.1 HIGH

📋 TL;DR

A Cross-Site Request Forgery (CSRF) vulnerability in the Hossin Asaadi WP Permalink Translator WordPress plugin allows attackers to perform stored cross-site scripting (XSS) attacks. This affects WordPress sites using WP Permalink Translator versions up to 1.7.6. Attackers can trick authenticated administrators into executing malicious actions that inject persistent scripts.

💻 Affected Systems

Products:
  • WP Permalink Translator WordPress Plugin
Versions: n/a through 1.7.6
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin enabled. The vulnerability is exploitable when an authenticated administrator interacts with malicious content.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could inject malicious JavaScript that steals administrator credentials, redirects users to malicious sites, or takes full control of the WordPress site when an admin views affected pages.

🟠

Likely Case

Attackers create fake requests that trick logged-in administrators into unknowingly adding malicious scripts to the site, leading to session hijacking or defacement.

🟢

If Mitigated

With proper CSRF protections and input validation, the vulnerability would be blocked, preventing unauthorized script injection.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires social engineering to trick authenticated users, but the technical complexity is low once the user is tricked.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.7.7 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/wp-permalink-translator/vulnerability/wordpress-wp-permalink-translator-plugin-1-7-6-cross-site-request-forgery-csrf-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'WP Permalink Translator' and update to version 1.7.7 or later. 4. Alternatively, deactivate and delete the plugin if not needed.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily deactivate the WP Permalink Translator plugin to prevent exploitation.

wp plugin deactivate wp-permalink-translator

Implement CSRF Tokens

all

Add CSRF protection to WordPress forms if custom development is possible.

🧯 If You Can't Patch

  • Restrict admin access to trusted networks only.
  • Use browser extensions that block CSRF attempts.

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel under Plugins > Installed Plugins for WP Permalink Translator version 1.7.6 or earlier.

Check Version:

wp plugin get wp-permalink-translator --field=version

Verify Fix Applied:

Confirm the plugin version is 1.7.7 or later in the WordPress admin plugins list.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to wp-admin/admin-ajax.php or plugin-specific endpoints from unexpected sources.
  • JavaScript injection in database content related to permalinks.

Network Indicators:

  • CSRF attack patterns with missing or predictable nonce tokens in requests.

SIEM Query:

source="wordpress.log" AND (uri="/wp-admin/admin-ajax.php" OR uri CONTAINS "wp-permalink-translator") AND status=200 AND method=POST

🔗 References

📤 Share & Export