Exploit OpenBB 1.0.x - 'post.php' Multiple SQL Injections

Exploiter

Хакер
34,599
0
18 Дек 2022
EDB-ID
24059
Проверка EDB
  1. Пройдено
Автор
JEIAR
Тип уязвимости
WEBAPPS
Платформа
PHP
CVE
cve-2004-1966
Дата публикации
2004-04-26
Код:
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/post.php?action=edit&page=1&PID=1[SQL]
http://www.example.com/post.php?action=post&FID=1[SQL]
 
Источник
www.exploit-db.com

Похожие темы