vendor:
Tycoon CMS
by:
Silic0n
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Tycoon CMS
Affected Version From: 1.0.9
Affected Version To: 1.0.9
Patch Exists: NO
Related CWE: N/A
CPE: a:tycoon:tycoon_cms
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
2010
Tycoon(CMS) Record Script Sql vulnerability
Tycoon(CMS) is vulnerable to SQL Injection. An attacker can exploit this vulnerability by sending a crafted request to the vulnerable application. By sending a specially crafted request to the vulnerable application, an attacker can execute arbitrary SQL commands in the back-end database. This can be used to access or modify the data in the back-end database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries. Parameterized queries should be used to prevent SQL injection attacks.