SummaryMySQLguest by "Allwebscripts is a guestbook script that uses MySQL to store messages".% F. \ A6 c( o
! ~( A$ g5 n3 u% d1 u w
Allwebscripts' 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.
4 N; `8 P' ]' d6 `- _6 ]( H% B. T* U! }1 r R$ _
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".8 n/ j+ Y4 i9 h7 t) Q1 L
0 y0 ^3 Y4 q5 K/ K$ O- X% ~6 qExploit:* r+ H: g% c0 e) e4 }: a: q& uE-mail: <?php echo <p>Hello World</p>; a' o- S5 U" {, M1 A% j9 h- b$ _
Homepage: <script language=javascript>alert ("Messagebox")
7 D" X* s) _) e1 rComments: <IFRAME SRC=www.computerknights.org>; t1 O2 U2 `8 {" L3 C
0 p% B8 R% G- c, a' e2 i, t Additional informationThe information has been provided by BliZZard.