vendor:
Tr Script News
by:
His0k4
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Tr Script News
Affected Version From: 2.1
Affected Version To: 2.1
Patch Exists: NO
Related CWE: N/A
CPE: a:trscript:tr_script_news
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
Tr Script News v2.1
The vulnerability exists due to insufficient sanitization of user-supplied input passed via the 'nb' parameter to '/news.php' script. A remote attacker can send a specially crafted request to the vulnerable script and execute arbitrary SQL commands in application's database. This can be exploited to bypass authentication and gain access to the administrator panel, or to gain access to sensitive information such as usernames and passwords.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to dynamically construct SQL queries.