Exploitation Summary
EIP tracks 8 public exploits for CVE-2008-3770. PoCs published by Digital Security Research Group.
AI-analyzed exploit summary The provided text describes a local file inclusion (LFI) vulnerability in Freeway 1.4.1.171, where an attacker can exploit improper input sanitization to traverse directories and read local files via a crafted URL. The example demonstrates accessing '/etc/passwd' using directory traversal sequences.
Description
Multiple directory traversal vulnerabilities in Freeway 1.4.1.171, when register_globals is enabled, allow remote attackers to include and execute arbitrary local files via a .. (dot dot) in the language parameter to (1) includes/events_application_top.php; (2) english/account.php, (3) french/account.php, and (4) french/account_newsletters.php in includes/languages/; (5) includes/modules/faqdesk/faqdesk_article_require.php; (6) includes/modules/newsdesk/newsdesk_article_require.php; (7) card1.php, (8) loginbox.php, and (9) whos_online.php in templates/Freeway/boxes/; and (10) templates/Freeway/mainpage_modules/mainpage.php. NOTE: vector 1 may be the same as CVE-2008-3677.
Exploits (8)
The provided text describes a local file inclusion (LFI) vulnerability in Freeway 1.4.1.171, where an attacker can exploit improper input sanitization to traverse directories and read local files via a crafted URL. The example demonstrates accessing '/etc/passwd' using directory traversal sequences.
This exploit demonstrates a local file inclusion vulnerability in Freeway 1.4.1.171 via directory traversal in the 'language' parameter. The PoC shows how an attacker can read arbitrary files (e.g., /etc/passwd) by manipulating the input.
This is a writeup describing a local file inclusion (LFI) vulnerability in Freeway 1.4.1.171. The vulnerability allows an attacker to read arbitrary files on the server using directory traversal sequences.
This exploit demonstrates a local file inclusion vulnerability in Freeway 1.4.1.171 via directory traversal. The attacker can read arbitrary files (e.g., /etc/passwd) by manipulating the 'language' parameter in the URL.
The provided text describes a local file inclusion (LFI) vulnerability in Freeway 1.4.1.171, where an attacker can use directory traversal sequences to read arbitrary files on the server. The example URL demonstrates accessing '/etc/passwd' via the 'language' parameter.
The exploit describes a local file inclusion vulnerability in Freeway due to improper input sanitization. An attacker can use directory traversal sequences to access local files such as /etc/passwd.
This exploit demonstrates a local file inclusion vulnerability in Freeway 1.4.1.171 due to improper input sanitization. An attacker can use directory traversal sequences to read arbitrary files, such as /etc/passwd, in the context of the webserver process.
The provided text describes a local file inclusion (LFI) vulnerability in Freeway 1.4.1.171, where an attacker can exploit improper input sanitization to traverse directories and read local files such as /etc/passwd. The example URL demonstrates the vulnerability but does not include executable exploit code.