header-logo
Suggest Exploit
vendor:
PHPEasyData
by:
SecurityFocus
7.5
CVSS
HIGH
SQL-injection and Cross-Site Scripting
89, 79
CWE
Product Name: PHPEasyData
Affected Version From: 1.5.2004
Affected Version To: 1.5.2004
Patch Exists: YES
Related CWE: N/A
CPE: a:phpeasydata:phpeasydata
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

PHPEasyData Multiple SQL-injection and Cross-Site Scripting Vulnerabilities

PHPEasyData is prone to multiple SQL-injection and cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input. An attacker may leverage the cross-site scripting issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks. Attackers may exploit the SQL-injection issues to 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 dynamically construct SQL queries.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/29659/info
  
PHPEasyData is prone to multiple SQL-injection and cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.
  
An attacker may leverage the cross-site scripting issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.
  
Attackers may exploit the SQL-injection issues to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
  
PHPEasyData 1.5.4 is vulnerable; other versions may also be affected.

http://[website]/last_records.php?annuaire=%3Cscript%3Ealert(document.cookie)%3C/script%3E