header-logo
Suggest Exploit
vendor:
XOOPS
by:
SecurityFocus
4.3
CVSS
MEDIUM
Local File-Include and Cross-Site Scripting
79
CWE
Product Name: XOOPS
Affected Version From: 2.0.18.1
Affected Version To: 2.0.18.1
Patch Exists: YES
Related CWE: N/A
CPE: 2.0.18.1
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

XOOPS Local File-Include and Cross-Site Scripting Vulnerabilities

XOOPS is prone to a local file-include vulnerability and a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input. An attacker can exploit the local file-include vulnerability using directory-traversal strings to view local files within the context of the webserver process. Information harvested may aid in further attacks. The attacker may leverage the cross-site scripting issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may let the attacker steal cookie-based authentication credentials and launch other attacks.

Mitigation:

Input validation should be used to ensure that user-supplied data does not include malicious code. Additionally, applications should use a secure method of authentication and session management.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/30330/info
 
XOOPS is prone to a local file-include vulnerability and a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.
 
An attacker can exploit the local file-include vulnerability using directory-traversal strings to view local files within the context of the webserver process. Information harvested may aid in further attacks.
 
The attacker may leverage the cross-site scripting issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may let the attacker steal cookie-based authentication credentials and launch other attacks.
 
XOOPS 2.0.18.1 is vulnerable; other versions may also be affected.

http://www.example.com/scripts_path/modules/system/admin.php?fct="><script>alert("xss")</script>