By vivalditec on Thursday, 19 December 2013
Posted in Technical Issues
Replies 2
Likes 0
Views 1.1K
Votes 0
HI again

We have gotten reports of XSS injection threads in the code of easysocial and easyblog ,

1. I can inject this into a blog post - the Data URI will
inherit the origin from the website, and allow XSS:
<a href="data:text/html,FAIL">data URI</a>


This is easyblog

Solution is to deny all data URIs.

2. When signing up for an account, use this as the "state"
field:
">test11<img src=x onerror=alert(1)>

When other users view your profile (
https://oursite.com/unity/profile/YOURNAME ) the script runs. XSS.

So my question is how can we fix this as fast as possible ?
Following this thread
·
Thursday, 19 December 2013 08:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

For #2, replace the file I've uploaded at /media/com_easysocial/apps/fields/user/address/widgets/profile/view.html.php

For #1, we need to check if the issue should be fixed on both sides of EB and ES.
·
Thursday, 19 December 2013 10:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post