vendor:
PHPShop CMS
by:
7.5
CVSS
HIGH
Cross-Site Scripting (XSS), SQL Injection
79, 89
CWE
Product Name: PHPShop CMS
Affected Version From: PHPShop CMS 3.4
Affected Version To: PHPShop CMS 3.4
Patch Exists: NO
Related CWE:
CPE: a:phpshop:phpshop_cms:3.4
Platforms Tested:
PHPShop CMS Multiple Cross-Site Scripting and SQL Injection Vulnerabilities
PHPShop CMS is prone to multiple cross-site scripting and SQL-injection vulnerabilities. These vulnerabilities occur due to the failure of the application to properly sanitize user-supplied input before using it in dynamically generated content. 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:
To mitigate these vulnerabilities, it is recommended to implement proper input validation and sanitization techniques. Additionally, the use of prepared statements or parameterized queries can help prevent SQL injection attacks. Regular security updates and patches should be applied to PHPShop CMS to address these vulnerabilities.