SummaryMySQLguest by "Allwebscripts is a guestbook script that uses MySQL to store messages".
; Z' I! k8 f* W" _/ @) I8 ]6 d8 |2 o9 |" {. k* b/ t3 N% b, F& E( SAllwebscripts' MySQLguest is vulnerable to a source code injection vulnerability in the AWSguest.php page. The vulnerability occurs as fields in the AWSguest.php page do not adequately sanitize HTML, script or PHP code.2 Q( a9 p7 |$ J) t
; q; w0 N8 J* p+ m" M0 O- u, N
DetailsIn the AWSguest.php page, any of the following fields can be used to inject arbitrary HTML, JavaScript or PHP: "Name", "Email", "Homepage" and "Comments".! C5 V0 d+ ~7 e$ t
2 ]4 o: G6 Z ^/ R. \Exploit:. {) k6 R: B2 i
E-mail: <?php echo <p>Hello World</p>
# I8 b( K3 O- m, @5 uHomepage: <script language=javascript>alert ("Messagebox")
' F6 ]0 }, R8 y5 `( SComments: <IFRAME SRC=www.computerknights.org>, l$ n( a. [0 }
/ z2 H/ r4 L% f, W
Additional informationThe information has been provided by BliZZard.