vendor:
pages.php
by:
JaMbA
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: pages.php
Affected Version From: N/A
Affected Version To: N/A
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: Windows
2010
Specialist Bed and Breakfast website SQL injection
A SQL injection vulnerability exists in the Specialist Bed and Breakfast website, which allows an attacker to inject malicious SQL queries into the application. The vulnerability is located in the 'pages.php' script, where the 'pp_id' parameter is vulnerable to SQL injection. An attacker can inject malicious SQL queries into the application, which can be used to extract sensitive information from the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.