vendor:
phpProfiles
by:
SecurityFocus
7,5
CVSS
HIGH
Cross-site Scripting (XSS) and SQL Injection
79, 89
CWE
Product Name: phpProfiles
Affected Version From: 4.5.4 Beta
Affected Version To: 4.5.4 Beta
Patch Exists: NO
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
2012
phpProfiles Multiple Security Vulnerabilities
phpProfiles is prone to multiple security vulnerabilities because it fails to sufficiently sanitize user-supplied input. Exploiting these vulnerabilities could allow an attacker to execute malicious code within the context of the web server process, 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 access data. Sanitize all user-supplied input to prevent SQL injection attacks. Sanitize all user-supplied input to prevent cross-site scripting attacks.