Vulnerability record · CVE-2007-3370 · published 22 June 2007
CVE-2007-3370: Sun Board PHP remote file inclusion in include.php and doctype.php
KKim Kyoung Min · Sun Board
Sun Board 1.00.00 Alpha contains multiple PHP remote file inclusion flaws. Attackers can supply a URL through the sunPath parameter to include.php or the dir parameter to skin/board/default/doctype.php, causing the application to load and execute remote PHP code. This allows arbitrary code execution on the server without authentication.
Description
Multiple PHP remote file inclusion vulnerabilities in Sun Board 1.00.00 Alpha allow remote attackers to execute arbitrary PHP code via a URL in (1) the sunPath parameter to include.php or (2) the dir parameter to skin/board/default/doctype.php.
AV:N/AC:L/Au:N/C:P/I:P/A:P
Automated analysis
high priorityUnauthenticated remote code execution with public exploit code and very high EPSS, though the product is an old alpha release with limited deployment.
What it is
Sun Board 1.00.00 Alpha contains multiple PHP remote file inclusion flaws. Attackers can supply a URL through the sunPath parameter to include.php or the dir parameter to skin/board/default/doctype.php, causing the application to load and execute remote PHP code. This allows arbitrary code execution on the server without authentication.
Impact
An unauthenticated attacker can execute arbitrary PHP code on the web server, leading to full compromise of the application and potentially the underlying host.
Attack surface
Reachable over the network via HTTP requests to include.php and skin/board/default/doctype.php. The CVSS vector AV:N/AC:L/Au:N indicates no authentication and no user interaction are required.
Exploitation
Not listed in CISA KEV, but EPSS is very high (0.745 probability, 99.47th percentile) and a public Exploit-DB entry (4091) exists, indicating known exploit code is available.
What to do
- Apply the vendor patch or upgrade Sun Board to a fixed release if one exists; the record does not specify affected or fixed versions.
- Disable or remove the vulnerable include.php and skin/board/default/doctype.php scripts if they are not required.
- Set PHP allow_url_include=Off and allow_url_fopen=Off to block remote file inclusion.
- Restrict outbound network access from the web server to prevent loading of attacker-controlled remote files.
- Deploy a WAF rule to block URL values in the sunPath and dir parameters.
Detection
- Monitor web logs for requests to include.php or skin/board/default/doctype.php with sunPath or dir parameters containing http:// or https:// URLs.
- Alert on PHP errors or unexpected outbound HTTP connections originating from the web server process.
- Search for newly created or modified PHP files in the web root that may indicate dropped webshells.
- Review server egress traffic for connections to untrusted hosts following requests to these scripts.
This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.
Affected products
1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.
References
Track CVE-2007-3370 inside VULONE
Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.
Source: NIST National Vulnerability Database (record CVE-2007-3370), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.