<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity">
    <title>gmane.comp.security.websecurity</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.websecurity/8504"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.websecurity/8503"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.websecurity/8502"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.websecurity/8501"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.websecurity/8500"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.websecurity/8499"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.websecurity/8498"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.websecurity/8497"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.websecurity/8496"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.websecurity/8495"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.websecurity/8494"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.websecurity/8493"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.websecurity/8492"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.websecurity/8491"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.websecurity/8490"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.websecurity/8489"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.websecurity/8488"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.websecurity/8487"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.websecurity/8486"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.security.websecurity/8485"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8504">
    <title>Re: Need some help with one XSS Vector</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8504</link>
    <description>&lt;pre&gt;What happens when you send &amp;lt;/script&amp;gt;. Why doesn't it work?  Is escaped or validated?  Can you bypass validation?

--Jeff



On May 21, 2012, at 1:49 PM, Spam Catcher &amp;lt;rrspam&amp;lt; at &amp;gt;hotmail.co.uk&amp;gt; wrote:


_______________________________________________
The Web Security Mailing List

WebSecurity RSS Feed
http://www.webappsec.org/rss/websecurity.rss

Join WASC on LinkedIn http://www.linkedin.com/e/gis/83336/4B20E4374DBA

WASC on Twitter
http://twitter.com/wascupdates

websecurity&amp;lt; at &amp;gt;lists.webappsec.org
http://lists.webappsec.org/mailman/listinfo/websecurity_lists.webappsec.org

&lt;/pre&gt;</description>
    <dc:creator>Jeff Williams</dc:creator>
    <dc:date>2012-05-22T20:58:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8503">
    <title>Re: Need some help with one XSS Vector</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8503</link>
    <description>&lt;pre&gt;You could try using http://www.w3schools.com/jsref/jsref_fromcharcode.asp

Then you should not need to include any ' in your string and the app will hopefully not add anything to break the javascript.

-----Original Message-----

From: Aaron Devaney
Sent: 21 May 2012 16:14:12 GMT
To: websecurity&amp;lt; at &amp;gt;lists.webappsec.org
Subject: Re: [WEB SECURITY] Need some help with one XSS Vector

Hi,
Have you tried using a slash before the single quote so that the escape
is performed on the slash that is escaping the quote?

So in your example you could try        \' + document.cookie;//

Which then might give the following

&amp;lt;script type="text/javascript"&amp;gt;alert('No Information is found for the
card 1\\'+ document.cookie);//');&amp;lt;/script&amp;gt;

I didn't test it but it looks like it might work depending on how the
filter is working.

Regards
Aaron

-----Original Message-----
From: websecurity-bounces&amp;lt; at &amp;gt;lists.webappsec.org
[mailto:websecurity-bounces&amp;lt; at &amp;gt;lists.webappsec.org] On Behalf Of
websecurity-request&amp;lt; at &amp;gt;lists.webappsec.org
Sent: 19 May 20&lt;/pre&gt;</description>
    <dc:creator>Spam Catcher</dc:creator>
    <dc:date>2012-05-21T17:49:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8502">
    <title>Re: Need some help with one XSS Vector</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8502</link>
    <description>&lt;pre&gt;Hi,
Have you tried using a slash before the single quote so that the escape
is performed on the slash that is escaping the quote?

So in your example you could try        \' + document.cookie;//

Which then might give the following

&amp;lt;script type="text/javascript"&amp;gt;alert('No Information is found for the
card 1\\'+ document.cookie);//');&amp;lt;/script&amp;gt;

I didn't test it but it looks like it might work depending on how the
filter is working.

Regards
Aaron

-----Original Message-----
From: websecurity-bounces&amp;lt; at &amp;gt;lists.webappsec.org
[mailto:websecurity-bounces&amp;lt; at &amp;gt;lists.webappsec.org] On Behalf Of
websecurity-request&amp;lt; at &amp;gt;lists.webappsec.org
Sent: 19 May 2012 04:15
To: websecurity&amp;lt; at &amp;gt;lists.webappsec.org
Subject: websecurity Digest, Vol 17, Issue 6

Send websecurity mailing list submissions to
websecurity&amp;lt; at &amp;gt;lists.webappsec.org

To subscribe or unsubscribe via the World Wide Web, visit

http://lists.webappsec.org/mailman/listinfo/websecurity_lists.webappsec.
org

or, via email, send a message with subject or body 'help' to
websecurity&lt;/pre&gt;</description>
    <dc:creator>Aaron Devaney</dc:creator>
    <dc:date>2012-05-21T08:26:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8501">
    <title>Re: Need some help with one XSS Vector</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8501</link>
    <description>&lt;pre&gt;No problem, it's a common misunderstanding (for developers) to only encode
quotes (") and apostrophes (') but not backslashes (\) :-)

But the good thing is, at least they're encoding quotes and hopefully
apostrophes too (where it's appropriate), compared to like 5 years ago when
almost no one was encoding anything.


Best regards,
MaXe

On Sat, 19 May 2012 13:12:28 +0530, Chintan Dave &amp;lt;davechintan&amp;lt; at &amp;gt;gmail.com&amp;gt;
wrote:
&amp;lt;davechintan&amp;lt; at &amp;gt;gmail.com&amp;gt;
any
Input
out
found
found

_______________________________________________
The Web Security Mailing List

WebSecurity RSS Feed
http://www.webappsec.org/rss/websecurity.rss

Join WASC on LinkedIn http://www.linkedin.com/e/gis/83336/4B20E4374DBA

WASC on Twitter
http://twitter.com/wascupdates

websecurity&amp;lt; at &amp;gt;lists.webappsec.org
http://lists.webappsec.org/mailman/listinfo/websecurity_lists.webappsec.org

&lt;/pre&gt;</description>
    <dc:creator>MaXe</dc:creator>
    <dc:date>2012-05-20T04:42:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8500">
    <title>Re: Need some help with one XSS Vector</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8500</link>
    <description>&lt;pre&gt;Yes actually, we were able to bypass using the same technique.

We just injected an extra slash to nullify escaping &amp;amp; ended the payload with comment

Appreciate all your help.

Sorry for brevity, sent from my iPod,

Thanks,
Chintan

On 19-May-2012, at 12:37 PM, MaXe &amp;lt;owasp&amp;lt; at &amp;gt;intern0t.net&amp;gt; wrote:


_______________________________________________
The Web Security Mailing List

WebSecurity RSS Feed
http://www.webappsec.org/rss/websecurity.rss

Join WASC on LinkedIn http://www.linkedin.com/e/gis/83336/4B20E4374DBA

WASC on Twitter
http://twitter.com/wascupdates

websecurity&amp;lt; at &amp;gt;lists.webappsec.org
http://lists.webappsec.org/mailman/listinfo/websecurity_lists.webappsec.org

&lt;/pre&gt;</description>
    <dc:creator>Chintan Dave</dc:creator>
    <dc:date>2012-05-19T07:42:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8499">
    <title>Re: Need some help with one XSS Vector</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8499</link>
    <description>&lt;pre&gt;If backslashes aren't escaped properly (with a backslash), try this:
\');alert(/TestString/.source);//

This should result in:
&amp;lt;script type="text/javascript"&amp;gt;alert('No Information is found for the card
\\');alert(/TestString/.source);//');&amp;lt;/script&amp;gt;

If there's two backslashes, the first one will nullify (escape) the second
one, meaning the apostrophe won't be escaped.


Best regards,
MaXe


On Fri, 18 May 2012 12:04:59 +0530, Chintan Dave &amp;lt;davechintan&amp;lt; at &amp;gt;gmail.com&amp;gt;
wrote:
way
is
card
of
output
for
working.
for

_______________________________________________
The Web Security Mailing List

WebSecurity RSS Feed
http://www.webappsec.org/rss/websecurity.rss

Join WASC on LinkedIn http://www.linkedin.com/e/gis/83336/4B20E4374DBA

WASC on Twitter
http://twitter.com/wascupdates

websecurity&amp;lt; at &amp;gt;lists.webappsec.org
http://lists.webappsec.org/mailman/listinfo/websecurity_lists.webappsec.org

&lt;/pre&gt;</description>
    <dc:creator>MaXe</dc:creator>
    <dc:date>2012-05-19T07:07:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8498">
    <title>[Announcement] ClubHack Magazine Issue 28,May 2012 Released</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8498</link>
    <description>&lt;pre&gt;Dear All,

Here we are with the 28th issue of ClubHack Magazine.

This issue covers following articles:-

0x00 Tech Gyan - Steganography over covert channels
0x01 Tool Gyan - Kautilya
0x02 Mom's Guide - HTTPS (Hyper Text Transfer Protocol Secure)
0x03 Legal Gyan - Section 66C - Punishment for identity theft
0x04 Code Gyan - Don’t Get Injected – Fix Your Code
0x05 Poster - "Look both side before crossing one way track"

Check http://chmag.in/ for articles.
PDF version can be download from:- http://chmag.in/issue/may2012.pdf

Send us your feedback, articles at info&amp;lt; at &amp;gt;chmag.in

Regards,
Team CHMag
http://chmag.in/
_______________________________________________
The Web Security Mailing List

WebSecurity RSS Feed
http://www.webappsec.org/rss/websecurity.rss

Join WASC on LinkedIn http://www.linkedin.com/e/gis/83336/4B20E4374DBA

WASC on Twitter
http://twitter.com/wascupdates

websecurity&amp;lt; at &amp;gt;lists.webappsec.org
http://lists.webappsec.org/mailman/listinfo/websecurity_lists.webappsec.org
&lt;/pre&gt;</description>
    <dc:creator>Abhijeet Patil</dc:creator>
    <dc:date>2012-05-21T06:13:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8497">
    <title>Need some help with one XSS Vector</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8497</link>
    <description>&lt;pre&gt;Hi,

I am running into one issue with XSS and was interested if there is any way
I can bypass it.
Following the response code where user supplied input is embedded. Input is
taken via a text box.

*&amp;lt;script type="text/javascript"&amp;gt;alert('No Information is found for the card
1');&amp;lt;/script&amp;gt;*

User supplied input *1* is highlighted in red. I am trying to break out of
this alert box, however when a single quote is given as input, the output
is escaped using a backslash. It is as follows:
*
Input:*     *1'**
Output:** &amp;lt;script type="text/javascript"&amp;gt;alert('No Information is found for
the card 1\'');&amp;lt;/script&amp;gt;*

I am using IE 8 and tried using back ticks just to check if I can get
around this limitation, however it did not work.
Any suggestion on how to break out of this would be much helpful.

All characters except the *single quote, &amp;lt;!-- and &amp;lt;/script&amp;gt;* are working.
Using a

I tried the following vector to escape out:

*Input:*     *1`);alert(1);(`'**);**
Output:** &amp;lt;script type="text/javascript"&amp;gt;alert('No Information &lt;/pre&gt;</description>
    <dc:creator>Chintan Dave</dc:creator>
    <dc:date>2012-05-18T06:34:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8496">
    <title>New Open Source Web Application VulnerabilityScanner Available</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8496</link>
    <description>&lt;pre&gt;
Hi All,
There is a new web application vulnerability scanner available. It is called WebVulScan and it is open source. Here is the link for it if you want to check it out: http://code.google.com/p/webvulscan/
Regards,
Dermot Blair       _______________________________________________
The Web Security Mailing List

WebSecurity RSS Feed
http://www.webappsec.org/rss/websecurity.rss

Join WASC on LinkedIn http://www.linkedin.com/e/gis/83336/4B20E4374DBA

WASC on Twitter
http://twitter.com/wascupdates

websecurity&amp;lt; at &amp;gt;lists.webappsec.org
http://lists.webappsec.org/mailman/listinfo/websecurity_lists.webappsec.org
&lt;/pre&gt;</description>
    <dc:creator>Dermot Blair</dc:creator>
    <dc:date>2012-05-15T21:37:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8495">
    <title>Re: Classic examples for secure webapps</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8495</link>
    <description>&lt;pre&gt;
I'm a fan of Plone:  http://plone.org/products/plone/security/overview

--
Nick Owen
WiKID Systems, Inc.
http://www.wikidsystems.com
Commercial/Open Source Two-Factor Authentication

_______________________________________________
The Web Security Mailing List

WebSecurity RSS Feed
http://www.webappsec.org/rss/websecurity.rss

Join WASC on LinkedIn http://www.linkedin.com/e/gis/83336/4B20E4374DBA

WASC on Twitter
http://twitter.com/wascupdates

websecurity&amp;lt; at &amp;gt;lists.webappsec.org
http://lists.webappsec.org/mailman/listinfo/websecurity_lists.webappsec.org

&lt;/pre&gt;</description>
    <dc:creator>Nick Owen</dc:creator>
    <dc:date>2012-05-15T16:13:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8494">
    <title>Classic examples for secure webapps</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8494</link>
    <description>&lt;pre&gt;Dear all,

Two examples come to my mind when I think about classic examples of
secure software development: OpenSSH and Qmail. Both

a) were designed with security in mind
b) were heavily audited (--&amp;gt; open source)
c) are widely used in security sensitive environments for long times (&amp;gt; 10 years) 
d) had relatively few known security bugs despite b), and c).

My question is:
Are there any web applications that can be seen as a classic example of
secure software development on the web (similar to OpenSSH and  Qmail
in the network service area)?

Thanks,
Sebastian

---
Sebastian Schinzel

Universität Erlangen-Nürnberg
Lehrstuhl für Informatik 1
IT-Sicherheitsinfrastrukturen

Web: http://www1.cs.fau.de/
Twitter:http://twitter.com/seecurity








_______________________________________________
The Web Security Mailing List

WebSecurity RSS Feed
http://www.webappsec.org/rss/websecurity.rss

Join WASC on LinkedIn http://www.linkedin.com/e/gis/83336/4B20E4374DBA

WASC on Twitter
http://twitter.com/wascupdates
&lt;/pre&gt;</description>
    <dc:creator>Sebastian Schinzel</dc:creator>
    <dc:date>2012-05-15T10:50:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8493">
    <title>Breakpoint 2012 Call For Papers</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8493</link>
    <description>&lt;pre&gt;                 . ______________________________________
                 ._\\.         Breakpoint 2012           (___.
                 :          Intercontinental Rialto          :
                 :           Melbourne,  Australia           :
                 :             October 17th-18th             :
                 :__                                    . ___:
                    )____________________________________\\
                                                            .
                          www.ruxconbreakpoint.com
                          www.twitter.com/ruxconbpx



Introduction
------------

 Breakpoint is a new security conference to be held on the 17th and 18th of
 October, in Melbourne Australia. The event will show case the work of expert
 security researchers from around the world on a wide range of topics.
 Breakpoint is organised by the Ruxcon conference team and will offer a
 specialised and more professional security conference to complement and lead
 into the larger and&lt;/pre&gt;</description>
    <dc:creator>cfp&lt; at &gt;ruxcon.org.au</dc:creator>
    <dc:date>2012-05-10T11:48:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8492">
    <title>Bypassing web antiviruses and attack via tablescorruption in MySQL</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8492</link>
    <description>&lt;pre&gt;Hello participants of Mailing List.

As I've wrote last month in the list, I've presented full translation of my
articles (in a form of new complex article), which I told
you briefly in my post Bypassing of security mechanisms
(http://lists.webappsec.org/pipermail/websecurity_lists.webappsec.org/2011-September/008051.html).
And now I will tell you about other my articles, written in September 2011
and in April 2012. Request full translation of any of them if needed.

I'll tell you briefly about my two articles concerning bypassing web
antiviruses and attack via tables corruption in MySQL. Which I wrote in
September and in April accordingly. These topics should be interesting for
you (especially for those, who haven't read them before).

1. Effective use of cloaking against web antiviruses
http://websecurity.com.ua/5359/

In this article I told more about the cloaking - the way how web antiviruses
became fighting with it and other ways of bypassing them with cloaking. This
is third article in my series about &lt;/pre&gt;</description>
    <dc:creator>MustLive</dc:creator>
    <dc:date>2012-05-05T20:50:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8491">
    <title>Submit to WOOT: USENIX Workshop on OffensiveTechnologies</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8491</link>
    <description>&lt;pre&gt;Hi everyone,

WOOT is the USENIX Workshop on Offensive Technologies and this year
will focus on the future of web exploitation and HTTPS security.

One of the specificity of WOOT is that it is meant to be a a bridge
between the industry and the academic world which always give rise to
interesting discussion :)

So if you just gave a cool talk at BSide or got something interesting
planned for Black Hat or DEFCON, it is exactly the type of work we'd
like to see submitted to WOOT.

Don't be shy, it will be a very fun workshop ! The WOOT call of paper
is available here: http://ow.ly/aH1X0

--
Elie
http://elie.im - Twitter: &amp;lt; at &amp;gt;elie

_______________________________________________
The Web Security Mailing List

WebSecurity RSS Feed
http://www.webappsec.org/rss/websecurity.rss

Join WASC on LinkedIn http://www.linkedin.com/e/gis/83336/4B20E4374DBA

WASC on Twitter
http://twitter.com/wascupdates

websecurity&amp;lt; at &amp;gt;lists.webappsec.org
http://lists.webappsec.org/mailman/listinfo/websecurity_lists.webappsec.org

&lt;/pre&gt;</description>
    <dc:creator>Elie Bursztein</dc:creator>
    <dc:date>2012-05-04T05:25:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8490">
    <title>Re: CRLF Injection - HTTP Response Splitting</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8490</link>
    <description>&lt;pre&gt;Hi Tanuj,

Thanks for your reply. I tried with a larger string
(%0d%0a%0d%0a%0d%0a%0d%0a%0d%0a%0d%0a%0d%0a,
%0d%0a%0d%0a%0d%0a%0d%0a%20%0d%0a%0d%0a%0d%0a%0d%0a, etc.)

The response doesn't split and %0d%0a appear as printable characters in the
output.

Location:
https://domain.org/path/res.asp?https=redirect&amp;amp;key1=value1&amp;amp;key2=value2&amp;amp;key3=value3%0d%0a%0d%0a%0d%0a%0d%0a%20%0d%0a%0d%0a%0d%0a%0d%0aContent-Length:%200

%0d%0a encoding for CRLF doesnt seem to work, hence, I was trying different
encodings.

Br,
--
m0n


On Wed, May 2, 2012 at 5:01 PM, Tanuj Pathak &amp;lt;Tanuj.Pathak&amp;lt; at &amp;gt;mphasis.com&amp;gt;wrote:

_______________________________________________
The Web Security Mailing List

WebSecurity RSS Feed
http://www.webappsec.org/rss/websecurity.rss

Join WASC on LinkedIn http://www.linkedin.com/e/gis/83336/4B20E4374DBA

WASC on Twitter
http://twitter.com/wascupdates

websecurity&amp;lt; at &amp;gt;lists.webappsec.org
http://lists.webappsec.org/mailman/listinfo/websecurity_lists.webappsec.org
&lt;/pre&gt;</description>
    <dc:creator>Mon</dc:creator>
    <dc:date>2012-05-03T08:51:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8489">
    <title>Abusing Password Managers with XSS</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8489</link>
    <description>&lt;pre&gt;New post on abusing password managers with Cross-Site Scripting.
http://labs.neohapsis.com/2012/04/25/abusing-password-managers-with-xss/

_______________________________________________
The Web Security Mailing List

WebSecurity RSS Feed
http://www.webappsec.org/rss/websecurity.rss

Join WASC on LinkedIn http://www.linkedin.com/e/gis/83336/4B20E4374DBA

WASC on Twitter
http://twitter.com/wascupdates

websecurity&amp;lt; at &amp;gt;lists.webappsec.org
http://lists.webappsec.org/mailman/listinfo/websecurity_lists.webappsec.org

&lt;/pre&gt;</description>
    <dc:creator>mastah yeti</dc:creator>
    <dc:date>2012-04-30T16:30:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8488">
    <title>nullcon Delhi 2012 Call for Paper/Call for Event</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8488</link>
    <description>&lt;pre&gt;Hi All,

For the very first time nullcon now comes to Delhi - to showcase cutting
edge security technologies and discuss new attack vectors and security
threats among the  Corporate world and the Government sector. The event
brings together thought leaders,Corporates, Government and security
professionals all under one roof.

Prototype:
-------------
We are introducing a new sub-event - Prototype at nullcon Delhi 2012. The
event provides opportunities to innovative companies to showcase their
latest and new technology/products to the nullcon audience. The main aim
behind Prototype is to enable and boost companies driving innovation in
security domain and provide them a perfect platform to boast about their new
technology and at the same time grab the attention of potential investors
and business partners at minimal cost. For more details about the event, its
costing and how your organization can participate kindly contact:
info_at_nullcon.net

Categories:
—————

The talk time duration includes tim&lt;/pre&gt;</description>
    <dc:creator>nullcon</dc:creator>
    <dc:date>2012-04-29T15:32:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8487">
    <title>OWASP 2012 Online Competition</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8487</link>
    <description>&lt;pre&gt;Dear security experts,

Hacking-Lab is proud to announce the upcoming online OWASP 2012 hands-on
competition about web security issues. The competition will start next
Tuesday (May 1 2012) and ends June 17th, 2012. It's all about web
security, including the Greece Hackademics challenges plus some advanced
Hacking-Lab challenges. The winner will gain a free ticket to either the
OWASP AppSec EU conference in Athens or AppSec US. 

Winner Selection Criteria
a) how many points you receive (complete)
b) how complete your solutions are (quality)
c) how fast you are completing the challenges (time)
d) creativity, unseen solutions, geek factor

The OWASP GEC (Global Education Committee) and Hacking-Lab have the
right to select the winner in case of identical a) to d) levels. OWASP
teachers, Hacking-Lab volunteers, Compass Security Switzerland staff are
not allowed to play. Sorry for that, folks.

Checkout the upcoming "OWASP 2012 Online Competition" here
* https://www.hacking-lab.com/events/

Train your Brain - Expl&lt;/pre&gt;</description>
    <dc:creator>Ivan Buetler</dc:creator>
    <dc:date>2012-04-29T19:15:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8486">
    <title>Oracle Padding and Exploitation</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8486</link>
    <description>&lt;pre&gt;First off, my anal retentive side simply *MUST* correct you: It's
"padding oracle".

An "oracle" is a system which provides answers to specific types of
questions. In cryptography, there is a concept of "padding", extra
data appended to the unencrypted message to satisfy the length
requirements of a block cipher, which requires that data it is
encrypting is to be of a certain length.

A padding oracle normally only will reveal if an encrypted message,
when decrypted, is properly padded.

Vaudenay presented at EUROCRYPT that with PKCS#5 padding, a padding
oracle can actually be used as a decryption oracle, given the ability
to make lots of submissions to the padding oracle. This allows us to
decrypt arbitrary data using a padding oracle.

Thai Duong and Juliano Rizzo applied this theoretical attack in a
practical way: against Web applications. They also presented a way of
using padding oracles as encryption oracles, allowing encryption of
arbitrary data.

The ASP.NET framework not only had padding oracle flaw&lt;/pre&gt;</description>
    <dc:creator>Daniel "unicornFurnace" Crowley</dc:creator>
    <dc:date>2012-04-28T06:20:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8485">
    <title>CRLF Injection - HTTP Response Splitting</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8485</link>
    <description>&lt;pre&gt;Hi all,

May be this a very stupid question, however, after many unsuccessful
attempts, I would appreciate your assistance.

In testing a web application, I found that on sending the following request
header:

GET /path/path-contd/resource.asp?key1=value1&amp;amp;key2=value2&amp;amp;key3=value3
HTTP/1.1
....


I got the the following response header:

HTTP/1.1 302 Found
Date: xxxx
Server: xxxx
Location: https://
&amp;lt;full-domain&amp;gt;/path/path-contd/resource.asp?https=redirect&amp;amp;key1=value1&amp;amp;key2=value2&amp;amp;key3=value3
....

I tried to inject "CRLF" (%0d%0a) in value3 to perform a HTTP Response
Splitting, however, the input was always output to the response header as
text and the injected CRLF (%0d%0a) was never executed. I tried:

1. double url encoding: %250d%250a
2. encoding the attack vector to unicode 16-bit
3. injecting %0d%0a (and double encoded value) in value1 instead
4. injecting %0d%0a (and double encoded value) in value2 instead

Am I missing something trivial or any other attack vector to bypass CRLF
Injection protection/filt&lt;/pre&gt;</description>
    <dc:creator>Mon</dc:creator>
    <dc:date>2012-04-30T12:32:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.security.websecurity/8484">
    <title>CIntruder v0.2 released</title>
    <link>http://permalink.gmane.org/gmane.comp.security.websecurity/8484</link>
    <description>&lt;pre&gt;Hi list,

There is released a new version of *CIntruder* (v0.2) - the captcha intruder

Take a look to the CIntruder website to see new features implemented:

http://cintruder.sf.net

You can download original code directly from here:

http://sourceforge.net/projects/cintruder/files/cintruder_v0.2.0.tar.gz/download

Or update your copy from the CIntruder repository:

http://sourceforge.net/p/cintruder/code/

Now there is modularity on OCR process, you can handle CIntruder with
another tool, to perform automatic test on forms that have a captcha,
and interact with an online distributed dictionary.

http://cintruder.sf.net/cinet

I hope that you enjoy it!! :D

psy.

_______________________________________________
The Web Security Mailing List

WebSecurity RSS Feed
http://www.webappsec.org/rss/websecurity.rss

Join WASC on LinkedIn http://www.linkedin.com/e/gis/83336/4B20E4374DBA

WASC on Twitter
http://twitter.com/wascupdates

websecurity&amp;lt; at &amp;gt;lists.webappsec.org
http://lists.webappsec.org/mailman/listinfo/websecur&lt;/pre&gt;</description>
    <dc:creator>psy</dc:creator>
    <dc:date>2012-04-26T23:18:29</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.security.websecurity">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.security.websecurity</link>
  </textinput>
</rdf:RDF>

