itsourcecode News Portal SQL Injection Vulnerability in Contact Us Admin Page

Vulnerability

A SQL injection vulnerability has been identified in the itsourcecode News Portal Project version 1.0. The issue arises in the admin contact us file, specifically through the 'pagetitle' parameter. This vulnerability allows remote attackers to inject malicious SQL queries, potentially leading to unauthorized database access, data manipulation, and exposure of sensitive information. The vulnerability exists due to inadequate input validation, allowing attackers to exploit the SQL query execution process.

Impact

Exploitation of this vulnerability allows for SQL injection, where attackers can manipulate database queries to gain unauthorized access to the database, leak sensitive data, alter or delete database information, and potentially disrupt service operations.

Reproduction

The vulnerability can be reproduced by sending a POST request to '/newsportal/admin/contactus.php' with a crafted 'pagetitle' parameter that includes malicious SQL payloads. This can be done using tools like sqlmap, which automates the process of finding and exploiting SQL injection vulnerabilities.

Remediation

To address this vulnerability, it is recommended to use prepared statements and parameter binding to prevent SQL injection. Additionally, input validation and filtering should be implemented to ensure user input conforms to expected formats. Minimizing database user permissions and conducting regular security audits can also help enhance overall security.

Added: Feb 25, 2026, 6:19 AM
Updated: Feb 25, 2026, 2:39 PM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
5.6
exploitability
8.7
remediation
0.0
relevance
3.4
threat
6.4
urgency
2.9
incentive
4.2

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.