Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u918112125/domains/exploit.company/public_html/wp-includes/functions.php on line 6114
PHP Bible Search SQL Injection and XSS Vulnerabilities - exploit.company
header-logo
Suggest Exploit
vendor:
PHP Bible Search
by:
7.5
CVSS
HIGH
SQL Injection, Cross-Site Scripting (XSS)
89, 79
CWE
Product Name: PHP Bible Search
Affected Version From:
Affected Version To:
Patch Exists:
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

PHP Bible Search SQL Injection and XSS Vulnerabilities

PHP Bible Search is vulnerable to an SQL injection vulnerability and a cross-site scripting vulnerability. These vulnerabilities exist because the application fails to properly sanitize user-supplied data. An attacker can exploit these vulnerabilities to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.

Mitigation:

To mitigate these vulnerabilities, the PHP Bible Search application should properly sanitize user-supplied data before using it in SQL queries or rendering it in web pages. Input validation and parameterized queries can help prevent SQL injection attacks, while output encoding can protect against XSS attacks.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/41197/info
 
PHP Bible Search is prone to an SQL-injection vulnerability and a cross-site scripting vulnerability because it fails to sufficiently sanitize user-supplied data.
 
Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
 
http://www.example.com/bible.php?string=&book=2&chapter=[XSS]