header-logo
Suggest Exploit
vendor:
Project Alumni
by:
SecurityFocus
7.5
CVSS
HIGH
Cross-Site Scripting and SQL Injection
79, 89
CWE
Product Name: Project Alumni
Affected Version From: 1.0.9
Affected Version To: 1.0.9
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

Project Alumni Cross-Site Scripting and SQL Injection Vulnerabilities

Project Alumni is prone to a cross-site scripting vulnerability and an SQL-injection vulnerability because the application fails to sufficiently sanitize user-supplied input. Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.

Mitigation:

Input validation should be used to ensure that untrusted data is not used to execute unintended commands or queries. It is also recommended to use a whitelist of accepted inputs to prevent malicious data from being used.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/29019/info
 
Project Alumni is prone to a cross-site scripting vulnerability and an SQL-injection vulnerability because the application fails to sufficiently sanitize user-supplied input.
 
Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
 
These issues affect Project Alumni 1.0.9; other versions may also be vulnerable.

http://www.example.com/index.php?act=news&year=<script>alert(document.cookie)</script>