CVE-2010-1114 in Web Server Creator Web Portalinfo

Summary

by MITRE

Multiple PHP remote file inclusion vulnerabilities in Web Server Creator - Web Portal 0.1 allow remote attackers to execute arbitrary PHP code via a URL in the (1) pg parameter to index.php and the (2) path parameter to news/form.php.

If you want to get best quality of vulnerability data, you may have to visit VulDB.

Analysis

by VulDB Data Team • 05/03/2026

The vulnerability identified as CVE-2010-1114 represents a critical remote file inclusion flaw affecting Web Server Creator - Web Portal version 0.1. This security weakness stems from improper input validation within the application's handling of user-supplied parameters, creating an avenue for malicious actors to inject and execute arbitrary PHP code on the target system. The vulnerability specifically manifests in two distinct locations within the application's codebase, both of which accept user-controllable input without adequate sanitization or validation mechanisms.

The technical implementation of this vulnerability occurs through the manipulation of two specific parameters: the pg parameter in index.php and the path parameter in news/form.php. When these parameters receive unvalidated input containing URLs or file paths, the application processes them directly without proper security checks, allowing attackers to specify external resources that get included and executed within the context of the web server. This behavior aligns with CWE-88, which describes improper neutralization of special elements used in an expression, and CWE-94, which covers improper control of generation of code, both of which are fundamental to remote code execution vulnerabilities.

The operational impact of this vulnerability extends beyond simple code execution, as it provides attackers with complete control over the affected web server. Once exploited, adversaries can upload malicious files, execute system commands, access sensitive data, and potentially establish persistent backdoors within the compromised environment. The vulnerability's remote nature means that attackers do not require physical access or local credentials to exploit the flaw, making it particularly dangerous in web-facing applications. This type of vulnerability typically maps to attack techniques described in the MITRE ATT&CK framework under T1059 for command and script injection, and T1190 for exploitation of remote services.

Organizations affected by this vulnerability should immediately implement multiple layers of defense to mitigate the risk. The primary remediation involves validating and sanitizing all user inputs, particularly those used in file inclusion operations, through strict parameter validation and whitelisting approaches. The application should be updated to use secure coding practices that prevent dynamic file inclusion based on user-supplied data. Additionally, implementing proper input filtering, using functions like realpath() to resolve absolute paths, and ensuring that file inclusion operations only accept predetermined, safe values can effectively prevent exploitation. Network-level protections such as web application firewalls and intrusion prevention systems can provide additional monitoring and blocking capabilities for attempts to exploit this vulnerability. The vulnerability demonstrates the critical importance of input validation in preventing code injection attacks and aligns with security best practices outlined in OWASP Top Ten and other industry standards for secure web application development.

Reservation

03/25/2010

Disclosure

03/25/2010

Moderation

accepted

Entry

VDB-52355

CPE

ready

Exploit

Download

EPSS

0.02990

KEV

no

Activities

very low

Sources

Do you need the next level of professionalism?

Upgrade your account now!