Security Vulnerability Report
中文
CVE-2025-60215 CVSS 8.8 HIGH

CVE-2025-60215

Published: 2025-10-22 15:15:59
Last Modified: 2026-04-15 00:35:42

Description

Deserialization of Untrusted Data vulnerability in designthemes Kriya kriya allows Object Injection.This issue affects Kriya: from n/a through <= 3.4.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Kriya Theme <= 3.4

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<?php /** * CVE-2025-60215 PoC - WordPress Kriya Theme Object Injection * Target: designthemes Kriya WordPress Theme <= 3.4 * Type: Unsafe Deserialization leading to PHP Object Injection */ // This PoC demonstrates the unsafe deserialization vulnerability // Attackers can inject malicious serialized objects // Example malicious payload structure: $malicious_payload = 'O:32:"SomeEvilClass":1:{s:5:"param";s:10:"malicious";}'; // In practice, attackers would: // 1. Identify deserialization sink points in Kriya theme // 2. Craft a POP chain exploiting WordPress/Kriya classes // 3. Inject payload via HTTP request (POST/GET parameters) // 4. Trigger object destruction to execute arbitrary code // Note: Actual exploitation requires identifying specific // vulnerable code paths and constructing appropriate POP chains echo "CVE-2025-60215 PoC Template\n"; echo "Target: Kriya Theme <= 3.4\n"; echo "Vulnerability: Unsafe Deserialization\n"; ?>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-60215", "sourceIdentifier": "[email protected]", "published": "2025-10-22T15:15:58.720", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Deserialization of Untrusted Data vulnerability in designthemes Kriya kriya allows Object Injection.This issue affects Kriya: from n/a through <= 3.4."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "baseScore": 8.8, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.8, "impactScore": 5.9}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-502"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Theme/kriya/vulnerability/wordpress-kriya-theme-3-4-php-object-injection-vulnerability?_s_id=cve", "source": "[email protected]"}]}}