vendor:
TopicsViewer
by:
AtT4CKxT3rR0r1ST
8,8
CVSS
HIGH
Multiple Sql Injection
89, 89, 89, 89
CWE
Product Name: TopicsViewer
Affected Version From: 3.0 Beta 1
Affected Version To: 3.0 Beta 1
Patch Exists: NO
Related CWE: N/A
CPE: a:topicsviewer:topicsviewer:3.0_beta_1
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
TopicsViewer v3.0 Beta 1 – Multiple Sql Injection Vulnerability
Multiple Sql Injection vulnerabilities exist in TopicsViewer v3.0 Beta 1 due to improper sanitization of user-supplied input. An attacker can exploit these vulnerabilities by sending specially crafted requests to the vulnerable application. This can allow the attacker to execute arbitrary SQL commands on the underlying database, potentially leading to the disclosure of sensitive information, or the modification of data.
Mitigation:
Input validation should be performed to ensure that untrusted data is not used to construct dynamic SQL queries. Additionally, parameterized queries should be used to prevent SQL injection attacks.