vendor:
PowieSys
by:
Easy Laster
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PowieSys
Affected Version From: 0.7.7 alpha
Affected Version To: 0.7.7 alpha
Patch Exists: NO
Related CWE: N/A
CPE: a:powie:powiesys
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
PowieSys <= 0.7.7 alpha index.php (shownews) SQL Injection Vulnerability
The vulnerability exists in the 'index.php?shownews=' parameter of the PowieSys <= 0.7.7 alpha script. An attacker can exploit this vulnerability by sending a crafted HTTP request with a malicious payload to the vulnerable parameter. This can allow the attacker to execute arbitrary SQL queries on the underlying database, potentially leading to the disclosure of sensitive information.
Mitigation:
Input validation should be performed to ensure that untrusted data is not used to construct SQL queries. Additionally, parameterized queries should be used to prevent SQL injection attacks.