Online Subtitles Workshop - Cross-Site Scripting
| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| CVE-2011-5185 | 20 Sep 201210:00 | – | cve | |
| CVE-2011-5185 | 20 Sep 201210:00 | – | cvelist | |
| EUVD-2011-5085 | 7 Oct 202500:30 | – | euvd | |
| CVE-2011-5185 | 20 Sep 201210:55 | – | nvd | |
| Cross site scripting | 20 Sep 201210:55 | – | prion | |
| CVE-2011-5185 | 22 May 202505:02 | – | redhatcve |
===================================================================================
Online Subtitles Workshop XSS vulnerabilities
===================================================================================
# Exploit Title: Online Subtitles Workshop XSS vulnerabilities
# Author: M.Jock3R (www.the-code.tk)
# Script Download: http://sourceforge.net/projects/onlinesubtitles/files/
# Category:: webapps
# Tested on: windows XP Sp2 FR
===================================================================================
Vuln file: video_comments.php
Vuln code:
---------
$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>
";
Exploit:
---------
First,Choose any video.
Go to comments, and write for example : <marquee><font color=red size=15>M.jock3r</font>/marquee>
-Or you can steal the cookies of any one browse the video page :)
===================================================================================
Greets To :
the C0de team / sa-hacker.com
Email : [email protected]
THANKS TO ALL ALGERIANS HACK3RS
===================================================================================Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
21 Dec 2011 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 24.3
EPSS0.01353