vendor:
CMS
by:
Palyo34
8,8
CVSS
HIGH
SQL Injection and XSS
89, 79
CWE
Product Name: CMS
Affected Version From: N/A
Affected Version To: N/A
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
2020
CMS by MyWorks SQL/ XSS Vulnerability
The vulnerability exists in the 'good.php' script, which is vulnerable to SQL injection and XSS attacks. An attacker can inject malicious SQL code into the 'good_id' parameter to execute arbitrary SQL commands on the underlying database. An attacker can also inject malicious JavaScript code into the 'good_id' parameter to execute arbitrary JavaScript code on the vulnerable web page.
Mitigation:
Input validation should be used to prevent SQL injection and XSS attacks. The application should also be configured to use parameterized queries to prevent SQL injection attacks.