vendor:
OwnRS
by:
CWH Underground
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: OwnRS
Affected Version From: Beta3
Affected Version To: Beta3
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
2008
OwnRS Blog beta3 (SQL/XSS) Multiple Remote Vulnerabilities
A vulnerability exists in OwnRS Blog beta3, which allows an attacker to inject arbitrary SQL commands via the 'id' parameter in the 'clanek.php' script. The vulnerability is due to the application not properly sanitizing user-supplied input. An attacker can exploit this vulnerability to manipulate SQL queries by injecting arbitrary SQL code. Successful exploitation could result in the manipulation of queries, information disclosure, and could potentially allow an attacker to gain unauthorized access to the application.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to dynamically construct SQL queries. Additionally, parameterized queries should be used to prevent SQL injection attacks.