vendor:
Quotations Database Script
by:
3spi0n
8,8
CVSS
HIGH
MySQL Injection and XSS
89 (SQL Injection) and 79 (XSS)
CWE
Product Name: Quotations Database Script
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
RTTucson Quotations Database Script, Multiple Vulnerabilities
The RTTucson Quotations Database Script is vulnerable to MySQL Injection and XSS. The author.php and category_quotes.php scripts are vulnerable to MySQL Injection when the ID parameter is manipulated. The quote_search.php script is vulnerable to XSS when the keywords parameter is manipulated.
Mitigation:
Input validation should be used to prevent SQL Injection and XSS attacks. All user input should be sanitized and validated before being used in any SQL queries.