Online Subtitles Workshop XSS defect and repair

Source: Internet
Author: User

Title: Online Subtitles Workshop XSS vulnerabilities
Author: M. Jock3R (www. the-code.tk) www.2cto.com
: Http://sourceforge.net/projects/onlinesubtitles/files/
Test Platform: windows XP Sp2 FR
========================================================== ========================================================== ===
 
Defect location: video_comments.php
 
Code Analysis:
---------
$ All_comments = read_video_comments ($ video_id );
 
// Print_r ($ all_comments );
 
$ Video_comments = "";
 
For ($ I = 0; $ I <= count ($ all_comments)-1; $ I ++ ){
 
$ Video_comments = $ video_comments ."
<Table style = 'width: 100% '>
<Tr>
<Td style = 'width: 100% '>
". Get_user_name ($ all_comments [$ I] ['id'])."
</Td>
<Td>
 
". Date ('H: I: s A m-d-y', $ all_comments [$ I] ['time'])."
</Td>
</Tr>
<Tr>
<Td colspan = '7'>
". $ All_comments [$ I] ['message']." <= Here you can inject any HTML or Javascript code :)
</Td>
</Tr>
</Table>
<Br>
";
 
Example:
---------
Select any video first.
Comment, written as follows: <marquee> <font color = red size = 15> M. jock3r </font>/marquee>
-Or you can steal the cookies of any one browse the video page :)
 
========================================================== ========================================================== ===
Fix: Filter

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.