header-logo
Suggest Exploit
vendor:
OpenBB
by:
7.5
CVSS
HIGH
Input Validation
CWE
Product Name: OpenBB
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

OpenBB Multiple Input Validation Vulnerabilities

OpenBB is affected by multiple input validation vulnerabilities. These vulnerabilities allow for SQL injection attacks and cross-site scripting (XSS) attacks. The SQL injection vulnerabilities can lead to unauthorized access to sensitive information and potential database corruption. The XSS vulnerabilities can be exploited to steal authentication credentials and perform other attacks.

Mitigation:

To mitigate these vulnerabilities, it is recommended to implement proper input validation and sanitization mechanisms in the OpenBB application. Regularly updating to the latest version of the software can also help protect against known vulnerabilities. Additionally, web application firewalls and security scanners can be used to detect and block SQL injection and XSS attacks.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/10214/info

It has been reported that OpenBB is affected by multiple input validation vulnerabilities. These issues are due to a failure of the application to properly sanitize user supplied user input.

The SQL issues may allow a remote attacker to manipulate query logic, potentially leading to unauthorized access to sensitive information such as the administrator password hash or corruption of database data. SQL injection attacks may also potentially be used to exploit latent vulnerabilities in the underlying database implementation.

The cross-site scripting issues could permit a remote attacker to create a malicious URI link that includes hostile HTML and script code. If this link were followed, the hostile code may be rendered in the web browser of the victim user. This would occur in the security context of the affected web site and may allow for theft of cookie-based authentication credentials or other attacks.

http://www.example.com/member.php?action=login&redirect=[XSS]