Security Vulnerability Report
中文
CVE-2025-68913 CVSS 7.5 HIGH

CVE-2025-68913

Published: 2026-01-22 17:16:15
Last Modified: 2026-04-15 00:35:42

Description

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in zozothemes Miion miion allows PHP Local File Inclusion.This issue affects Miion: from n/a through <= 1.2.7.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Miion Theme <= 1.2.7 (所有版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# CVE-2025-68913 Miion Theme LFI - Reference Only for Security Research # DO NOT USE FOR MALICIOUS PURPOSES # Vulnerable Parameter Pattern (generic reference) # The actual vulnerable parameter names need to be identified through code analysis # Example of file inclusion attempt pattern: # GET /wp-content/themes/miion/?action=../../../../../../etc/passwd # Common vulnerable code pattern: """ <?php // VULNERABLE CODE EXAMPLE (DO NOT USE) $page = $_GET['action']; include($page . '.php'); ?> """ # Security researchers should: # 1. Obtain legal authorization before testing # 2. Use authorized vulnerability scanning tools # 3. Report findings to vendor/developer # 4. Follow responsible disclosure practices

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-68913", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:16:15.357", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in zozothemes Miion miion allows PHP Local File Inclusion.This issue affects Miion: from n/a through <= 1.2.7."}, {"lang": "es", "value": "Control inadecuado del nombre de fichero para la declaración include/require en un programa PHP ('Inclusión Remota de Ficheros PHP') vulnerabilidad en zozothemes Miion miion permite la Inclusión Local de Ficheros PHP. Este problema afecta a Miion: desde n/a hasta &lt;= 1.2.7."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "baseScore": 7.5, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "HIGH", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 1.6, "impactScore": 5.9}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-98"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Theme/miion/vulnerability/wordpress-miion-theme-1-2-7-local-file-inclusion-vulnerability?_s_id=cve", "source": "[email protected]"}]}}