header-logo
Suggest Exploit
vendor:
Jaw Portal
by:
SecurityFocus
7.5
CVSS
HIGH
Local File Include
94
CWE
Product Name: Jaw Portal
Affected Version From: 1.2
Affected Version To: 1.2
Patch Exists: N/A
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

Jaw Portal Local File Include Vulnerabilities

Jaw Portal is prone to multiple local file-include vulnerabilities because it fails to properly sanitize user-supplied input. An attacker can exploit these vulnerabilities using directory-traversal strings to execute arbitrary local PHP scripts within the context of the webserver process.

Mitigation:

Input validation should be used to prevent directory traversal attacks. All user-supplied input should be validated and filtered for malicious characters.
Source

Exploit-DB raw data:

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

Jaw Portal is prone to multiple local file-include vulnerabilities because it fails to properly sanitize user-supplied input.

An attacker can exploit these vulnerabilities using directory-traversal strings to execute arbitrary local PHP scripts within the context of the webserver process.

Jaw Portal 1.2 is vulnerable; other versions may also be affected. 

http://www.example.com/index.php?flag=../../../autoexec.bat%00
http://www.example.com/index.php?inc=../../../autoexec.bat%00