<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docs.joomla.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docs.joomla.org/api.php?action=feedcontributions&amp;user=Mandville&amp;feedformat=atom</id>
		<title>Joomla! Documentation - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://docs.joomla.org/api.php?action=feedcontributions&amp;user=Mandville&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Special:Contributions/Mandville"/>
		<updated>2013-05-25T22:37:25Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.3</generator>

	<entry>
		<id>http://docs.joomla.org/Security_Checklist/You_have_been_hacked_or_defaced</id>
		<title>Security Checklist/You have been hacked or defaced</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Security_Checklist/You_have_been_hacked_or_defaced"/>
				<updated>2013-05-21T09:29:33Z</updated>
		
		<summary type="html">&lt;p&gt;Mandville: update url&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:Security Checklist/TOC}}&lt;br /&gt;
== You have been hacked/defaced ?==&lt;br /&gt;
We are sorry for any basic language used in this document.&lt;br /&gt;
Before you post in the Joomla! Security Forum [http://forum.joomla.org/viewtopic.php?f=432&amp;amp;t=475313 please read this] checklist summary, then use it as a post template.&lt;br /&gt;
&lt;br /&gt;
=== On Line Action List===&lt;br /&gt;
* Take your [[Taking_the_website_temporarily_offline#Using the htaccess method (cpanel)|website offline]] ('''We recommend the htaccess method''')&lt;br /&gt;
&lt;br /&gt;
* Run the [https://github.com/ForumPostAssistant/FPA/zipball/en-GB forum post assistant and security tool] The simple Instructions are [http://forum.joomla.org/viewtopic.php?f=621&amp;amp;t=582860 available here]. More detailed instructions are included in the download package. You will need to unzip this package and upload the fpa-en.php file to your server Joomla root The FPA is also [https://github.com/ForumPostAssistant/FPA/tarball/en-GB available in a tar.gz package] for those who desire or need a unix style package. The fpa-en.php file from the package will need to be uploaded to your server Joomla root.&lt;br /&gt;
&lt;br /&gt;
* Scan all machines with FTP, Joomla super admin, and Joomla admin access for malware, virus, trojans, spyware, etc. (see [[#Local_Security|Local Security]] below)&lt;br /&gt;
&lt;br /&gt;
* Ensure you have the '''latest version''' of [http://www.joomla.org/download.html Joomla] &lt;br /&gt;
&lt;br /&gt;
* '''Notify your host''' and work with them to clean up the site, and to make sure there are no back doors to your site.&lt;br /&gt;
&lt;br /&gt;
* Review [http://vel.joomla.org/ Vulnerable Extensions List] to see if you have any vulnerable extensions and deal with them. A clue to any extensions being targeted is your logs file. Here is an example of what to look for,&lt;br /&gt;
&amp;lt;pre&amp;gt;//administrator/components/com_extension/admin.extension.php?mosConfig.absolute.path=http:&amp;lt;/pre&amp;gt;&lt;br /&gt;
or&lt;br /&gt;
&amp;lt;pre&amp;gt;../../../../../../../../../../../../../../../../proc/self/environ&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Review and action [[Security Checklist]] to make sure you've gone through all of the steps (please note some steps are optional, but please review them all).&lt;br /&gt;
&lt;br /&gt;
* '''Change all passwords''' and if possible user names for the domains control panel, mysql, FTP, [[Why_should_you_immediately_change_the_name_of_the_default_admin_user%3F|Joomla! Super Admin]], and Joomla! Admin password; do change them often. Passwords should be at least 12 mixed alphanumeric characters and contain no common word phrases. &lt;br /&gt;
* Do not use the standard Admin user, [[Why_should_you_immediately_change_the_name_of_the_default_admin_user%3F|disable it]]. If you need to reset your admin password, see [[How_do_you_recover_your_admin_password%3F|these instructions]]. &lt;br /&gt;
&lt;br /&gt;
* '''Replace''' all templates and files with clean copies,&lt;br /&gt;
* '''Check''' and/or replace all .pdf, image, photo files for exploits&lt;br /&gt;
* Check you server logs for IP's calling suspicious files or attempting POST commands to non-form's&lt;br /&gt;
* Use proper permissions on files and directories. They '''should never be 777&amp;lt;ref&amp;gt;Permissions should never be 777&amp;lt;/ref&amp;gt;, but ideal is 644 for files and 755 folders'''.&lt;br /&gt;
* Disable [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/AnonymousFTP anonymous] FTP&lt;br /&gt;
&lt;br /&gt;
== chmod and cron ==&lt;br /&gt;
&lt;br /&gt;
IF you have permissions to access SSH (secure shell) via putty you can chmod the files and directories.&lt;br /&gt;
If you do not have shell access, you can run the commands from [http://en.wikipedia.org/wiki/Cron cron] by setting up a temporary cron job. Copy and paste the command into a cron job. Run the job about 2 minutes after saving the job.&lt;br /&gt;
When using the command by putty or a cron job, the use of the full physical path to public_html is recommended for best results.&lt;br /&gt;
&lt;br /&gt;
For files use:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;find /home/xxxxxx/domains/xxxxxxx.com/public_html -type f -exec chmod 644 {} \;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and for directories use:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;find /home/xxxxxx/domains/xxxxxxx.com/public_html -type d -exec chmod 755 {} \;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Monitoring for File Changes ===&lt;br /&gt;
To check for recent file changes on your system use these commands from putty (SSH - secure shell) or via a cron job.&lt;br /&gt;
If you run the command from a cron job you can schedule it to check for changed files several times each day.&lt;br /&gt;
Results will be sent to the domain account owner and show the time/date stamp for any changed files.&lt;br /&gt;
When using the command by putty or a cron job, the use of the full physical path to public_html is recommended&lt;br /&gt;
for best results.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;find /home/xxxxxx/domains/xxxxxxx.com/public_html -type f -ctime -1 -exec ls -ls {} \;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note your sites files may be located in public_html, httpdocs, www, or a similar place, and your physical path may also be different than in the examples. Adjust the physical path accordingly.&lt;br /&gt;
&lt;br /&gt;
== 777 Permissions ==&lt;br /&gt;
'''If''' the server your are on requires 777 permissions for Joomla to work correctly,&lt;br /&gt;
then''' request to be put on another server''' with php as cgi and suphp and up-to-date&lt;br /&gt;
serverside software (apache, php etc) on your existing host or find another server host if necessary.&lt;br /&gt;
 &lt;br /&gt;
To protect directories that seemed to need 777 permissions to run or as a default in your images/media folder try this code within a .htaccess file within the open folder.&lt;br /&gt;
&amp;lt;pre&amp;gt;# secure directory by disabling script execution&lt;br /&gt;
AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi&lt;br /&gt;
Options -ExecCGI&amp;lt;/pre&amp;gt; especially in your images folder&lt;br /&gt;
* Make sure that is in a htaccess file in a directory that will not run any scripts or remove the extensions as required&lt;br /&gt;
&lt;br /&gt;
Do check with your hosting provider to see if they have purposely secured the server your site is on; and that they '''or you''' perform regular (weekly) security updates to keep the server up to date.&lt;br /&gt;
Check you have jail shell. &lt;br /&gt;
A rule of thumb is the less you pay, the less they care&lt;br /&gt;
&lt;br /&gt;
== A Safe route for disaster relief ==&lt;br /&gt;
* save the configuration.php file and your images and personal files one by one, (not the folder as it may contain unwanted files)&lt;br /&gt;
* wipe the entire folder where Joomla! is installed&lt;br /&gt;
* upload a new clean full package latest version of joomla 1.5.x or Joomla 2.5.x (minus the install folder)&amp;lt;ref&amp;gt;Incompatible Versions&amp;lt;/ref&amp;gt;&lt;br /&gt;
* reupload your configuration file &amp;amp; images.&lt;br /&gt;
* reupload or reinstall the latest versions of your extensions , templates (even better is to use original clean copies to ensure that the hacker/defacer did not leave any shell script files in your site)&lt;br /&gt;
&lt;br /&gt;
To do this will take your site off line for around 15 minutes. To track down your hacked/defaced html may take hours or even longer.&lt;br /&gt;
&lt;br /&gt;
=== Local Security ===&lt;br /&gt;
&lt;br /&gt;
* Don't store user name/password in ftp program&lt;br /&gt;
** Use a password manager such as the free [http://keepass.info/ keepass]&lt;br /&gt;
&lt;br /&gt;
* Scan all machines with FTP, Joomla super admin, and Joomla admin access for malware, virus, trojans, spyware, etc.&lt;br /&gt;
&lt;br /&gt;
* Several packages available are&lt;br /&gt;
** [http://www.eset.com/ ENOD32] from eSet&lt;br /&gt;
** [http://www.safer-networking.org/ Spybot Search and Destroy]&lt;br /&gt;
** [http://www.malwarebytes.org/ Malwarebytes]&lt;br /&gt;
** [http://www.microsoft.com/security/ Microsoft Malicious Software Removal Tool]&lt;br /&gt;
** [http://www.free-av.com/de/tools/12/avira_antivir_rescue_system.html Linux AntiVirus boot cd]&lt;br /&gt;
** [http://www.javacoolsoftware.com/spywareblaster.html spyware blaster]&lt;br /&gt;
** [http://www.siteadvisor.com/ siteadvisor]&lt;br /&gt;
* Consider the [http://ubcd4win.com/ Ultimate Boot CD for Windows] used for repairing, restoring, or diagnosing almost any home computer problem&lt;br /&gt;
&lt;br /&gt;
=== Other Considerations ===&lt;br /&gt;
&lt;br /&gt;
* Do not use the standard jos_ table prefix and avoid one click installers where possible&lt;br /&gt;
&lt;br /&gt;
* Set the [http://feeds.joomla.org/JoomlaSecurityNews?format=xml joomla security newsfeed] as the main top module in your joomla admin control panel. [[Screen.modulesadministrator.edit.15#Feed_Display|Set up the Security Newsfeed]] &lt;br /&gt;
** [[Screen.modulesadministrator.edit.15#How_to_access|Add the Admin Feed Display Module]] if it is missing. Enable it to the first place on your sites back end control panel.&lt;br /&gt;
&lt;br /&gt;
* Consider adding a [http://forum.joomla.org/viewtopic.php?p=1568940#p1568940 bot block list] to your .htaccess file&lt;br /&gt;
&lt;br /&gt;
* Use [http://en.wikipedia.org/wiki/SSH_file_transfer_protocol sFTP] instead of FTP where possible&lt;br /&gt;
&lt;br /&gt;
* Do not enable or use [http://en.wikipedia.org/wiki/File_Transfer_Protocol#Anonymous_FTP anonymous ftp] accounts for any reason.&lt;br /&gt;
&lt;br /&gt;
* Use a server that has [http://www.modsecurity.org/ mod_security] installed properly&lt;br /&gt;
&lt;br /&gt;
* Check for any added sub domains and/or added directories&lt;br /&gt;
&lt;br /&gt;
* Check for any [http://en.wikipedia.org/wiki/Common_Gateway_Interface cgi scripts]&lt;br /&gt;
&lt;br /&gt;
* Check [http://en.wikipedia.org/wiki/Cron cron] for any cron jobs not set up by domain administrator&lt;br /&gt;
&lt;br /&gt;
* Download and &amp;lt;ref&amp;gt;Review raw access and error logs.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Deny any IP's that you got to the IP ban on your site but it may belong to a proxy site.&lt;br /&gt;
&lt;br /&gt;
 '''Was your site hacked in the past''' and proper site sanitation not used to remove actual&lt;br /&gt;
 (and hidden) hack thus leaving a backdoor for reinfection.&lt;br /&gt;
&lt;br /&gt;
* Consider removing &amp;quot;[http://docs.joomla.org/How_do_you_remove_or_change_the_%22Welcome_to_the_Frontpage%22_title%3F welcome to the front page]&amp;quot; to reduce [http://www.google.co.uk/search?q=intext%3A+welcome+to+the+front+page+joomla&amp;amp; search engine attacks]. &lt;br /&gt;
&lt;br /&gt;
* Completely remove/uninstall, don't unpublish unused or vulnerable extensions. [[Why_isn't_un-publishing_a_vulnerable_extension_enough_to_protect_your_site%3F|Un-publishing a vulnerable extension will not protect your site.]]&lt;br /&gt;
&lt;br /&gt;
=== Malicious Code or Odd Links appearing on your site ===&lt;br /&gt;
&lt;br /&gt;
Check that the original template file does or does not insert the [http://forum.joomla.org/viewtopic.php?f=432&amp;amp;t=411735 unwanted code/Malicious Javascript ] or that you downloaded a paid for template from a non trusted source eg file sharing sites&lt;br /&gt;
&lt;br /&gt;
'''[http://www.iss.net/threats/gumblar.html Gumblar]''' doesn’t use any particular script vulnerability.&lt;br /&gt;
This script is injected into every web page ( I would imagine though not confirmed, if infected page is edited then saved it will also be in database) on a site.&lt;br /&gt;
Script changes every time it is accessed.&lt;br /&gt;
It has been seen on phpBB, SMF and vBulletin forums, on WordPress 2.7.1 blogs, on proprietary PHP sites.&lt;br /&gt;
The script starts with ''(function('' and has no name and is obfusticated.&lt;br /&gt;
A common Gumblar version breaks sites due to a bug in script.&lt;br /&gt;
&lt;br /&gt;
'''iFrames'''&lt;br /&gt;
&lt;br /&gt;
In recent iframe exploits the malicious code was only injected into files with most common filenames (e.g. index.html, index.php, etc.). [http://forum.joomla.org/viewtopic.php?f=432&amp;amp;t=411735 Related Forum Sticky]&lt;br /&gt;
&lt;br /&gt;
=== Contributors &amp;amp; Editing === &lt;br /&gt;
[http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 mandville]&lt;br /&gt;
[http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD]&lt;br /&gt;
[http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=3701 fw116]&lt;br /&gt;
[http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=322239 JeffChannell]&lt;br /&gt;
[http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=339316 dynamicnet]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
When your hosting provider runs PHP as an Apache Module it executes as the user/group of the webserver which is usually &amp;quot;nobody&amp;quot;, &amp;quot;httpd&amp;quot; or &amp;quot;apache&amp;quot;. Under this (ownership) mode, files or directories that you require your php scripts to be able to write do need 777 permissions (read/write/execute at user/group/world level) if the ownership of the files and directories are not Chown (Change Owner) to the User. Such a scenario is absolute unacceptable  from a security perspective since '777' not only allows the webserver to write to the file; it also allows anyone else to read or write to the file.&lt;br /&gt;
If your provider is not able to change this, one should strongly consider changing host!&lt;br /&gt;
&lt;br /&gt;
'''Logs'''&lt;br /&gt;
Make sure that in your control panel your raw access logs have been activated for review!&lt;br /&gt;
&lt;br /&gt;
Raw Access Logs allow you to see who has accessed your site without the use of graphs, charts or other graphics. in cPanel for instance you can use the Raw Access Logs menu to download a zipped version of the server's access log for your site. This can be very useful when you need to see who is accessing your site quickly. Many people forget that this needs to be activated by the user of the account and is not automatically activated upon the creation of a hosting account in cPanel for instance!&lt;br /&gt;
&lt;br /&gt;
'''Incompatible Versions'''&lt;br /&gt;
This document applies to all versions of Joomla. Use the latest version of Joomla that is compatible with your existing Joomla website site version to repair your site. Some version upgrades require a [[Migrating_from_Joomla_1.5_to_Joomla_2.5|site migration]] and will render your Joomla site inoperative if used to overwrite an earlier version of Joomla. For example: Do not overwrite a 1.5.xx site with version 2.5.xx of Joomla. Doing so will leave the site in an inoperative state.&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
&amp;lt;!-- KEEP THIS AT THE END OF THE PAGE --&amp;gt;&lt;br /&gt;
[[Category:Security Checklist]]&lt;/div&gt;</summary>
		<author><name>Mandville</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Vulnerable_Extensions_List</id>
		<title>Vulnerable Extensions List</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Vulnerable_Extensions_List"/>
				<updated>2013-05-19T17:46:45Z</updated>
		
		<summary type="html">&lt;p&gt;Mandville: /* Developers - How to get yourself removed from the VEL */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
{{notice|This document has now been replaced by the website at [http://vel.joomla.org/ vel.joomla.org from 1st May 2013]&lt;br /&gt;
Please refer to there for the latest updates}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ***all wiki editors*** - do NOT touch without notice   --&amp;gt;&lt;br /&gt;
'''List prior to Jnuary 2011 ([[Archived vel|now archived]])''' Please check here also. &lt;br /&gt;
&amp;lt;!-- if you have altered the above line then revert your changes and contact me   --&amp;gt;&lt;br /&gt;
Please also check the [[Investigation of exploits|Extension Investigation List]].&lt;br /&gt;
 &lt;br /&gt;
== Check and Report.  ==&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
{{notice|small=yes|image=Stop hand nuvola.svg&lt;br /&gt;
  |header=Procedure change|All reports are now to be made via vel.joomla.org}}&lt;br /&gt;
Report Vulnerable extensions in the [http://vel.joomla.org vel website]&lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
== How to use this list ==&lt;br /&gt;
'''Items will be removed after a suitable period and not on resolution.'''&lt;br /&gt;
{{notice|This document has now been replaced by the website at [http://vel.joomla.org/ vel.joomla.org from 1st May 2013]&lt;br /&gt;
Please refer to there for the latest updates}}&lt;br /&gt;
&lt;br /&gt;
All known vulnerable extensions are the listed in the first column &amp;quot;Extension&amp;quot;. Any in a &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;red box &amp;lt;/span&amp;gt;are where we have not been given a fix. Any in a &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;turquoise box&amp;lt;/span&amp;gt; contain a link to the notice about an &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;update with link.&amp;lt;/span&amp;gt; Any that are in an uncolored box are a &amp;quot;Contact the Developer About This Extension&amp;quot;.&lt;br /&gt;
Alert Advisory details are in the center column.&lt;br /&gt;
If the &amp;quot;Extension Update Link &amp;amp; Date Column has &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;'''Not Known''' &amp;lt;/span&amp;gt; then it is where no update is known.&lt;br /&gt;
&lt;br /&gt;
'''This list is compiled from found information and may not be an up to date accurate list''' ''We do '''NOT''' promise to test or validate these reports. We do '''NOT''' guarantee the quality or effectiveness of any updates reported to us or listed here.''&lt;br /&gt;
To sign up for the feed please [http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions follow this link]&lt;br /&gt;
* We do not list BETA products, or extensions for J1.0.x&lt;br /&gt;
&lt;br /&gt;
== Developers - How to get yourself removed from the VEL ==&lt;br /&gt;
&lt;br /&gt;
Resolved items will be removed after a suitable period and not on resolution&lt;br /&gt;
&lt;br /&gt;
Please solve the issues and:&lt;br /&gt;
&lt;br /&gt;
* '''If JED listed''' &lt;br /&gt;
&lt;br /&gt;
To have your extension republished, please follow these steps:&lt;br /&gt;
&lt;br /&gt;
1- Solve the issues.&lt;br /&gt;
&lt;br /&gt;
2- Attach the new zip file at your actual JED listing.&lt;br /&gt;
&lt;br /&gt;
3- Change the extension version at JED listing.&lt;br /&gt;
&lt;br /&gt;
4- Make sure to include a notice in the JED description to the fact that the new release is a &amp;quot;Security Release&amp;quot; and those who use the extension should upgrade immediately.&lt;br /&gt;
&lt;br /&gt;
5-complete the resolution form on the website at [http://vel.joomla.org/ vel.joomla.org from 1st May 2013]&lt;br /&gt;
&lt;br /&gt;
6- Create a [http://bit.ly/velunlist JED listing owner ticket] to the JED with a notice and ask that your listing be republished. Include the full details of your new version number and security notice page&lt;br /&gt;
&lt;br /&gt;
VEL email can be found above and the JED support link is in your notice of &amp;quot;unpublication&amp;quot; [http://extensions.joomla.org/component/maqmahelpdesk/ and here] &lt;br /&gt;
&lt;br /&gt;
* '''If not JED listed.''' &lt;br /&gt;
Inform us by '''email''' with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website.&lt;br /&gt;
&lt;br /&gt;
== January 2012 and onwards Reported Vulnerable Extensions ==&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  civic crm 422==&lt;br /&gt;
|upload exploit /RFI&lt;br /&gt;
|260413&lt;br /&gt;
|developer http://civicrm.org/category/civicrm-blog-categories/civicrm-v43 release 4.3.1&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  alfcontact ==&lt;br /&gt;
|xss&lt;br /&gt;
|230413&lt;br /&gt;
|developer release [http://www.alfsoft.com statement on ALFContact v2.0.8 for J!2.5 ALFContact v3.1.4 for J!3]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  aiContactSafe 2.0.19 ==&lt;br /&gt;
|xss&lt;br /&gt;
|160413&lt;br /&gt;
|developer release statement  [http://www.algisinfo.com/en/home-bottom/41-xss-in-aicontactsafe.html for version 2.0.21] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RSfiles==&lt;br /&gt;
|SQL&lt;br /&gt;
|180313&lt;br /&gt;
|developer release statement  [http://www.rsjoomla.com/support/documentation/view-knowledgebase/141-changelog.html for version 12] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  1.6.8 update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Collector    ==&lt;br /&gt;
|Various [steevo.fr]&lt;br /&gt;
|230113&lt;br /&gt;
|developer update [http://www.steevo.fr/en/component/content/article/41-release-051 statement to] 0.5.1 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  tz guestbook   ==&lt;br /&gt;
|Various &lt;br /&gt;
|100113&lt;br /&gt;
|developer release statement [http://www.templaza.com/item/256-tz-guestbook-v1-1-2-security-release for 1.1.2]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== extplorer    ==&lt;br /&gt;
| 2.1.2, 2.1.1, 2.1.0 and 2.1.0RC5 are vulnerable to an authentication bypass&lt;br /&gt;
|251212&lt;br /&gt;
|developer [http://extplorer.net/news/12  update to 2.1.3 statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JooProperty    ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|101212&lt;br /&gt;
|developer release new version 1.13.1 -  [http://jooproperty.com/en/forum/last-jooproperty-release/277-important-security-fix-released-please-update.html#277 upgrade notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ag google analytic    ==&lt;br /&gt;
|Various&lt;br /&gt;
|061212&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== sh404sef &amp;lt;3.7.0 ==&lt;br /&gt;
|Undisclosed sh404SEF 3.4.x, 3.5.x, 3.6.x for Joomla 2.5&lt;br /&gt;
|26112&lt;br /&gt;
|developer [http://anything-digital.com/sh404sef/news/releases/sh404sef-3_7_0_1485-released.html statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Login Failed Log     ==&lt;br /&gt;
|23112&lt;br /&gt;
|ID - information disclosure&lt;br /&gt;
|developer [http://www.jm-experts.com/extensions-tools/login-failed-log release statement] to ver 1.5.4&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== jNews==&lt;br /&gt;
|&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joobi.co/index.php?option=com_content&amp;amp;view=article&amp;amp;id=8560:security-release-update-to-jnews-79x&amp;amp;catid=93:jnews&amp;amp;Itemid=225 statement to version  7.9.1] 151112&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Joombah Jobs    ==&lt;br /&gt;
|Upload restriction issues&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joombah.com/home/item/joombah-jobs-security-release-update-now statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== commedia    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|231012&lt;br /&gt;
|developer update [http://www.ecolora.com/index.php/15-commedia-a-mp3browser-new/77-commedia-3-2-is-not-vulnerable#english statement to version 3.2] 271012&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Kunena ==&lt;br /&gt;
|SQLi + ID&lt;br /&gt;
|221012&lt;br /&gt;
|Developer states [http://www.kunena.org/forum/announcement/id-52 current version not exploitable] by reported methods&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Icagenda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|Developer  [http://www.joomlic.com/en/extensions/icagenda   statement for 1.2.9] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JTag [joomlatag]   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==   Freestyle Support  ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|developer update [http://freestyle-joomla.com/help/announcements?announceid=60 statement 251012]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ACEFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|AceFTP 2.0.0 released. Developer [http://www.joomace.net/blog/aceftp/aceftp-200-has-been-released statement] 101012&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  MijoFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|*''reported fixed prior to notification''*&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  spider calendar lite   ==&lt;br /&gt;
|RFI &lt;br /&gt;
|180912&lt;br /&gt;
|developer release version 1.5 [http://web-dorado.com/products/joomla-calendar-module.html  version]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RokModule   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|Rereported 180912&lt;br /&gt;
|Developer states: no known exploits for our current versions [http://www.rockettheme.com/extensions-downloads/free/1012-rokmodule of RokModule Joomla 2.5 - v1.3 Joomla 1.5 - v1.4]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ICagenda   ==&lt;br /&gt;
| SQLi&lt;br /&gt;
|developer [http://www.joomlic.com/en/extensions/icagenda security release] - v1.2.1&lt;br /&gt;
|080912&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  En Masse cart   ==&lt;br /&gt;
|RFI&lt;br /&gt;
|060812&lt;br /&gt;
|Developer upgrade statement [http://www.matamko.com/news-update/14-en-masse-releases/142-announcement-for-security-release-enmasse-313.html   to 3.1.3]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   JCE (joomla content editor)  ==&lt;br /&gt;
|Upload Restriction &amp;lt;2.2.4 &lt;br /&gt;
|050812&lt;br /&gt;
|Developer states current version not exploitable &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RSGallery2  ==&lt;br /&gt;
|SQLi XSS&lt;br /&gt;
| 31 07 12&lt;br /&gt;
|Devleoper statement versions 3.2.0 for Joomla 2.5 and version 2.3.0 for Joomla 1.5  [http://www.rsgallery2.nl/topicseen./announcements/rsgallery2_3.2.0_and_2.3.0_released_16845.msg44046.html released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  osproperty   ==&lt;br /&gt;
|Unrestricted uploads&lt;br /&gt;
|160712&lt;br /&gt;
|Developer release [http://joomservices.com/components/ossolution-property.html version  2.0.3] 180712&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== KSAdvertiser     ==&lt;br /&gt;
| RFI &lt;br /&gt;
|160712&lt;br /&gt;
|The security update version 1.5.72 advise can be found here:&lt;br /&gt;
[http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=251:kiss-advertiser-sicherheitsupdate&amp;amp;catid=69&amp;amp;Itemid=361&amp;amp;lang=de German] [http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=252:kiss-advertiser-security-update&amp;amp;catid=21&amp;amp;Itemid=362&amp;amp;lang=en English]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Shipping by State for Virtuemart   ==&lt;br /&gt;
|elevated permissions (http://web-expert.gr/en)&lt;br /&gt;
|160612&lt;br /&gt;
| [http://web-expert.gr/en/commersial/virtuemart-shipping-by-state-component Upgrade to v2.5 download] commercial product 300612&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ownbiblio 1.5.3   ==&lt;br /&gt;
|SQLi + &lt;br /&gt;
|250512&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  Ninjaxplorer &amp;lt;=1.0.6   ==&lt;br /&gt;
|developer notification&lt;br /&gt;
|250412&lt;br /&gt;
|developer statement [http://ninjaforge.com/blog/318-security-vulnerability-discovered-in-ninjaxplorer-upgrade-immediately upgrade to 1.0.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Phoca Fav Icon    ==&lt;br /&gt;
|Permissions Rewrite&lt;br /&gt;
|150412&lt;br /&gt;
| [http://www.phoca.cz/news/30-phoca-news/633-phoca-favicon-203-released developer update 2.0.3 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  estateagent improved   ==&lt;br /&gt;
|sqli (eaimproved.eu)&lt;br /&gt;
|110412&lt;br /&gt;
|developer states previous version, not current version&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  bearleague   ==&lt;br /&gt;
|110412&lt;br /&gt;
|sql &lt;br /&gt;
|(no longer maintained)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JLive! Chat v4.3.1   ==&lt;br /&gt;
|DT &lt;br /&gt;
|060412&lt;br /&gt;
|Developer reports [http://www.cmsfruit.com/security-measures.html  as unproven]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   virtuemart 2.0.2  ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|050412&lt;br /&gt;
|developers [http://virtuemart.net/news/list-all-news/417-happy-easter-new-virtuemart-204-released-security-update-sqli release statement]Current version 2.0.6 released&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JE testimonial    ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|230312&lt;br /&gt;
|Developer states '''malicious report.'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JaggyBlog   ==&lt;br /&gt;
|excessive file permission &lt;br /&gt;
|090212&lt;br /&gt;
|version 1.3.1 [http://www.jaggysnake.co.uk/products/jaggyblog released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Quickl Form   ==&lt;br /&gt;
|xss&lt;br /&gt;
|260112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  com_advert   ==&lt;br /&gt;
|sqli - unknown developer&lt;br /&gt;
|240112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla Discussions Component    ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|Discussions 1.4.1 released  [http://www.codingfish.com/news/38-joomla/101-discussions-141-released developer statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== HD Video Share (contushdvideoshare)  ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|updated [http://www.hdvideoshare.net version 2.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== January 2011 - Jan 2012  Reported Vulnerable Extensions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions either in the [[jforum:432]] security topic clearly marked with the first word in the title being ''Vulnerable Report'' where the security moderators or JSST team will respond or via email to the VEL team. For a guide to the [http://docs.joomla.org/Vulnerable_Extensions_List#Codes_used codes]&lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Dshop    ==&lt;br /&gt;
|sqli (possibly dhrusya.com)&lt;br /&gt;
|201111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  QContacts 1.0.6   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|131211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jobprofile  1.0 ==&lt;br /&gt;
|  SQL Injection Vulnerability&lt;br /&gt;
|051211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JX Finder 2.0.1   ==&lt;br /&gt;
| XSS Vulnerabilities&lt;br /&gt;
|011211&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  wdbanners   ==&lt;br /&gt;
|Unknown Exploit&lt;br /&gt;
|301111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  JB Captify Content  J1.5 and J1.7     ==&lt;br /&gt;
|Security checks missing -Versions prior to JB_mod_captifyContent_J1.5_J1.7_1.0.1.zip&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [http://joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JB Microblog   ==&lt;br /&gt;
|Security checks missing - J1.7 only. Versions prior to 1.10.3 &lt;br /&gt;
|14111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Slideshow &amp;lt;3.5.1,   ==&lt;br /&gt;
|Security checks missing&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Bamboobox   ==&lt;br /&gt;
|Security checks missing - J1.5 all versions prior to 1.2.2 &lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  RokModule    ==&lt;br /&gt;
|SQLI - exploits     RokStock RokWeather RokNewspager&lt;br /&gt;
|121111&lt;br /&gt;
|developer release statement [http://www.rockettheme.com/blog/extensions/1300-important-security-vulnerability-fixed    RokModule v1.3 for Joomla 1.7   RokModule v1.4 for Joomla 1.5]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  hm community   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
|011111&lt;br /&gt;
|developer release [http://joomlaextensions.co.in/product/HM-Community 1.01]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Alameda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|01111&lt;br /&gt;
|developer statement [http://www.blueflyingfish.com/alameda/index.php?option=com_content&amp;amp;view=category&amp;amp;id=5&amp;amp;Itemid=28 and Latest version number v1.0.1.]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Techfolio 1.0    ==&lt;br /&gt;
|Techfolio 1.0 SQLI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Barter Sites 1.3  ==&lt;br /&gt;
|Barter Sites 1.3 SQL Injection &amp;amp; Persistent XSS vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer [http://my.barter-sites.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=6&amp;amp;Itemid=25 release 1.3.1] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Jeema SMS 3.2  ==&lt;br /&gt;
|Jeema SMS 3.2 Multiple Vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer resolution notice [http://jeema.net/about-us/securty-releases.html for 3.5.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Vik Real Estate 1.0   ==&lt;br /&gt;
|Vik Real Estate 1.0  Multiple Blind SqlI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== yj contact    ==&lt;br /&gt;
|LFI (youjoomla contact)&lt;br /&gt;
|241011&lt;br /&gt;
|developer update statement [http://www.youjoomla.com/yj-contact-us-1.0.1-released.html 261011]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   NoNumber Framework  ==&lt;br /&gt;
| Advanced Module Manager * AdminBar Docker * Add to Menu * Articles Anywhere * What? Nothing!* Tooltips* Tabber* Sourcerer* Slider* Timed Styles* Modules Anywhere* Modalizer* ReReplacer* Snippets* DB Replacer* CustoMenu* Content Templater* CDN for Joomla!* Cache Cleaner* Better Preview&lt;br /&gt;
|181011&lt;br /&gt;
|see http://feeds.feedburner.com/nonumber/news for updates of various extensions&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Time Returns    ==&lt;br /&gt;
|SQLi takeaweb.it&lt;br /&gt;
|151011&lt;br /&gt;
|No longer developed. New version 2.0.1 for Joomla 1.6/1.7 (old version are no longer supported) http://www.takeaweb.it&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|300811&lt;br /&gt;
|developer advice [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64&amp;amp;Itemid=59 page] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jumi    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|300811&lt;br /&gt;
|Developer states proper use of joomla administration/extension documentation reading&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla content editor    ==&lt;br /&gt;
|JCE lfi/rfi vulnerability&lt;br /&gt;
|&lt;br /&gt;
|JCE 2.0.11 and JCE 1.5.7.14 [http://www.joomlacontenteditor.net/news/item/jce-2011-released have been released]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Google Website Optimizer  ==&lt;br /&gt;
|Numerous vulnerabilities. Website Optimizer, Pearl Group&lt;br /&gt;
|290811&lt;br /&gt;
|developer update [http://www.pearl-group.com/optimizer-changelog statement to ver. 1.4.0] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Almond Classifieds   ==&lt;br /&gt;
|777 Folder settings (all folders it uses are set to 777 including previously 755 locked folders) &lt;br /&gt;
|260811&lt;br /&gt;
|developer resolution [http://www.almondsoft.com/acj/ notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== joomtouch    ==&lt;br /&gt;
|LFI/RFI&lt;br /&gt;
|180811&lt;br /&gt;
|developers [http://www.joomtouch.com/ultime/4-risolta-la-vulnerabilita-di-joomtouch.html resolution notice  1.0.3]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RAXO All-mode PRO   ==&lt;br /&gt;
|Timthumb  RFI &lt;br /&gt;
|110811&lt;br /&gt;
|[http://raxo.org/forum/viewtopic.php?f=2&amp;amp;t=60#p2056 developer upgrade 1.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  V-portfolio   ==&lt;br /&gt;
|DT - open folders&lt;br /&gt;
|110811&lt;br /&gt;
| [http://vsmart-extensions.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=61 developer resolution statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== obSuggest    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|310711&lt;br /&gt;
|developer [http://foobla.com/news/latest/obsuggest-1.8-security-release.html release statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple Page    ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|developer update [http://omar84.com/latest-news/65-simple-page-options-1517-security-release statement] v1.5.17 has been released&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/components/je-story-submit.html devloper security update] notice to ver 1.9&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   appointment booking pro  ==&lt;br /&gt;
|LFI 22071&lt;br /&gt;
|&lt;br /&gt;
|[http://appointmentbookingpro.com/index.php?option=com_kunena&amp;amp;Itemid=66&amp;amp;func=view&amp;amp;catid=25&amp;amp;id=8129#8129 developer update security announcement] Current 2.0.1 and 1.4.x versions, are '''not''' vulnerable,&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  acajoom   ==&lt;br /&gt;
|xss (admin permission required)&lt;br /&gt;
|220711&lt;br /&gt;
|updated to 5.20&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  gTranslate   ==&lt;br /&gt;
|ID - &lt;br /&gt;
|220711&lt;br /&gt;
|[http://edo.webmaster.am/gtranslate-changelog developer security release] 1.5 x.25 and 1.6 x.26.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  alpharegistration    ==&lt;br /&gt;
|http://www.alphaplug.com/ Please contact the developer for any questions on this extension&lt;br /&gt;
|170711 220711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jforce    ==&lt;br /&gt;
|DT - &lt;br /&gt;
|170711&lt;br /&gt;
| [http://www.jforce.com/blog/270-jforce-security-release.html developer states The new version number v1.5r1362 resolves the problem] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Flash Magazine Deluxe Joomla   ==&lt;br /&gt;
|ID [http://www.joomplace.com/joomla-components/flash-magazine-deluxe-component.html multiple vulnerabilities]&lt;br /&gt;
|170711&lt;br /&gt;
|[http://www.joomplace.com/news-blog/flashmagazine-deluxe-2-1-4-security-release.html developer release] 2.1.4&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== AVreloaded    ==&lt;br /&gt;
|SQLi - version 1.2.6&lt;br /&gt;
|150711&lt;br /&gt;
|[http://allvideos.fritz-elfert.de/ 1.2.7 released developer release statement 160711] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  Sobi   ==&lt;br /&gt;
|SQLI - &lt;br /&gt;
|130711&lt;br /&gt;
|[http://www.sigsiu.net/changelog developer fix and update statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  fabrik   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|120711&lt;br /&gt;
|[http://fabrikar.com/downloads/details/36/89 Developers Update statement 2.1]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  xmap   ==&lt;br /&gt;
|sqli 1.2.11 &lt;br /&gt;
|120711&lt;br /&gt;
|upgrade to 1.2.12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Atomic Gallery     ==&lt;br /&gt;
|Creates 777 folders [http://www.atomicon.nl/atomicongallery Atomic gallery] &lt;br /&gt;
|110711&lt;br /&gt;
|developer [http://www.atomicon.nl/atomicongallery#changelog release statement/changelog]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  myApi   ==&lt;br /&gt;
|ID [http://extensions.joomla.org/component/mtree/social-web/facebook-integration/11624 Contains &amp;quot;Call-Home&amp;quot; function. Sends private user information to developer.] &lt;br /&gt;
|020711&lt;br /&gt;
|[http://www.myapi.co.uk/ Developer states Use version 1.3.4.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  mdigg   ==&lt;br /&gt;
|SQL I (not listed in JED)&lt;br /&gt;
|020711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Calc Builder   ==&lt;br /&gt;
|sqli + ID&lt;br /&gt;
|180611&lt;br /&gt;
| [http://components.moonsoft.es/downloadcalcbuilder  dev security release 0.0.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Cool Debate    ==&lt;br /&gt;
|Cool Debate 1.03 LFI&lt;br /&gt;
|&lt;br /&gt;
| version [http://www.acoolsip.com/development/a-cool-debate.html 1.0.8 released.] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Scriptegrator Plugin 1.5.5==&lt;br /&gt;
|LFI&lt;br /&gt;
|140611&lt;br /&gt;
| [http://www.greatjoomla.com/news/index.html  Update - Core Design Scriptegrator plugin 2.0.9 &amp;amp;] 1.5.6&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Joomnik Gallery   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/joomnik/ developer update to 0.9.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JMS fileseller   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|0611&lt;br /&gt;
|[http://joommasters.com/commercial-extensions/components/jms-fileseller.html developer upgrade announcement to v1.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sh404SEF   ==&lt;br /&gt;
|low-level XSS security issue&lt;br /&gt;
|300511&lt;br /&gt;
|[http://dev.anything-digital.com/Forum/Announcements/11147-sh404SEF-2.2.6-now-available-for-Joomla-1.5/ Dev upgrade statement to 2.2.6]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story submit    ==&lt;br /&gt;
|LFI/RFI &lt;br /&gt;
|&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/modules/je-content-menu.html?page=shop.product_details&amp;amp;flypage=flypage.tpl&amp;amp;product_id=77&amp;amp;category_id=13&amp;amp;vmcchk=1 developer states Version 1.8]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   FCKeditor   ==&lt;br /&gt;
|File Upload Vulnerability&lt;br /&gt;
|230511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== KeyCaptcha    ==&lt;br /&gt;
|ID &lt;br /&gt;
|190511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ask A Question AddOn v1.1   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|160511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Global Flash Gallery     ==&lt;br /&gt;
|flash-gallery.com xss &lt;br /&gt;
|130511&lt;br /&gt;
|[http://flash-gallery.com/help/joomla-extension/faq/security-update-0.5.0/ dev release 0.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== com_google     ==&lt;br /&gt;
|LFI [http://freejoomlacomponent.appspot.com/ com_google]&lt;br /&gt;
|080511&lt;br /&gt;
|[http://freejoomlacomponent.appspot.com/securityrelease.html devs update to 1.5.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  docman   ==&lt;br /&gt;
|com-docman Input Validation Error &lt;br /&gt;
|160511&lt;br /&gt;
|[http://forum.joomla.org/viewtopic.php?p=2502904#p2502904 devs resolution statement, report for old version]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Newsletter Subscriber    ==&lt;br /&gt;
|XSS &lt;br /&gt;
|120511&lt;br /&gt;
|[http://mavrosxristoforos.com/joomla-extensions/free/newsletter-subscriber Deveopler update]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Akeeba   ==&lt;br /&gt;
|akkeba backup and joomlapack&lt;br /&gt;
|170411&lt;br /&gt;
|[https://www.akeebabackup.com/home/item/1091-akeeba-backup-3-2-7.html dev update to 3.2.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Facebook Graph Connect   ==&lt;br /&gt;
|SID. call home device with user credentials&lt;br /&gt;
|120411&lt;br /&gt;
|[http://www.sikkimonline.info/security-notice dev update notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== booklibrary    ==&lt;br /&gt;
|SQLi ordasoft booklibrary&lt;br /&gt;
|180311&lt;br /&gt;
|[http://ordasoft.com/Book-Library/security-upgrade-instructions-for-book-library.html developer upgrade instructions]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== semantic    ==&lt;br /&gt;
|com semantic http://www.scms.es/joomla creates hidden admin users &lt;br /&gt;
|150311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JOMSOCIAL 2.0.x 2.1.x   ==&lt;br /&gt;
|SID, open folders&lt;br /&gt;
|120311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  flexicontent   ==&lt;br /&gt;
|forced 777, malicious files &lt;br /&gt;
|250311&lt;br /&gt;
|[http://www.flexicontent.org/home/item/192-flexicontent-154-is-finally-out.html devs resolve statement], [http://www.flexicontent.org/downloads/latest-version.html Changelog]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== jLabs Google Analytics Counter     ==&lt;br /&gt;
|jLabs Google Analytics Counter  SID&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  xcloner   ==&lt;br /&gt;
|Unspecified&lt;br /&gt;
|260211&lt;br /&gt;
|[http://www.xcloner.com/xcloner-news/important-security-upgrade/ dev announcement of security release]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== smartformer    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|230211 (repeat of 041110)&lt;br /&gt;
|[http://www.itoris.com/joomla-form-builder-smartformer.html v2.4.1 security fix for Joomla 1.5.x]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== xmap 1.2.10    ==&lt;br /&gt;
|Malicious payload in zip&lt;br /&gt;
|230211&lt;br /&gt;
|[http://joomla.vargas.co.cr/en/news/4-xmap/95-security-notice developer resolution notic]e Clean version available from [http://joomlacode.org/gf/project/xmap/frs/ joomlacode] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Frontend-User-Access 3.4.1  ==&lt;br /&gt;
|Frontend-User-Access 3.4.1 from http://www.pages-and-items.com LFI&lt;br /&gt;
|030211&lt;br /&gt;
|update to [http://extensions.joomla.org/extensions/access-a-security/frontend-access-control/6874 Frontend-User-Access 3.4.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  com properties 7134   ==&lt;br /&gt;
| http://com-property.com/ malicious files in script&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/property/frs/?action=FrsReleaseBrowse&amp;amp;frs_package_id=5815 Dev update statement]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  B2 Portfolio ==&lt;br /&gt;
|B2 portfolio 1.0 SQLi pulseextensions.com&lt;br /&gt;
|250111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  allcinevid   ==&lt;br /&gt;
|SQLI http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/15367&lt;br /&gt;
|220111&lt;br /&gt;
|[http://www.joomtraders.com/our-blog/allcinevid-1.0-sql-injection.html Developers resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== People Component    ==&lt;br /&gt;
|People component http://www.ptt-solution.com/vmchk/people-component.html sqli&lt;br /&gt;
|150111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jimtawl    ==&lt;br /&gt;
|Jimtawl LFI &lt;br /&gt;
|251110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Maian Media SILVER  ==&lt;br /&gt;
|Maian Media SQLi&lt;br /&gt;
|151110&lt;br /&gt;
|Developer states unproven in free edition, paid/SILVER version is being upgraded. [http://www.aretimes.com/index.php?option=com_content&amp;amp;view=category&amp;amp;layout=blog&amp;amp;id=40&amp;amp;Itemid=113 dev article]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  alfurqan  ==&lt;br /&gt;
|alfurqan 1.5 sqli&lt;br /&gt;
|151110&lt;br /&gt;
|developer update [http://forums.islamis4u.com/index.php/topic%2c83.0.html statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ccboard   ==&lt;br /&gt;
|[http://extensions.joomla.org/extensions/communication/forum/6823 ccboard XSS and SQLi]&lt;br /&gt;
|131110&lt;br /&gt;
| on my site at [http://codeclassic.org/component/content/article/1-latest-news/83-ccboard-13-released.html] Please find the respective update information&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   ProDesk v 1.5  ==&lt;br /&gt;
|LFI &lt;br /&gt;
|091110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sponsorwall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
|developer  [http://demo.pulseextensions.com/sponsor-wall.html resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Flip wall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
| developer http://demo.pulseextensions.com/flip-wall.html update notice  [http://www.example.com link title]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Freestyle FAQ 1.5.6     ==&lt;br /&gt;
|http://freestyle-joomla.com/fssdownloads/viewcategory/2 Freestyle FAQ 1.5.6 ‎SQL Injection&lt;br /&gt;
|&lt;br /&gt;
|[http://freestyle-joomla.com/index.php?announceid=43 new version (1.9.0) is available which fixes] the security issues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   iJoomla Magazine 3.0.1  ==&lt;br /&gt;
|iJoomla Magazine 3.0.1 RFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Clantools   ==&lt;br /&gt;
| &lt;br /&gt;
|http://www.joomla-clantools.de/downloads/doc_download/7-clantools-123.html clantool sqli&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jphone   ==&lt;br /&gt;
|jphone LFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  PicSell    ==&lt;br /&gt;
|[http://vm.xmlswf.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=104&amp;amp;Itemid=131Picsell LFD, 777]&lt;br /&gt;
|020910&lt;br /&gt;
|new version [http://vm.xmlswf.com/picsell released 150312]  version number 11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Zoom Portfolio   ==&lt;br /&gt;
|SID&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   zina   ==&lt;br /&gt;
|[http://www.pancake.org/zina/ SQL Injection]&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Team's   ==&lt;br /&gt;
|[http://www.joomlamo.com Teams extension] SQL Injection &lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Amblog    ==&lt;br /&gt;
|[http://robitbt.hu/jm/index.php?option=com_amdownloader&amp;amp;task=showfiles&amp;amp;pathid=8 Amblog] SQLi&lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   wmtpic  ==&lt;br /&gt;
|www.webmaster-tips.net various&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Jomtube    ==&lt;br /&gt;
|http://www.jomtube.com/ SID&lt;br /&gt;
|220710&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Rapid Recipe    ==&lt;br /&gt;
|http://www.rapid-source.com Persistent XSS Vulnerability last known fix version 1.7.2 &lt;br /&gt;
|july 10,2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Health &amp;amp; Fitness Stats   ==&lt;br /&gt;
|http://joomla-extensions.instantiate.co.uk/jcomponents/healthstats Persistent XSS Vulnerability july 10,2010 &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  staticxt   ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/edition/custom-code-in-content/2184  no version number provided&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   quickfaq  ==&lt;br /&gt;
|http://www.schlu.net sqli&lt;br /&gt;
|090710&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==    Minify4Joomla  ==&lt;br /&gt;
|http://waltercedric.com/ LFI and xss&lt;br /&gt;
|090710&lt;br /&gt;
|No longer available to download&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   IXXO Cart   ==&lt;br /&gt;
|http://www.php-shop-system.com/ SQLi LFI XSS Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|developer resolution [http://support.ixxoglobal.com/index.php?/News/NewsItem/View/22/ixxo-cart-new-release-v41190 notice] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  PaymentsPlus   ==&lt;br /&gt;
|http://paymentsplus.com.au/ 2.1.5 Blind SQL Injection Vulnerability&lt;br /&gt;
|090710 &lt;br /&gt;
|current version 2.20, 2.1.5 not listed on dev site&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ArtForms   ==&lt;br /&gt;
|http://joomlacode.org/gf/project/jartforms/ ArtForms 2.1b7.2 RC2 Multiple Remote Vulnerabilities&lt;br /&gt;
|090710&lt;br /&gt;
| Old beta extension &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  autartimonial   ==&lt;br /&gt;
|autartica.be Sqli Vulnerability&lt;br /&gt;
|060710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== eventcal 1.6.4    ==&lt;br /&gt;
|http://joomlacode.org/gf/project/eventcal/frs/ SQL I  last update 2006-12-31 on joomlacode&lt;br /&gt;
|040710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== date converter    ==&lt;br /&gt;
|http://sourceforge.net/projects/date-converter/ sqli&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== real estate    ==&lt;br /&gt;
|http://www.opensourcetechnologies.com/demos/real-estate.html RFI&lt;br /&gt;
|210610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  cinema   ==&lt;br /&gt;
|SQL injection&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Jreservation  ==&lt;br /&gt;
|http://jforjoomla.com/ SQLi Vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   joomdocs  ==&lt;br /&gt;
|http://joomclan.com/index.php/JoomDocs/ xss vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Live Chat    ==&lt;br /&gt;
|http://www.joompolitan.com/livechat.html Multiple Remote Vulnerabilities &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Turtushout 0.11    ==&lt;br /&gt;
| http://www.turtus.org.ua/files?func=fileinfo&amp;amp;id=13 SQL Injection (again)&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  BF Survey Pro Free   ==&lt;br /&gt;
|BF Survey Pro Free SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|Product marker as retired by the developer&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MisterEstate   ==&lt;br /&gt;
|http://www.misterestate.com/ Blind SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  RSMonials    ==&lt;br /&gt;
|http://www.rswebsols.com/downloads/category/14-download-rsmonials-all?download=23%3Adownload-rsmonials-component XSS Exploit&lt;br /&gt;
|190610&lt;br /&gt;
|Believed to be 1.5.1 version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Answers v2.3beta   ==&lt;br /&gt;
|Multiple Vulnerabilities http://extensions.joomla.org/extensions/communication/forum/12652&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Gallery XML 1.1   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/photos-a-images/photo-gallery/12504&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JFaq 1.2   ==&lt;br /&gt;
|JFaq 1.2 Multiple Vulnerabilities&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Listbingo 1.3   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/ads-a-affiliates/classified-ads/12062&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Alpha User Points    ==&lt;br /&gt;
|www.alphaplug.com LFI&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   recruitmentmanager  ==&lt;br /&gt;
|http://recruitment.focusdev.co.uk Upload Vulnerability&lt;br /&gt;
|130610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Info Line (MT_ILine)    ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/news-display/news-tickers-a-scrollers/8425 reports of shell scripts in download file&lt;br /&gt;
|120610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ads manager  Annonce   ==&lt;br /&gt;
|http://joomla.clubnautiquemarine.fr/ &lt;br /&gt;
Upload Vulnerability&lt;br /&gt;
| 05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  lead article    ==&lt;br /&gt;
|http://www.leadya.co.il/ SQLi&lt;br /&gt;
|050610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  djartgallery   ==&lt;br /&gt;
|http://www.design-joomla.eu Multiple Vul&lt;br /&gt;
|05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Gallery 2 Bridge    ==&lt;br /&gt;
|[http://trac.4theweb.nl/g2bridge g2bridge] LFI vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jsjobs   ==&lt;br /&gt;
|[http://www.joomsky.com jsjobs] SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Poll  ==&lt;br /&gt;
|http://slideshow.joomlaextensions.co.in/ SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MediQnA   ==&lt;br /&gt;
|MediQnA LFI vulnerability version : v1.1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Job  ==&lt;br /&gt;
|http://joomlaextensions.co.in/ LFI SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  SectionEx   ==&lt;br /&gt;
|Stack Ideas section Ex LFI&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ActiveHelper LiveHelp    ==&lt;br /&gt;
|XSS in [http://extensions.joomla.org/extensions/communication/chat/12492 LiveHelp] &lt;br /&gt;
|200510&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  JE Quotation Form   ==&lt;br /&gt;
|http://joomlaextensions.co.in/free-download/doc_download/11-je-quotation-form.html  LFI&lt;br /&gt;
|&lt;br /&gt;
|developers statement of [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form resolution]  '''note''', now known as [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form JE Quote Form] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  konsultasi   ==&lt;br /&gt;
|SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Seber Cart    ==&lt;br /&gt;
|Local File Disclosure Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|[http://www.sebercart.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=158 Developer Update 140510]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Camp26 Visitor    ==&lt;br /&gt;
|RFI www.camp26.biz&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   JE Property  ==&lt;br /&gt;
|JE Property Finder Upload Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Noticeboard  ==&lt;br /&gt;
|Noticeboard for Joomla &amp;quot;controller&amp;quot; Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==SmartSite     ==&lt;br /&gt;
|SmartSite com_smartsite Local File Inclusion Vulnerability &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  htmlcoderhelper graphics   ==&lt;br /&gt;
|htmlcoderhelper graphics v1.0.6 LFI Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
== Ultimate Portfolio    ==&lt;br /&gt;
|Ultimate Portfolio  Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Archery Scores   ==&lt;br /&gt;
| [http://lispeltuut.org/ Archery Scores (com_archeryscores) v1.0.6 LFI Vulnerability]&lt;br /&gt;
&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  ZiMB Manager   ==&lt;br /&gt;
|Joomla Component ZiMB Manager Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Matamko   ==&lt;br /&gt;
|Matamko Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Root   ==&lt;br /&gt;
|Multiple Root Local File Inclusion Vulnerability http://joomlacomponent.inetlanka.com/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Map   ==&lt;br /&gt;
|Multiple Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Contact Us Draw Root Map  ==&lt;br /&gt;
|Draw Root Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  iF surfALERT   ==&lt;br /&gt;
|[http://www.inertialfate.za.net/ iF surfALERT] Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   GBU FACEBOOK  ==&lt;br /&gt;
|GBU FACEBOOK SQL injection vulnerability http://www.gbugrafici.nl/gbufacebook/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   jnewspaper  ==&lt;br /&gt;
|jnewspaper (cid) SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
== MT Fire Eagle ==&lt;br /&gt;
&lt;br /&gt;
|LFI http://joomlacode.org/gf/project/jfireeagle/frs/ http://www.moto-treks.com&lt;br /&gt;
| 190410&lt;br /&gt;
| product considered retired and to be replaced by dev&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Sweetykeeper   ==&lt;br /&gt;
|Sweetykeeper Local File Inclusion Vulnerability  http://www.joomlacorner.com/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  jvehicles   ==&lt;br /&gt;
|SQL Injection http://jvehicles.com&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  worldrates   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  cvmaker   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  advertising   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   horoscope  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   webtv  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  diary   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Memory Book   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  JprojectMan   ==&lt;br /&gt;
|LFI http://extensions.joomla.org/extensions/communities-a-groupware/project-a-task-management/5676&lt;br /&gt;
|110410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   econtentsite  ==&lt;br /&gt;
|LFI&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    Jvehicles ==&lt;br /&gt;
|ID&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    gigcalender   ==&lt;br /&gt;
&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/calendars-a-events/events/97)http://extensions.joomla.org/extensions/calendars-a-events/events/97 gigcalender]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    heza content   ==&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427)http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427  heza content]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  SqlReport   ==&lt;br /&gt;
|Sqlreport has a sql/RFI exploit. awaiting confirmation on exact developer.&lt;br /&gt;
|Feb 20&lt;br /&gt;
|'''Not Known'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Yelp ==&lt;br /&gt;
| SQLi - Unable to locate developer. Possibly a custom extension.&lt;br /&gt;
|Feb 01 &lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; | '''  Not Known'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''This list is change protected, for updates or additions [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=87230 lafrance] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD]&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
== Codes used ==&lt;br /&gt;
SQLi - SQL injection [http://en.wikipedia.org/wiki/Code_injection#SQL_injection wikipedia]&lt;br /&gt;
&lt;br /&gt;
LFI - Local File Inclusion [http://www.scribd.com/doc/6498408/Remote-and-Local-File-Inclusion-Explained scribd]&lt;br /&gt;
&lt;br /&gt;
RFI - Remote file inclusion [http://en.wikipedia.org/wiki/Remote_File_Inclusion wikipedia]&lt;br /&gt;
&lt;br /&gt;
DT - Directory Traversal [http://en.wikipedia.org/wiki/Directory_traversal wikipedia] (incl 777 folders)&lt;br /&gt;
&lt;br /&gt;
ID = Information Disclosure: account information or sensitive information publicly viewable, or passed to 3rd party without knowledge&lt;br /&gt;
&lt;br /&gt;
== Future Actions &amp;amp; WIP ==&lt;br /&gt;
&lt;br /&gt;
[http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions RSS feed] completed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to feed VEL direct to twitter&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The RSS feed is currently fed by item entry order and not by date fixed. &lt;br /&gt;
List as discussed in  [[jtopic:455746]] by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD] editing by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Security]]&lt;br /&gt;
[[Category:Component Management]]&lt;/div&gt;</summary>
		<author><name>Mandville</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Vulnerable_Extensions_List</id>
		<title>Vulnerable Extensions List</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Vulnerable_Extensions_List"/>
				<updated>2013-05-19T17:45:01Z</updated>
		
		<summary type="html">&lt;p&gt;Mandville: /* Check and Report. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
{{notice|This document has now been replaced by the website at [http://vel.joomla.org/ vel.joomla.org from 1st May 2013]&lt;br /&gt;
Please refer to there for the latest updates}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ***all wiki editors*** - do NOT touch without notice   --&amp;gt;&lt;br /&gt;
'''List prior to Jnuary 2011 ([[Archived vel|now archived]])''' Please check here also. &lt;br /&gt;
&amp;lt;!-- if you have altered the above line then revert your changes and contact me   --&amp;gt;&lt;br /&gt;
Please also check the [[Investigation of exploits|Extension Investigation List]].&lt;br /&gt;
 &lt;br /&gt;
== Check and Report.  ==&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
{{notice|small=yes|image=Stop hand nuvola.svg&lt;br /&gt;
  |header=Procedure change|All reports are now to be made via vel.joomla.org}}&lt;br /&gt;
Report Vulnerable extensions in the [http://vel.joomla.org vel website]&lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
== How to use this list ==&lt;br /&gt;
'''Items will be removed after a suitable period and not on resolution.'''&lt;br /&gt;
{{notice|This document has now been replaced by the website at [http://vel.joomla.org/ vel.joomla.org from 1st May 2013]&lt;br /&gt;
Please refer to there for the latest updates}}&lt;br /&gt;
&lt;br /&gt;
All known vulnerable extensions are the listed in the first column &amp;quot;Extension&amp;quot;. Any in a &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;red box &amp;lt;/span&amp;gt;are where we have not been given a fix. Any in a &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;turquoise box&amp;lt;/span&amp;gt; contain a link to the notice about an &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;update with link.&amp;lt;/span&amp;gt; Any that are in an uncolored box are a &amp;quot;Contact the Developer About This Extension&amp;quot;.&lt;br /&gt;
Alert Advisory details are in the center column.&lt;br /&gt;
If the &amp;quot;Extension Update Link &amp;amp; Date Column has &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;'''Not Known''' &amp;lt;/span&amp;gt; then it is where no update is known.&lt;br /&gt;
&lt;br /&gt;
'''This list is compiled from found information and may not be an up to date accurate list''' ''We do '''NOT''' promise to test or validate these reports. We do '''NOT''' guarantee the quality or effectiveness of any updates reported to us or listed here.''&lt;br /&gt;
To sign up for the feed please [http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions follow this link]&lt;br /&gt;
* We do not list BETA products, or extensions for J1.0.x&lt;br /&gt;
&lt;br /&gt;
== Developers - How to get yourself removed from the VEL ==&lt;br /&gt;
&lt;br /&gt;
Resolved items will be removed after a suitable period and not on resolution&lt;br /&gt;
&lt;br /&gt;
Please solve the issues and:&lt;br /&gt;
&lt;br /&gt;
* '''If JED listed''' &lt;br /&gt;
&lt;br /&gt;
To have your extension republished, please follow these steps:&lt;br /&gt;
&lt;br /&gt;
1- Solve the issues.&lt;br /&gt;
&lt;br /&gt;
2- Attach the new zip file at your actual JED listing.&lt;br /&gt;
&lt;br /&gt;
3- Change the extension version at JED listing.&lt;br /&gt;
&lt;br /&gt;
4- Make sure to include a notice in the JED description to the fact that the new release is a &amp;quot;Security Release&amp;quot; and those who use the extension should upgrade immediately.&lt;br /&gt;
&lt;br /&gt;
5- Email the VEL team with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website&lt;br /&gt;
&lt;br /&gt;
6- Create a [http://bit.ly/velunlist JED listing owner ticket] to the JED with a notice and ask that your listing be republished. Include the full details of your new version number and security notice page&lt;br /&gt;
&lt;br /&gt;
VEL email can be found above and the JED support link is in your notice of &amp;quot;unpublication&amp;quot; [http://extensions.joomla.org/component/maqmahelpdesk/ and here] &lt;br /&gt;
&lt;br /&gt;
* '''If not JED listed.''' &lt;br /&gt;
Inform us by '''email''' with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website.&lt;br /&gt;
&lt;br /&gt;
== January 2012 and onwards Reported Vulnerable Extensions ==&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  civic crm 422==&lt;br /&gt;
|upload exploit /RFI&lt;br /&gt;
|260413&lt;br /&gt;
|developer http://civicrm.org/category/civicrm-blog-categories/civicrm-v43 release 4.3.1&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  alfcontact ==&lt;br /&gt;
|xss&lt;br /&gt;
|230413&lt;br /&gt;
|developer release [http://www.alfsoft.com statement on ALFContact v2.0.8 for J!2.5 ALFContact v3.1.4 for J!3]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  aiContactSafe 2.0.19 ==&lt;br /&gt;
|xss&lt;br /&gt;
|160413&lt;br /&gt;
|developer release statement  [http://www.algisinfo.com/en/home-bottom/41-xss-in-aicontactsafe.html for version 2.0.21] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RSfiles==&lt;br /&gt;
|SQL&lt;br /&gt;
|180313&lt;br /&gt;
|developer release statement  [http://www.rsjoomla.com/support/documentation/view-knowledgebase/141-changelog.html for version 12] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  1.6.8 update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Collector    ==&lt;br /&gt;
|Various [steevo.fr]&lt;br /&gt;
|230113&lt;br /&gt;
|developer update [http://www.steevo.fr/en/component/content/article/41-release-051 statement to] 0.5.1 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  tz guestbook   ==&lt;br /&gt;
|Various &lt;br /&gt;
|100113&lt;br /&gt;
|developer release statement [http://www.templaza.com/item/256-tz-guestbook-v1-1-2-security-release for 1.1.2]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== extplorer    ==&lt;br /&gt;
| 2.1.2, 2.1.1, 2.1.0 and 2.1.0RC5 are vulnerable to an authentication bypass&lt;br /&gt;
|251212&lt;br /&gt;
|developer [http://extplorer.net/news/12  update to 2.1.3 statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JooProperty    ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|101212&lt;br /&gt;
|developer release new version 1.13.1 -  [http://jooproperty.com/en/forum/last-jooproperty-release/277-important-security-fix-released-please-update.html#277 upgrade notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ag google analytic    ==&lt;br /&gt;
|Various&lt;br /&gt;
|061212&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== sh404sef &amp;lt;3.7.0 ==&lt;br /&gt;
|Undisclosed sh404SEF 3.4.x, 3.5.x, 3.6.x for Joomla 2.5&lt;br /&gt;
|26112&lt;br /&gt;
|developer [http://anything-digital.com/sh404sef/news/releases/sh404sef-3_7_0_1485-released.html statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Login Failed Log     ==&lt;br /&gt;
|23112&lt;br /&gt;
|ID - information disclosure&lt;br /&gt;
|developer [http://www.jm-experts.com/extensions-tools/login-failed-log release statement] to ver 1.5.4&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== jNews==&lt;br /&gt;
|&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joobi.co/index.php?option=com_content&amp;amp;view=article&amp;amp;id=8560:security-release-update-to-jnews-79x&amp;amp;catid=93:jnews&amp;amp;Itemid=225 statement to version  7.9.1] 151112&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Joombah Jobs    ==&lt;br /&gt;
|Upload restriction issues&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joombah.com/home/item/joombah-jobs-security-release-update-now statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== commedia    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|231012&lt;br /&gt;
|developer update [http://www.ecolora.com/index.php/15-commedia-a-mp3browser-new/77-commedia-3-2-is-not-vulnerable#english statement to version 3.2] 271012&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Kunena ==&lt;br /&gt;
|SQLi + ID&lt;br /&gt;
|221012&lt;br /&gt;
|Developer states [http://www.kunena.org/forum/announcement/id-52 current version not exploitable] by reported methods&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Icagenda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|Developer  [http://www.joomlic.com/en/extensions/icagenda   statement for 1.2.9] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JTag [joomlatag]   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==   Freestyle Support  ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|developer update [http://freestyle-joomla.com/help/announcements?announceid=60 statement 251012]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ACEFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|AceFTP 2.0.0 released. Developer [http://www.joomace.net/blog/aceftp/aceftp-200-has-been-released statement] 101012&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  MijoFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|*''reported fixed prior to notification''*&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  spider calendar lite   ==&lt;br /&gt;
|RFI &lt;br /&gt;
|180912&lt;br /&gt;
|developer release version 1.5 [http://web-dorado.com/products/joomla-calendar-module.html  version]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RokModule   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|Rereported 180912&lt;br /&gt;
|Developer states: no known exploits for our current versions [http://www.rockettheme.com/extensions-downloads/free/1012-rokmodule of RokModule Joomla 2.5 - v1.3 Joomla 1.5 - v1.4]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ICagenda   ==&lt;br /&gt;
| SQLi&lt;br /&gt;
|developer [http://www.joomlic.com/en/extensions/icagenda security release] - v1.2.1&lt;br /&gt;
|080912&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  En Masse cart   ==&lt;br /&gt;
|RFI&lt;br /&gt;
|060812&lt;br /&gt;
|Developer upgrade statement [http://www.matamko.com/news-update/14-en-masse-releases/142-announcement-for-security-release-enmasse-313.html   to 3.1.3]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   JCE (joomla content editor)  ==&lt;br /&gt;
|Upload Restriction &amp;lt;2.2.4 &lt;br /&gt;
|050812&lt;br /&gt;
|Developer states current version not exploitable &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RSGallery2  ==&lt;br /&gt;
|SQLi XSS&lt;br /&gt;
| 31 07 12&lt;br /&gt;
|Devleoper statement versions 3.2.0 for Joomla 2.5 and version 2.3.0 for Joomla 1.5  [http://www.rsgallery2.nl/topicseen./announcements/rsgallery2_3.2.0_and_2.3.0_released_16845.msg44046.html released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  osproperty   ==&lt;br /&gt;
|Unrestricted uploads&lt;br /&gt;
|160712&lt;br /&gt;
|Developer release [http://joomservices.com/components/ossolution-property.html version  2.0.3] 180712&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== KSAdvertiser     ==&lt;br /&gt;
| RFI &lt;br /&gt;
|160712&lt;br /&gt;
|The security update version 1.5.72 advise can be found here:&lt;br /&gt;
[http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=251:kiss-advertiser-sicherheitsupdate&amp;amp;catid=69&amp;amp;Itemid=361&amp;amp;lang=de German] [http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=252:kiss-advertiser-security-update&amp;amp;catid=21&amp;amp;Itemid=362&amp;amp;lang=en English]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Shipping by State for Virtuemart   ==&lt;br /&gt;
|elevated permissions (http://web-expert.gr/en)&lt;br /&gt;
|160612&lt;br /&gt;
| [http://web-expert.gr/en/commersial/virtuemart-shipping-by-state-component Upgrade to v2.5 download] commercial product 300612&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ownbiblio 1.5.3   ==&lt;br /&gt;
|SQLi + &lt;br /&gt;
|250512&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  Ninjaxplorer &amp;lt;=1.0.6   ==&lt;br /&gt;
|developer notification&lt;br /&gt;
|250412&lt;br /&gt;
|developer statement [http://ninjaforge.com/blog/318-security-vulnerability-discovered-in-ninjaxplorer-upgrade-immediately upgrade to 1.0.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Phoca Fav Icon    ==&lt;br /&gt;
|Permissions Rewrite&lt;br /&gt;
|150412&lt;br /&gt;
| [http://www.phoca.cz/news/30-phoca-news/633-phoca-favicon-203-released developer update 2.0.3 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  estateagent improved   ==&lt;br /&gt;
|sqli (eaimproved.eu)&lt;br /&gt;
|110412&lt;br /&gt;
|developer states previous version, not current version&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  bearleague   ==&lt;br /&gt;
|110412&lt;br /&gt;
|sql &lt;br /&gt;
|(no longer maintained)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JLive! Chat v4.3.1   ==&lt;br /&gt;
|DT &lt;br /&gt;
|060412&lt;br /&gt;
|Developer reports [http://www.cmsfruit.com/security-measures.html  as unproven]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   virtuemart 2.0.2  ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|050412&lt;br /&gt;
|developers [http://virtuemart.net/news/list-all-news/417-happy-easter-new-virtuemart-204-released-security-update-sqli release statement]Current version 2.0.6 released&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JE testimonial    ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|230312&lt;br /&gt;
|Developer states '''malicious report.'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JaggyBlog   ==&lt;br /&gt;
|excessive file permission &lt;br /&gt;
|090212&lt;br /&gt;
|version 1.3.1 [http://www.jaggysnake.co.uk/products/jaggyblog released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Quickl Form   ==&lt;br /&gt;
|xss&lt;br /&gt;
|260112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  com_advert   ==&lt;br /&gt;
|sqli - unknown developer&lt;br /&gt;
|240112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla Discussions Component    ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|Discussions 1.4.1 released  [http://www.codingfish.com/news/38-joomla/101-discussions-141-released developer statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== HD Video Share (contushdvideoshare)  ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|updated [http://www.hdvideoshare.net version 2.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== January 2011 - Jan 2012  Reported Vulnerable Extensions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions either in the [[jforum:432]] security topic clearly marked with the first word in the title being ''Vulnerable Report'' where the security moderators or JSST team will respond or via email to the VEL team. For a guide to the [http://docs.joomla.org/Vulnerable_Extensions_List#Codes_used codes]&lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Dshop    ==&lt;br /&gt;
|sqli (possibly dhrusya.com)&lt;br /&gt;
|201111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  QContacts 1.0.6   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|131211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jobprofile  1.0 ==&lt;br /&gt;
|  SQL Injection Vulnerability&lt;br /&gt;
|051211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JX Finder 2.0.1   ==&lt;br /&gt;
| XSS Vulnerabilities&lt;br /&gt;
|011211&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  wdbanners   ==&lt;br /&gt;
|Unknown Exploit&lt;br /&gt;
|301111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  JB Captify Content  J1.5 and J1.7     ==&lt;br /&gt;
|Security checks missing -Versions prior to JB_mod_captifyContent_J1.5_J1.7_1.0.1.zip&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [http://joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JB Microblog   ==&lt;br /&gt;
|Security checks missing - J1.7 only. Versions prior to 1.10.3 &lt;br /&gt;
|14111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Slideshow &amp;lt;3.5.1,   ==&lt;br /&gt;
|Security checks missing&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Bamboobox   ==&lt;br /&gt;
|Security checks missing - J1.5 all versions prior to 1.2.2 &lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  RokModule    ==&lt;br /&gt;
|SQLI - exploits     RokStock RokWeather RokNewspager&lt;br /&gt;
|121111&lt;br /&gt;
|developer release statement [http://www.rockettheme.com/blog/extensions/1300-important-security-vulnerability-fixed    RokModule v1.3 for Joomla 1.7   RokModule v1.4 for Joomla 1.5]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  hm community   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
|011111&lt;br /&gt;
|developer release [http://joomlaextensions.co.in/product/HM-Community 1.01]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Alameda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|01111&lt;br /&gt;
|developer statement [http://www.blueflyingfish.com/alameda/index.php?option=com_content&amp;amp;view=category&amp;amp;id=5&amp;amp;Itemid=28 and Latest version number v1.0.1.]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Techfolio 1.0    ==&lt;br /&gt;
|Techfolio 1.0 SQLI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Barter Sites 1.3  ==&lt;br /&gt;
|Barter Sites 1.3 SQL Injection &amp;amp; Persistent XSS vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer [http://my.barter-sites.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=6&amp;amp;Itemid=25 release 1.3.1] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Jeema SMS 3.2  ==&lt;br /&gt;
|Jeema SMS 3.2 Multiple Vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer resolution notice [http://jeema.net/about-us/securty-releases.html for 3.5.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Vik Real Estate 1.0   ==&lt;br /&gt;
|Vik Real Estate 1.0  Multiple Blind SqlI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== yj contact    ==&lt;br /&gt;
|LFI (youjoomla contact)&lt;br /&gt;
|241011&lt;br /&gt;
|developer update statement [http://www.youjoomla.com/yj-contact-us-1.0.1-released.html 261011]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   NoNumber Framework  ==&lt;br /&gt;
| Advanced Module Manager * AdminBar Docker * Add to Menu * Articles Anywhere * What? Nothing!* Tooltips* Tabber* Sourcerer* Slider* Timed Styles* Modules Anywhere* Modalizer* ReReplacer* Snippets* DB Replacer* CustoMenu* Content Templater* CDN for Joomla!* Cache Cleaner* Better Preview&lt;br /&gt;
|181011&lt;br /&gt;
|see http://feeds.feedburner.com/nonumber/news for updates of various extensions&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Time Returns    ==&lt;br /&gt;
|SQLi takeaweb.it&lt;br /&gt;
|151011&lt;br /&gt;
|No longer developed. New version 2.0.1 for Joomla 1.6/1.7 (old version are no longer supported) http://www.takeaweb.it&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|300811&lt;br /&gt;
|developer advice [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64&amp;amp;Itemid=59 page] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jumi    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|300811&lt;br /&gt;
|Developer states proper use of joomla administration/extension documentation reading&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla content editor    ==&lt;br /&gt;
|JCE lfi/rfi vulnerability&lt;br /&gt;
|&lt;br /&gt;
|JCE 2.0.11 and JCE 1.5.7.14 [http://www.joomlacontenteditor.net/news/item/jce-2011-released have been released]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Google Website Optimizer  ==&lt;br /&gt;
|Numerous vulnerabilities. Website Optimizer, Pearl Group&lt;br /&gt;
|290811&lt;br /&gt;
|developer update [http://www.pearl-group.com/optimizer-changelog statement to ver. 1.4.0] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Almond Classifieds   ==&lt;br /&gt;
|777 Folder settings (all folders it uses are set to 777 including previously 755 locked folders) &lt;br /&gt;
|260811&lt;br /&gt;
|developer resolution [http://www.almondsoft.com/acj/ notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== joomtouch    ==&lt;br /&gt;
|LFI/RFI&lt;br /&gt;
|180811&lt;br /&gt;
|developers [http://www.joomtouch.com/ultime/4-risolta-la-vulnerabilita-di-joomtouch.html resolution notice  1.0.3]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RAXO All-mode PRO   ==&lt;br /&gt;
|Timthumb  RFI &lt;br /&gt;
|110811&lt;br /&gt;
|[http://raxo.org/forum/viewtopic.php?f=2&amp;amp;t=60#p2056 developer upgrade 1.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  V-portfolio   ==&lt;br /&gt;
|DT - open folders&lt;br /&gt;
|110811&lt;br /&gt;
| [http://vsmart-extensions.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=61 developer resolution statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== obSuggest    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|310711&lt;br /&gt;
|developer [http://foobla.com/news/latest/obsuggest-1.8-security-release.html release statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple Page    ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|developer update [http://omar84.com/latest-news/65-simple-page-options-1517-security-release statement] v1.5.17 has been released&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/components/je-story-submit.html devloper security update] notice to ver 1.9&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   appointment booking pro  ==&lt;br /&gt;
|LFI 22071&lt;br /&gt;
|&lt;br /&gt;
|[http://appointmentbookingpro.com/index.php?option=com_kunena&amp;amp;Itemid=66&amp;amp;func=view&amp;amp;catid=25&amp;amp;id=8129#8129 developer update security announcement] Current 2.0.1 and 1.4.x versions, are '''not''' vulnerable,&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  acajoom   ==&lt;br /&gt;
|xss (admin permission required)&lt;br /&gt;
|220711&lt;br /&gt;
|updated to 5.20&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  gTranslate   ==&lt;br /&gt;
|ID - &lt;br /&gt;
|220711&lt;br /&gt;
|[http://edo.webmaster.am/gtranslate-changelog developer security release] 1.5 x.25 and 1.6 x.26.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  alpharegistration    ==&lt;br /&gt;
|http://www.alphaplug.com/ Please contact the developer for any questions on this extension&lt;br /&gt;
|170711 220711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jforce    ==&lt;br /&gt;
|DT - &lt;br /&gt;
|170711&lt;br /&gt;
| [http://www.jforce.com/blog/270-jforce-security-release.html developer states The new version number v1.5r1362 resolves the problem] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Flash Magazine Deluxe Joomla   ==&lt;br /&gt;
|ID [http://www.joomplace.com/joomla-components/flash-magazine-deluxe-component.html multiple vulnerabilities]&lt;br /&gt;
|170711&lt;br /&gt;
|[http://www.joomplace.com/news-blog/flashmagazine-deluxe-2-1-4-security-release.html developer release] 2.1.4&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== AVreloaded    ==&lt;br /&gt;
|SQLi - version 1.2.6&lt;br /&gt;
|150711&lt;br /&gt;
|[http://allvideos.fritz-elfert.de/ 1.2.7 released developer release statement 160711] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  Sobi   ==&lt;br /&gt;
|SQLI - &lt;br /&gt;
|130711&lt;br /&gt;
|[http://www.sigsiu.net/changelog developer fix and update statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  fabrik   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|120711&lt;br /&gt;
|[http://fabrikar.com/downloads/details/36/89 Developers Update statement 2.1]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  xmap   ==&lt;br /&gt;
|sqli 1.2.11 &lt;br /&gt;
|120711&lt;br /&gt;
|upgrade to 1.2.12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Atomic Gallery     ==&lt;br /&gt;
|Creates 777 folders [http://www.atomicon.nl/atomicongallery Atomic gallery] &lt;br /&gt;
|110711&lt;br /&gt;
|developer [http://www.atomicon.nl/atomicongallery#changelog release statement/changelog]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  myApi   ==&lt;br /&gt;
|ID [http://extensions.joomla.org/component/mtree/social-web/facebook-integration/11624 Contains &amp;quot;Call-Home&amp;quot; function. Sends private user information to developer.] &lt;br /&gt;
|020711&lt;br /&gt;
|[http://www.myapi.co.uk/ Developer states Use version 1.3.4.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  mdigg   ==&lt;br /&gt;
|SQL I (not listed in JED)&lt;br /&gt;
|020711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Calc Builder   ==&lt;br /&gt;
|sqli + ID&lt;br /&gt;
|180611&lt;br /&gt;
| [http://components.moonsoft.es/downloadcalcbuilder  dev security release 0.0.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Cool Debate    ==&lt;br /&gt;
|Cool Debate 1.03 LFI&lt;br /&gt;
|&lt;br /&gt;
| version [http://www.acoolsip.com/development/a-cool-debate.html 1.0.8 released.] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Scriptegrator Plugin 1.5.5==&lt;br /&gt;
|LFI&lt;br /&gt;
|140611&lt;br /&gt;
| [http://www.greatjoomla.com/news/index.html  Update - Core Design Scriptegrator plugin 2.0.9 &amp;amp;] 1.5.6&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Joomnik Gallery   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/joomnik/ developer update to 0.9.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JMS fileseller   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|0611&lt;br /&gt;
|[http://joommasters.com/commercial-extensions/components/jms-fileseller.html developer upgrade announcement to v1.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sh404SEF   ==&lt;br /&gt;
|low-level XSS security issue&lt;br /&gt;
|300511&lt;br /&gt;
|[http://dev.anything-digital.com/Forum/Announcements/11147-sh404SEF-2.2.6-now-available-for-Joomla-1.5/ Dev upgrade statement to 2.2.6]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story submit    ==&lt;br /&gt;
|LFI/RFI &lt;br /&gt;
|&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/modules/je-content-menu.html?page=shop.product_details&amp;amp;flypage=flypage.tpl&amp;amp;product_id=77&amp;amp;category_id=13&amp;amp;vmcchk=1 developer states Version 1.8]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   FCKeditor   ==&lt;br /&gt;
|File Upload Vulnerability&lt;br /&gt;
|230511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== KeyCaptcha    ==&lt;br /&gt;
|ID &lt;br /&gt;
|190511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ask A Question AddOn v1.1   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|160511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Global Flash Gallery     ==&lt;br /&gt;
|flash-gallery.com xss &lt;br /&gt;
|130511&lt;br /&gt;
|[http://flash-gallery.com/help/joomla-extension/faq/security-update-0.5.0/ dev release 0.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== com_google     ==&lt;br /&gt;
|LFI [http://freejoomlacomponent.appspot.com/ com_google]&lt;br /&gt;
|080511&lt;br /&gt;
|[http://freejoomlacomponent.appspot.com/securityrelease.html devs update to 1.5.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  docman   ==&lt;br /&gt;
|com-docman Input Validation Error &lt;br /&gt;
|160511&lt;br /&gt;
|[http://forum.joomla.org/viewtopic.php?p=2502904#p2502904 devs resolution statement, report for old version]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Newsletter Subscriber    ==&lt;br /&gt;
|XSS &lt;br /&gt;
|120511&lt;br /&gt;
|[http://mavrosxristoforos.com/joomla-extensions/free/newsletter-subscriber Deveopler update]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Akeeba   ==&lt;br /&gt;
|akkeba backup and joomlapack&lt;br /&gt;
|170411&lt;br /&gt;
|[https://www.akeebabackup.com/home/item/1091-akeeba-backup-3-2-7.html dev update to 3.2.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Facebook Graph Connect   ==&lt;br /&gt;
|SID. call home device with user credentials&lt;br /&gt;
|120411&lt;br /&gt;
|[http://www.sikkimonline.info/security-notice dev update notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== booklibrary    ==&lt;br /&gt;
|SQLi ordasoft booklibrary&lt;br /&gt;
|180311&lt;br /&gt;
|[http://ordasoft.com/Book-Library/security-upgrade-instructions-for-book-library.html developer upgrade instructions]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== semantic    ==&lt;br /&gt;
|com semantic http://www.scms.es/joomla creates hidden admin users &lt;br /&gt;
|150311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JOMSOCIAL 2.0.x 2.1.x   ==&lt;br /&gt;
|SID, open folders&lt;br /&gt;
|120311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  flexicontent   ==&lt;br /&gt;
|forced 777, malicious files &lt;br /&gt;
|250311&lt;br /&gt;
|[http://www.flexicontent.org/home/item/192-flexicontent-154-is-finally-out.html devs resolve statement], [http://www.flexicontent.org/downloads/latest-version.html Changelog]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== jLabs Google Analytics Counter     ==&lt;br /&gt;
|jLabs Google Analytics Counter  SID&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  xcloner   ==&lt;br /&gt;
|Unspecified&lt;br /&gt;
|260211&lt;br /&gt;
|[http://www.xcloner.com/xcloner-news/important-security-upgrade/ dev announcement of security release]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== smartformer    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|230211 (repeat of 041110)&lt;br /&gt;
|[http://www.itoris.com/joomla-form-builder-smartformer.html v2.4.1 security fix for Joomla 1.5.x]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== xmap 1.2.10    ==&lt;br /&gt;
|Malicious payload in zip&lt;br /&gt;
|230211&lt;br /&gt;
|[http://joomla.vargas.co.cr/en/news/4-xmap/95-security-notice developer resolution notic]e Clean version available from [http://joomlacode.org/gf/project/xmap/frs/ joomlacode] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Frontend-User-Access 3.4.1  ==&lt;br /&gt;
|Frontend-User-Access 3.4.1 from http://www.pages-and-items.com LFI&lt;br /&gt;
|030211&lt;br /&gt;
|update to [http://extensions.joomla.org/extensions/access-a-security/frontend-access-control/6874 Frontend-User-Access 3.4.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  com properties 7134   ==&lt;br /&gt;
| http://com-property.com/ malicious files in script&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/property/frs/?action=FrsReleaseBrowse&amp;amp;frs_package_id=5815 Dev update statement]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  B2 Portfolio ==&lt;br /&gt;
|B2 portfolio 1.0 SQLi pulseextensions.com&lt;br /&gt;
|250111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  allcinevid   ==&lt;br /&gt;
|SQLI http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/15367&lt;br /&gt;
|220111&lt;br /&gt;
|[http://www.joomtraders.com/our-blog/allcinevid-1.0-sql-injection.html Developers resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== People Component    ==&lt;br /&gt;
|People component http://www.ptt-solution.com/vmchk/people-component.html sqli&lt;br /&gt;
|150111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jimtawl    ==&lt;br /&gt;
|Jimtawl LFI &lt;br /&gt;
|251110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Maian Media SILVER  ==&lt;br /&gt;
|Maian Media SQLi&lt;br /&gt;
|151110&lt;br /&gt;
|Developer states unproven in free edition, paid/SILVER version is being upgraded. [http://www.aretimes.com/index.php?option=com_content&amp;amp;view=category&amp;amp;layout=blog&amp;amp;id=40&amp;amp;Itemid=113 dev article]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  alfurqan  ==&lt;br /&gt;
|alfurqan 1.5 sqli&lt;br /&gt;
|151110&lt;br /&gt;
|developer update [http://forums.islamis4u.com/index.php/topic%2c83.0.html statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ccboard   ==&lt;br /&gt;
|[http://extensions.joomla.org/extensions/communication/forum/6823 ccboard XSS and SQLi]&lt;br /&gt;
|131110&lt;br /&gt;
| on my site at [http://codeclassic.org/component/content/article/1-latest-news/83-ccboard-13-released.html] Please find the respective update information&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   ProDesk v 1.5  ==&lt;br /&gt;
|LFI &lt;br /&gt;
|091110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sponsorwall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
|developer  [http://demo.pulseextensions.com/sponsor-wall.html resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Flip wall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
| developer http://demo.pulseextensions.com/flip-wall.html update notice  [http://www.example.com link title]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Freestyle FAQ 1.5.6     ==&lt;br /&gt;
|http://freestyle-joomla.com/fssdownloads/viewcategory/2 Freestyle FAQ 1.5.6 ‎SQL Injection&lt;br /&gt;
|&lt;br /&gt;
|[http://freestyle-joomla.com/index.php?announceid=43 new version (1.9.0) is available which fixes] the security issues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   iJoomla Magazine 3.0.1  ==&lt;br /&gt;
|iJoomla Magazine 3.0.1 RFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Clantools   ==&lt;br /&gt;
| &lt;br /&gt;
|http://www.joomla-clantools.de/downloads/doc_download/7-clantools-123.html clantool sqli&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jphone   ==&lt;br /&gt;
|jphone LFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  PicSell    ==&lt;br /&gt;
|[http://vm.xmlswf.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=104&amp;amp;Itemid=131Picsell LFD, 777]&lt;br /&gt;
|020910&lt;br /&gt;
|new version [http://vm.xmlswf.com/picsell released 150312]  version number 11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Zoom Portfolio   ==&lt;br /&gt;
|SID&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   zina   ==&lt;br /&gt;
|[http://www.pancake.org/zina/ SQL Injection]&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Team's   ==&lt;br /&gt;
|[http://www.joomlamo.com Teams extension] SQL Injection &lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Amblog    ==&lt;br /&gt;
|[http://robitbt.hu/jm/index.php?option=com_amdownloader&amp;amp;task=showfiles&amp;amp;pathid=8 Amblog] SQLi&lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   wmtpic  ==&lt;br /&gt;
|www.webmaster-tips.net various&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Jomtube    ==&lt;br /&gt;
|http://www.jomtube.com/ SID&lt;br /&gt;
|220710&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Rapid Recipe    ==&lt;br /&gt;
|http://www.rapid-source.com Persistent XSS Vulnerability last known fix version 1.7.2 &lt;br /&gt;
|july 10,2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Health &amp;amp; Fitness Stats   ==&lt;br /&gt;
|http://joomla-extensions.instantiate.co.uk/jcomponents/healthstats Persistent XSS Vulnerability july 10,2010 &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  staticxt   ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/edition/custom-code-in-content/2184  no version number provided&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   quickfaq  ==&lt;br /&gt;
|http://www.schlu.net sqli&lt;br /&gt;
|090710&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==    Minify4Joomla  ==&lt;br /&gt;
|http://waltercedric.com/ LFI and xss&lt;br /&gt;
|090710&lt;br /&gt;
|No longer available to download&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   IXXO Cart   ==&lt;br /&gt;
|http://www.php-shop-system.com/ SQLi LFI XSS Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|developer resolution [http://support.ixxoglobal.com/index.php?/News/NewsItem/View/22/ixxo-cart-new-release-v41190 notice] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  PaymentsPlus   ==&lt;br /&gt;
|http://paymentsplus.com.au/ 2.1.5 Blind SQL Injection Vulnerability&lt;br /&gt;
|090710 &lt;br /&gt;
|current version 2.20, 2.1.5 not listed on dev site&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ArtForms   ==&lt;br /&gt;
|http://joomlacode.org/gf/project/jartforms/ ArtForms 2.1b7.2 RC2 Multiple Remote Vulnerabilities&lt;br /&gt;
|090710&lt;br /&gt;
| Old beta extension &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  autartimonial   ==&lt;br /&gt;
|autartica.be Sqli Vulnerability&lt;br /&gt;
|060710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== eventcal 1.6.4    ==&lt;br /&gt;
|http://joomlacode.org/gf/project/eventcal/frs/ SQL I  last update 2006-12-31 on joomlacode&lt;br /&gt;
|040710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== date converter    ==&lt;br /&gt;
|http://sourceforge.net/projects/date-converter/ sqli&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== real estate    ==&lt;br /&gt;
|http://www.opensourcetechnologies.com/demos/real-estate.html RFI&lt;br /&gt;
|210610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  cinema   ==&lt;br /&gt;
|SQL injection&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Jreservation  ==&lt;br /&gt;
|http://jforjoomla.com/ SQLi Vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   joomdocs  ==&lt;br /&gt;
|http://joomclan.com/index.php/JoomDocs/ xss vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Live Chat    ==&lt;br /&gt;
|http://www.joompolitan.com/livechat.html Multiple Remote Vulnerabilities &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Turtushout 0.11    ==&lt;br /&gt;
| http://www.turtus.org.ua/files?func=fileinfo&amp;amp;id=13 SQL Injection (again)&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  BF Survey Pro Free   ==&lt;br /&gt;
|BF Survey Pro Free SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|Product marker as retired by the developer&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MisterEstate   ==&lt;br /&gt;
|http://www.misterestate.com/ Blind SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  RSMonials    ==&lt;br /&gt;
|http://www.rswebsols.com/downloads/category/14-download-rsmonials-all?download=23%3Adownload-rsmonials-component XSS Exploit&lt;br /&gt;
|190610&lt;br /&gt;
|Believed to be 1.5.1 version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Answers v2.3beta   ==&lt;br /&gt;
|Multiple Vulnerabilities http://extensions.joomla.org/extensions/communication/forum/12652&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Gallery XML 1.1   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/photos-a-images/photo-gallery/12504&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JFaq 1.2   ==&lt;br /&gt;
|JFaq 1.2 Multiple Vulnerabilities&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Listbingo 1.3   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/ads-a-affiliates/classified-ads/12062&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Alpha User Points    ==&lt;br /&gt;
|www.alphaplug.com LFI&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   recruitmentmanager  ==&lt;br /&gt;
|http://recruitment.focusdev.co.uk Upload Vulnerability&lt;br /&gt;
|130610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Info Line (MT_ILine)    ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/news-display/news-tickers-a-scrollers/8425 reports of shell scripts in download file&lt;br /&gt;
|120610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ads manager  Annonce   ==&lt;br /&gt;
|http://joomla.clubnautiquemarine.fr/ &lt;br /&gt;
Upload Vulnerability&lt;br /&gt;
| 05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  lead article    ==&lt;br /&gt;
|http://www.leadya.co.il/ SQLi&lt;br /&gt;
|050610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  djartgallery   ==&lt;br /&gt;
|http://www.design-joomla.eu Multiple Vul&lt;br /&gt;
|05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Gallery 2 Bridge    ==&lt;br /&gt;
|[http://trac.4theweb.nl/g2bridge g2bridge] LFI vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jsjobs   ==&lt;br /&gt;
|[http://www.joomsky.com jsjobs] SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Poll  ==&lt;br /&gt;
|http://slideshow.joomlaextensions.co.in/ SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MediQnA   ==&lt;br /&gt;
|MediQnA LFI vulnerability version : v1.1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Job  ==&lt;br /&gt;
|http://joomlaextensions.co.in/ LFI SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  SectionEx   ==&lt;br /&gt;
|Stack Ideas section Ex LFI&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ActiveHelper LiveHelp    ==&lt;br /&gt;
|XSS in [http://extensions.joomla.org/extensions/communication/chat/12492 LiveHelp] &lt;br /&gt;
|200510&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  JE Quotation Form   ==&lt;br /&gt;
|http://joomlaextensions.co.in/free-download/doc_download/11-je-quotation-form.html  LFI&lt;br /&gt;
|&lt;br /&gt;
|developers statement of [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form resolution]  '''note''', now known as [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form JE Quote Form] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  konsultasi   ==&lt;br /&gt;
|SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Seber Cart    ==&lt;br /&gt;
|Local File Disclosure Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|[http://www.sebercart.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=158 Developer Update 140510]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Camp26 Visitor    ==&lt;br /&gt;
|RFI www.camp26.biz&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   JE Property  ==&lt;br /&gt;
|JE Property Finder Upload Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Noticeboard  ==&lt;br /&gt;
|Noticeboard for Joomla &amp;quot;controller&amp;quot; Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==SmartSite     ==&lt;br /&gt;
|SmartSite com_smartsite Local File Inclusion Vulnerability &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  htmlcoderhelper graphics   ==&lt;br /&gt;
|htmlcoderhelper graphics v1.0.6 LFI Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
== Ultimate Portfolio    ==&lt;br /&gt;
|Ultimate Portfolio  Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Archery Scores   ==&lt;br /&gt;
| [http://lispeltuut.org/ Archery Scores (com_archeryscores) v1.0.6 LFI Vulnerability]&lt;br /&gt;
&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  ZiMB Manager   ==&lt;br /&gt;
|Joomla Component ZiMB Manager Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Matamko   ==&lt;br /&gt;
|Matamko Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Root   ==&lt;br /&gt;
|Multiple Root Local File Inclusion Vulnerability http://joomlacomponent.inetlanka.com/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Map   ==&lt;br /&gt;
|Multiple Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Contact Us Draw Root Map  ==&lt;br /&gt;
|Draw Root Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  iF surfALERT   ==&lt;br /&gt;
|[http://www.inertialfate.za.net/ iF surfALERT] Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   GBU FACEBOOK  ==&lt;br /&gt;
|GBU FACEBOOK SQL injection vulnerability http://www.gbugrafici.nl/gbufacebook/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   jnewspaper  ==&lt;br /&gt;
|jnewspaper (cid) SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
== MT Fire Eagle ==&lt;br /&gt;
&lt;br /&gt;
|LFI http://joomlacode.org/gf/project/jfireeagle/frs/ http://www.moto-treks.com&lt;br /&gt;
| 190410&lt;br /&gt;
| product considered retired and to be replaced by dev&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Sweetykeeper   ==&lt;br /&gt;
|Sweetykeeper Local File Inclusion Vulnerability  http://www.joomlacorner.com/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  jvehicles   ==&lt;br /&gt;
|SQL Injection http://jvehicles.com&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  worldrates   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  cvmaker   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  advertising   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   horoscope  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   webtv  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  diary   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Memory Book   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  JprojectMan   ==&lt;br /&gt;
|LFI http://extensions.joomla.org/extensions/communities-a-groupware/project-a-task-management/5676&lt;br /&gt;
|110410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   econtentsite  ==&lt;br /&gt;
|LFI&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    Jvehicles ==&lt;br /&gt;
|ID&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    gigcalender   ==&lt;br /&gt;
&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/calendars-a-events/events/97)http://extensions.joomla.org/extensions/calendars-a-events/events/97 gigcalender]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    heza content   ==&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427)http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427  heza content]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  SqlReport   ==&lt;br /&gt;
|Sqlreport has a sql/RFI exploit. awaiting confirmation on exact developer.&lt;br /&gt;
|Feb 20&lt;br /&gt;
|'''Not Known'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Yelp ==&lt;br /&gt;
| SQLi - Unable to locate developer. Possibly a custom extension.&lt;br /&gt;
|Feb 01 &lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; | '''  Not Known'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''This list is change protected, for updates or additions [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=87230 lafrance] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD]&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
== Codes used ==&lt;br /&gt;
SQLi - SQL injection [http://en.wikipedia.org/wiki/Code_injection#SQL_injection wikipedia]&lt;br /&gt;
&lt;br /&gt;
LFI - Local File Inclusion [http://www.scribd.com/doc/6498408/Remote-and-Local-File-Inclusion-Explained scribd]&lt;br /&gt;
&lt;br /&gt;
RFI - Remote file inclusion [http://en.wikipedia.org/wiki/Remote_File_Inclusion wikipedia]&lt;br /&gt;
&lt;br /&gt;
DT - Directory Traversal [http://en.wikipedia.org/wiki/Directory_traversal wikipedia] (incl 777 folders)&lt;br /&gt;
&lt;br /&gt;
ID = Information Disclosure: account information or sensitive information publicly viewable, or passed to 3rd party without knowledge&lt;br /&gt;
&lt;br /&gt;
== Future Actions &amp;amp; WIP ==&lt;br /&gt;
&lt;br /&gt;
[http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions RSS feed] completed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to feed VEL direct to twitter&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The RSS feed is currently fed by item entry order and not by date fixed. &lt;br /&gt;
List as discussed in  [[jtopic:455746]] by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD] editing by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Security]]&lt;br /&gt;
[[Category:Component Management]]&lt;/div&gt;</summary>
		<author><name>Mandville</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Vulnerable_Extensions_List</id>
		<title>Vulnerable Extensions List</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Vulnerable_Extensions_List"/>
				<updated>2013-05-19T17:41:22Z</updated>
		
		<summary type="html">&lt;p&gt;Mandville: made instructions even simpler&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
{{notice|This document has now been replaced by the website at [http://vel.joomla.org/ vel.joomla.org from 1st May 2013]&lt;br /&gt;
Please refer to there for the latest updates}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ***all wiki editors*** - do NOT touch without notice   --&amp;gt;&lt;br /&gt;
'''List prior to Jnuary 2011 ([[Archived vel|now archived]])''' Please check here also. &lt;br /&gt;
&amp;lt;!-- if you have altered the above line then revert your changes and contact me   --&amp;gt;&lt;br /&gt;
Please also check the [[Investigation of exploits|Extension Investigation List]].&lt;br /&gt;
 &lt;br /&gt;
== Check and Report.  ==&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
{{notice|small=yes|image=Stop hand nuvola.svg&lt;br /&gt;
  |header=Procedure change|All reports are now to be made via vel.joomla.org}}&lt;br /&gt;
Report Vulnerable extensions in the [http://vel.joomla.org]&lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
== How to use this list ==&lt;br /&gt;
'''Items will be removed after a suitable period and not on resolution.'''&lt;br /&gt;
{{notice|This document has now been replaced by the website at [http://vel.joomla.org/ vel.joomla.org from 1st May 2013]&lt;br /&gt;
Please refer to there for the latest updates}}&lt;br /&gt;
&lt;br /&gt;
All known vulnerable extensions are the listed in the first column &amp;quot;Extension&amp;quot;. Any in a &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;red box &amp;lt;/span&amp;gt;are where we have not been given a fix. Any in a &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;turquoise box&amp;lt;/span&amp;gt; contain a link to the notice about an &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;update with link.&amp;lt;/span&amp;gt; Any that are in an uncolored box are a &amp;quot;Contact the Developer About This Extension&amp;quot;.&lt;br /&gt;
Alert Advisory details are in the center column.&lt;br /&gt;
If the &amp;quot;Extension Update Link &amp;amp; Date Column has &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;'''Not Known''' &amp;lt;/span&amp;gt; then it is where no update is known.&lt;br /&gt;
&lt;br /&gt;
'''This list is compiled from found information and may not be an up to date accurate list''' ''We do '''NOT''' promise to test or validate these reports. We do '''NOT''' guarantee the quality or effectiveness of any updates reported to us or listed here.''&lt;br /&gt;
To sign up for the feed please [http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions follow this link]&lt;br /&gt;
* We do not list BETA products, or extensions for J1.0.x&lt;br /&gt;
&lt;br /&gt;
== Developers - How to get yourself removed from the VEL ==&lt;br /&gt;
&lt;br /&gt;
Resolved items will be removed after a suitable period and not on resolution&lt;br /&gt;
&lt;br /&gt;
Please solve the issues and:&lt;br /&gt;
&lt;br /&gt;
* '''If JED listed''' &lt;br /&gt;
&lt;br /&gt;
To have your extension republished, please follow these steps:&lt;br /&gt;
&lt;br /&gt;
1- Solve the issues.&lt;br /&gt;
&lt;br /&gt;
2- Attach the new zip file at your actual JED listing.&lt;br /&gt;
&lt;br /&gt;
3- Change the extension version at JED listing.&lt;br /&gt;
&lt;br /&gt;
4- Make sure to include a notice in the JED description to the fact that the new release is a &amp;quot;Security Release&amp;quot; and those who use the extension should upgrade immediately.&lt;br /&gt;
&lt;br /&gt;
5- Email the VEL team with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website&lt;br /&gt;
&lt;br /&gt;
6- Create a [http://bit.ly/velunlist JED listing owner ticket] to the JED with a notice and ask that your listing be republished. Include the full details of your new version number and security notice page&lt;br /&gt;
&lt;br /&gt;
VEL email can be found above and the JED support link is in your notice of &amp;quot;unpublication&amp;quot; [http://extensions.joomla.org/component/maqmahelpdesk/ and here] &lt;br /&gt;
&lt;br /&gt;
* '''If not JED listed.''' &lt;br /&gt;
Inform us by '''email''' with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website.&lt;br /&gt;
&lt;br /&gt;
== January 2012 and onwards Reported Vulnerable Extensions ==&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  civic crm 422==&lt;br /&gt;
|upload exploit /RFI&lt;br /&gt;
|260413&lt;br /&gt;
|developer http://civicrm.org/category/civicrm-blog-categories/civicrm-v43 release 4.3.1&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  alfcontact ==&lt;br /&gt;
|xss&lt;br /&gt;
|230413&lt;br /&gt;
|developer release [http://www.alfsoft.com statement on ALFContact v2.0.8 for J!2.5 ALFContact v3.1.4 for J!3]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  aiContactSafe 2.0.19 ==&lt;br /&gt;
|xss&lt;br /&gt;
|160413&lt;br /&gt;
|developer release statement  [http://www.algisinfo.com/en/home-bottom/41-xss-in-aicontactsafe.html for version 2.0.21] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RSfiles==&lt;br /&gt;
|SQL&lt;br /&gt;
|180313&lt;br /&gt;
|developer release statement  [http://www.rsjoomla.com/support/documentation/view-knowledgebase/141-changelog.html for version 12] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  1.6.8 update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Collector    ==&lt;br /&gt;
|Various [steevo.fr]&lt;br /&gt;
|230113&lt;br /&gt;
|developer update [http://www.steevo.fr/en/component/content/article/41-release-051 statement to] 0.5.1 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  tz guestbook   ==&lt;br /&gt;
|Various &lt;br /&gt;
|100113&lt;br /&gt;
|developer release statement [http://www.templaza.com/item/256-tz-guestbook-v1-1-2-security-release for 1.1.2]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== extplorer    ==&lt;br /&gt;
| 2.1.2, 2.1.1, 2.1.0 and 2.1.0RC5 are vulnerable to an authentication bypass&lt;br /&gt;
|251212&lt;br /&gt;
|developer [http://extplorer.net/news/12  update to 2.1.3 statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JooProperty    ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|101212&lt;br /&gt;
|developer release new version 1.13.1 -  [http://jooproperty.com/en/forum/last-jooproperty-release/277-important-security-fix-released-please-update.html#277 upgrade notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ag google analytic    ==&lt;br /&gt;
|Various&lt;br /&gt;
|061212&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== sh404sef &amp;lt;3.7.0 ==&lt;br /&gt;
|Undisclosed sh404SEF 3.4.x, 3.5.x, 3.6.x for Joomla 2.5&lt;br /&gt;
|26112&lt;br /&gt;
|developer [http://anything-digital.com/sh404sef/news/releases/sh404sef-3_7_0_1485-released.html statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Login Failed Log     ==&lt;br /&gt;
|23112&lt;br /&gt;
|ID - information disclosure&lt;br /&gt;
|developer [http://www.jm-experts.com/extensions-tools/login-failed-log release statement] to ver 1.5.4&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== jNews==&lt;br /&gt;
|&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joobi.co/index.php?option=com_content&amp;amp;view=article&amp;amp;id=8560:security-release-update-to-jnews-79x&amp;amp;catid=93:jnews&amp;amp;Itemid=225 statement to version  7.9.1] 151112&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Joombah Jobs    ==&lt;br /&gt;
|Upload restriction issues&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joombah.com/home/item/joombah-jobs-security-release-update-now statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== commedia    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|231012&lt;br /&gt;
|developer update [http://www.ecolora.com/index.php/15-commedia-a-mp3browser-new/77-commedia-3-2-is-not-vulnerable#english statement to version 3.2] 271012&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Kunena ==&lt;br /&gt;
|SQLi + ID&lt;br /&gt;
|221012&lt;br /&gt;
|Developer states [http://www.kunena.org/forum/announcement/id-52 current version not exploitable] by reported methods&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Icagenda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|Developer  [http://www.joomlic.com/en/extensions/icagenda   statement for 1.2.9] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JTag [joomlatag]   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==   Freestyle Support  ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|developer update [http://freestyle-joomla.com/help/announcements?announceid=60 statement 251012]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ACEFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|AceFTP 2.0.0 released. Developer [http://www.joomace.net/blog/aceftp/aceftp-200-has-been-released statement] 101012&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  MijoFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|*''reported fixed prior to notification''*&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  spider calendar lite   ==&lt;br /&gt;
|RFI &lt;br /&gt;
|180912&lt;br /&gt;
|developer release version 1.5 [http://web-dorado.com/products/joomla-calendar-module.html  version]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RokModule   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|Rereported 180912&lt;br /&gt;
|Developer states: no known exploits for our current versions [http://www.rockettheme.com/extensions-downloads/free/1012-rokmodule of RokModule Joomla 2.5 - v1.3 Joomla 1.5 - v1.4]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ICagenda   ==&lt;br /&gt;
| SQLi&lt;br /&gt;
|developer [http://www.joomlic.com/en/extensions/icagenda security release] - v1.2.1&lt;br /&gt;
|080912&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  En Masse cart   ==&lt;br /&gt;
|RFI&lt;br /&gt;
|060812&lt;br /&gt;
|Developer upgrade statement [http://www.matamko.com/news-update/14-en-masse-releases/142-announcement-for-security-release-enmasse-313.html   to 3.1.3]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   JCE (joomla content editor)  ==&lt;br /&gt;
|Upload Restriction &amp;lt;2.2.4 &lt;br /&gt;
|050812&lt;br /&gt;
|Developer states current version not exploitable &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RSGallery2  ==&lt;br /&gt;
|SQLi XSS&lt;br /&gt;
| 31 07 12&lt;br /&gt;
|Devleoper statement versions 3.2.0 for Joomla 2.5 and version 2.3.0 for Joomla 1.5  [http://www.rsgallery2.nl/topicseen./announcements/rsgallery2_3.2.0_and_2.3.0_released_16845.msg44046.html released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  osproperty   ==&lt;br /&gt;
|Unrestricted uploads&lt;br /&gt;
|160712&lt;br /&gt;
|Developer release [http://joomservices.com/components/ossolution-property.html version  2.0.3] 180712&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== KSAdvertiser     ==&lt;br /&gt;
| RFI &lt;br /&gt;
|160712&lt;br /&gt;
|The security update version 1.5.72 advise can be found here:&lt;br /&gt;
[http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=251:kiss-advertiser-sicherheitsupdate&amp;amp;catid=69&amp;amp;Itemid=361&amp;amp;lang=de German] [http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=252:kiss-advertiser-security-update&amp;amp;catid=21&amp;amp;Itemid=362&amp;amp;lang=en English]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Shipping by State for Virtuemart   ==&lt;br /&gt;
|elevated permissions (http://web-expert.gr/en)&lt;br /&gt;
|160612&lt;br /&gt;
| [http://web-expert.gr/en/commersial/virtuemart-shipping-by-state-component Upgrade to v2.5 download] commercial product 300612&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ownbiblio 1.5.3   ==&lt;br /&gt;
|SQLi + &lt;br /&gt;
|250512&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  Ninjaxplorer &amp;lt;=1.0.6   ==&lt;br /&gt;
|developer notification&lt;br /&gt;
|250412&lt;br /&gt;
|developer statement [http://ninjaforge.com/blog/318-security-vulnerability-discovered-in-ninjaxplorer-upgrade-immediately upgrade to 1.0.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Phoca Fav Icon    ==&lt;br /&gt;
|Permissions Rewrite&lt;br /&gt;
|150412&lt;br /&gt;
| [http://www.phoca.cz/news/30-phoca-news/633-phoca-favicon-203-released developer update 2.0.3 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  estateagent improved   ==&lt;br /&gt;
|sqli (eaimproved.eu)&lt;br /&gt;
|110412&lt;br /&gt;
|developer states previous version, not current version&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  bearleague   ==&lt;br /&gt;
|110412&lt;br /&gt;
|sql &lt;br /&gt;
|(no longer maintained)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JLive! Chat v4.3.1   ==&lt;br /&gt;
|DT &lt;br /&gt;
|060412&lt;br /&gt;
|Developer reports [http://www.cmsfruit.com/security-measures.html  as unproven]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   virtuemart 2.0.2  ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|050412&lt;br /&gt;
|developers [http://virtuemart.net/news/list-all-news/417-happy-easter-new-virtuemart-204-released-security-update-sqli release statement]Current version 2.0.6 released&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JE testimonial    ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|230312&lt;br /&gt;
|Developer states '''malicious report.'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JaggyBlog   ==&lt;br /&gt;
|excessive file permission &lt;br /&gt;
|090212&lt;br /&gt;
|version 1.3.1 [http://www.jaggysnake.co.uk/products/jaggyblog released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Quickl Form   ==&lt;br /&gt;
|xss&lt;br /&gt;
|260112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  com_advert   ==&lt;br /&gt;
|sqli - unknown developer&lt;br /&gt;
|240112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla Discussions Component    ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|Discussions 1.4.1 released  [http://www.codingfish.com/news/38-joomla/101-discussions-141-released developer statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== HD Video Share (contushdvideoshare)  ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|updated [http://www.hdvideoshare.net version 2.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== January 2011 - Jan 2012  Reported Vulnerable Extensions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions either in the [[jforum:432]] security topic clearly marked with the first word in the title being ''Vulnerable Report'' where the security moderators or JSST team will respond or via email to the VEL team. For a guide to the [http://docs.joomla.org/Vulnerable_Extensions_List#Codes_used codes]&lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Dshop    ==&lt;br /&gt;
|sqli (possibly dhrusya.com)&lt;br /&gt;
|201111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  QContacts 1.0.6   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|131211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jobprofile  1.0 ==&lt;br /&gt;
|  SQL Injection Vulnerability&lt;br /&gt;
|051211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JX Finder 2.0.1   ==&lt;br /&gt;
| XSS Vulnerabilities&lt;br /&gt;
|011211&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  wdbanners   ==&lt;br /&gt;
|Unknown Exploit&lt;br /&gt;
|301111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  JB Captify Content  J1.5 and J1.7     ==&lt;br /&gt;
|Security checks missing -Versions prior to JB_mod_captifyContent_J1.5_J1.7_1.0.1.zip&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [http://joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JB Microblog   ==&lt;br /&gt;
|Security checks missing - J1.7 only. Versions prior to 1.10.3 &lt;br /&gt;
|14111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Slideshow &amp;lt;3.5.1,   ==&lt;br /&gt;
|Security checks missing&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Bamboobox   ==&lt;br /&gt;
|Security checks missing - J1.5 all versions prior to 1.2.2 &lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  RokModule    ==&lt;br /&gt;
|SQLI - exploits     RokStock RokWeather RokNewspager&lt;br /&gt;
|121111&lt;br /&gt;
|developer release statement [http://www.rockettheme.com/blog/extensions/1300-important-security-vulnerability-fixed    RokModule v1.3 for Joomla 1.7   RokModule v1.4 for Joomla 1.5]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  hm community   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
|011111&lt;br /&gt;
|developer release [http://joomlaextensions.co.in/product/HM-Community 1.01]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Alameda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|01111&lt;br /&gt;
|developer statement [http://www.blueflyingfish.com/alameda/index.php?option=com_content&amp;amp;view=category&amp;amp;id=5&amp;amp;Itemid=28 and Latest version number v1.0.1.]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Techfolio 1.0    ==&lt;br /&gt;
|Techfolio 1.0 SQLI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Barter Sites 1.3  ==&lt;br /&gt;
|Barter Sites 1.3 SQL Injection &amp;amp; Persistent XSS vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer [http://my.barter-sites.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=6&amp;amp;Itemid=25 release 1.3.1] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Jeema SMS 3.2  ==&lt;br /&gt;
|Jeema SMS 3.2 Multiple Vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer resolution notice [http://jeema.net/about-us/securty-releases.html for 3.5.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Vik Real Estate 1.0   ==&lt;br /&gt;
|Vik Real Estate 1.0  Multiple Blind SqlI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== yj contact    ==&lt;br /&gt;
|LFI (youjoomla contact)&lt;br /&gt;
|241011&lt;br /&gt;
|developer update statement [http://www.youjoomla.com/yj-contact-us-1.0.1-released.html 261011]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   NoNumber Framework  ==&lt;br /&gt;
| Advanced Module Manager * AdminBar Docker * Add to Menu * Articles Anywhere * What? Nothing!* Tooltips* Tabber* Sourcerer* Slider* Timed Styles* Modules Anywhere* Modalizer* ReReplacer* Snippets* DB Replacer* CustoMenu* Content Templater* CDN for Joomla!* Cache Cleaner* Better Preview&lt;br /&gt;
|181011&lt;br /&gt;
|see http://feeds.feedburner.com/nonumber/news for updates of various extensions&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Time Returns    ==&lt;br /&gt;
|SQLi takeaweb.it&lt;br /&gt;
|151011&lt;br /&gt;
|No longer developed. New version 2.0.1 for Joomla 1.6/1.7 (old version are no longer supported) http://www.takeaweb.it&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|300811&lt;br /&gt;
|developer advice [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64&amp;amp;Itemid=59 page] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jumi    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|300811&lt;br /&gt;
|Developer states proper use of joomla administration/extension documentation reading&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla content editor    ==&lt;br /&gt;
|JCE lfi/rfi vulnerability&lt;br /&gt;
|&lt;br /&gt;
|JCE 2.0.11 and JCE 1.5.7.14 [http://www.joomlacontenteditor.net/news/item/jce-2011-released have been released]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Google Website Optimizer  ==&lt;br /&gt;
|Numerous vulnerabilities. Website Optimizer, Pearl Group&lt;br /&gt;
|290811&lt;br /&gt;
|developer update [http://www.pearl-group.com/optimizer-changelog statement to ver. 1.4.0] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Almond Classifieds   ==&lt;br /&gt;
|777 Folder settings (all folders it uses are set to 777 including previously 755 locked folders) &lt;br /&gt;
|260811&lt;br /&gt;
|developer resolution [http://www.almondsoft.com/acj/ notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== joomtouch    ==&lt;br /&gt;
|LFI/RFI&lt;br /&gt;
|180811&lt;br /&gt;
|developers [http://www.joomtouch.com/ultime/4-risolta-la-vulnerabilita-di-joomtouch.html resolution notice  1.0.3]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RAXO All-mode PRO   ==&lt;br /&gt;
|Timthumb  RFI &lt;br /&gt;
|110811&lt;br /&gt;
|[http://raxo.org/forum/viewtopic.php?f=2&amp;amp;t=60#p2056 developer upgrade 1.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  V-portfolio   ==&lt;br /&gt;
|DT - open folders&lt;br /&gt;
|110811&lt;br /&gt;
| [http://vsmart-extensions.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=61 developer resolution statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== obSuggest    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|310711&lt;br /&gt;
|developer [http://foobla.com/news/latest/obsuggest-1.8-security-release.html release statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple Page    ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|developer update [http://omar84.com/latest-news/65-simple-page-options-1517-security-release statement] v1.5.17 has been released&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/components/je-story-submit.html devloper security update] notice to ver 1.9&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   appointment booking pro  ==&lt;br /&gt;
|LFI 22071&lt;br /&gt;
|&lt;br /&gt;
|[http://appointmentbookingpro.com/index.php?option=com_kunena&amp;amp;Itemid=66&amp;amp;func=view&amp;amp;catid=25&amp;amp;id=8129#8129 developer update security announcement] Current 2.0.1 and 1.4.x versions, are '''not''' vulnerable,&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  acajoom   ==&lt;br /&gt;
|xss (admin permission required)&lt;br /&gt;
|220711&lt;br /&gt;
|updated to 5.20&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  gTranslate   ==&lt;br /&gt;
|ID - &lt;br /&gt;
|220711&lt;br /&gt;
|[http://edo.webmaster.am/gtranslate-changelog developer security release] 1.5 x.25 and 1.6 x.26.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  alpharegistration    ==&lt;br /&gt;
|http://www.alphaplug.com/ Please contact the developer for any questions on this extension&lt;br /&gt;
|170711 220711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jforce    ==&lt;br /&gt;
|DT - &lt;br /&gt;
|170711&lt;br /&gt;
| [http://www.jforce.com/blog/270-jforce-security-release.html developer states The new version number v1.5r1362 resolves the problem] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Flash Magazine Deluxe Joomla   ==&lt;br /&gt;
|ID [http://www.joomplace.com/joomla-components/flash-magazine-deluxe-component.html multiple vulnerabilities]&lt;br /&gt;
|170711&lt;br /&gt;
|[http://www.joomplace.com/news-blog/flashmagazine-deluxe-2-1-4-security-release.html developer release] 2.1.4&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== AVreloaded    ==&lt;br /&gt;
|SQLi - version 1.2.6&lt;br /&gt;
|150711&lt;br /&gt;
|[http://allvideos.fritz-elfert.de/ 1.2.7 released developer release statement 160711] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  Sobi   ==&lt;br /&gt;
|SQLI - &lt;br /&gt;
|130711&lt;br /&gt;
|[http://www.sigsiu.net/changelog developer fix and update statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  fabrik   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|120711&lt;br /&gt;
|[http://fabrikar.com/downloads/details/36/89 Developers Update statement 2.1]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  xmap   ==&lt;br /&gt;
|sqli 1.2.11 &lt;br /&gt;
|120711&lt;br /&gt;
|upgrade to 1.2.12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Atomic Gallery     ==&lt;br /&gt;
|Creates 777 folders [http://www.atomicon.nl/atomicongallery Atomic gallery] &lt;br /&gt;
|110711&lt;br /&gt;
|developer [http://www.atomicon.nl/atomicongallery#changelog release statement/changelog]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  myApi   ==&lt;br /&gt;
|ID [http://extensions.joomla.org/component/mtree/social-web/facebook-integration/11624 Contains &amp;quot;Call-Home&amp;quot; function. Sends private user information to developer.] &lt;br /&gt;
|020711&lt;br /&gt;
|[http://www.myapi.co.uk/ Developer states Use version 1.3.4.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  mdigg   ==&lt;br /&gt;
|SQL I (not listed in JED)&lt;br /&gt;
|020711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Calc Builder   ==&lt;br /&gt;
|sqli + ID&lt;br /&gt;
|180611&lt;br /&gt;
| [http://components.moonsoft.es/downloadcalcbuilder  dev security release 0.0.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Cool Debate    ==&lt;br /&gt;
|Cool Debate 1.03 LFI&lt;br /&gt;
|&lt;br /&gt;
| version [http://www.acoolsip.com/development/a-cool-debate.html 1.0.8 released.] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Scriptegrator Plugin 1.5.5==&lt;br /&gt;
|LFI&lt;br /&gt;
|140611&lt;br /&gt;
| [http://www.greatjoomla.com/news/index.html  Update - Core Design Scriptegrator plugin 2.0.9 &amp;amp;] 1.5.6&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Joomnik Gallery   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/joomnik/ developer update to 0.9.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JMS fileseller   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|0611&lt;br /&gt;
|[http://joommasters.com/commercial-extensions/components/jms-fileseller.html developer upgrade announcement to v1.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sh404SEF   ==&lt;br /&gt;
|low-level XSS security issue&lt;br /&gt;
|300511&lt;br /&gt;
|[http://dev.anything-digital.com/Forum/Announcements/11147-sh404SEF-2.2.6-now-available-for-Joomla-1.5/ Dev upgrade statement to 2.2.6]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story submit    ==&lt;br /&gt;
|LFI/RFI &lt;br /&gt;
|&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/modules/je-content-menu.html?page=shop.product_details&amp;amp;flypage=flypage.tpl&amp;amp;product_id=77&amp;amp;category_id=13&amp;amp;vmcchk=1 developer states Version 1.8]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   FCKeditor   ==&lt;br /&gt;
|File Upload Vulnerability&lt;br /&gt;
|230511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== KeyCaptcha    ==&lt;br /&gt;
|ID &lt;br /&gt;
|190511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ask A Question AddOn v1.1   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|160511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Global Flash Gallery     ==&lt;br /&gt;
|flash-gallery.com xss &lt;br /&gt;
|130511&lt;br /&gt;
|[http://flash-gallery.com/help/joomla-extension/faq/security-update-0.5.0/ dev release 0.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== com_google     ==&lt;br /&gt;
|LFI [http://freejoomlacomponent.appspot.com/ com_google]&lt;br /&gt;
|080511&lt;br /&gt;
|[http://freejoomlacomponent.appspot.com/securityrelease.html devs update to 1.5.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  docman   ==&lt;br /&gt;
|com-docman Input Validation Error &lt;br /&gt;
|160511&lt;br /&gt;
|[http://forum.joomla.org/viewtopic.php?p=2502904#p2502904 devs resolution statement, report for old version]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Newsletter Subscriber    ==&lt;br /&gt;
|XSS &lt;br /&gt;
|120511&lt;br /&gt;
|[http://mavrosxristoforos.com/joomla-extensions/free/newsletter-subscriber Deveopler update]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Akeeba   ==&lt;br /&gt;
|akkeba backup and joomlapack&lt;br /&gt;
|170411&lt;br /&gt;
|[https://www.akeebabackup.com/home/item/1091-akeeba-backup-3-2-7.html dev update to 3.2.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Facebook Graph Connect   ==&lt;br /&gt;
|SID. call home device with user credentials&lt;br /&gt;
|120411&lt;br /&gt;
|[http://www.sikkimonline.info/security-notice dev update notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== booklibrary    ==&lt;br /&gt;
|SQLi ordasoft booklibrary&lt;br /&gt;
|180311&lt;br /&gt;
|[http://ordasoft.com/Book-Library/security-upgrade-instructions-for-book-library.html developer upgrade instructions]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== semantic    ==&lt;br /&gt;
|com semantic http://www.scms.es/joomla creates hidden admin users &lt;br /&gt;
|150311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JOMSOCIAL 2.0.x 2.1.x   ==&lt;br /&gt;
|SID, open folders&lt;br /&gt;
|120311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  flexicontent   ==&lt;br /&gt;
|forced 777, malicious files &lt;br /&gt;
|250311&lt;br /&gt;
|[http://www.flexicontent.org/home/item/192-flexicontent-154-is-finally-out.html devs resolve statement], [http://www.flexicontent.org/downloads/latest-version.html Changelog]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== jLabs Google Analytics Counter     ==&lt;br /&gt;
|jLabs Google Analytics Counter  SID&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  xcloner   ==&lt;br /&gt;
|Unspecified&lt;br /&gt;
|260211&lt;br /&gt;
|[http://www.xcloner.com/xcloner-news/important-security-upgrade/ dev announcement of security release]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== smartformer    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|230211 (repeat of 041110)&lt;br /&gt;
|[http://www.itoris.com/joomla-form-builder-smartformer.html v2.4.1 security fix for Joomla 1.5.x]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== xmap 1.2.10    ==&lt;br /&gt;
|Malicious payload in zip&lt;br /&gt;
|230211&lt;br /&gt;
|[http://joomla.vargas.co.cr/en/news/4-xmap/95-security-notice developer resolution notic]e Clean version available from [http://joomlacode.org/gf/project/xmap/frs/ joomlacode] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Frontend-User-Access 3.4.1  ==&lt;br /&gt;
|Frontend-User-Access 3.4.1 from http://www.pages-and-items.com LFI&lt;br /&gt;
|030211&lt;br /&gt;
|update to [http://extensions.joomla.org/extensions/access-a-security/frontend-access-control/6874 Frontend-User-Access 3.4.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  com properties 7134   ==&lt;br /&gt;
| http://com-property.com/ malicious files in script&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/property/frs/?action=FrsReleaseBrowse&amp;amp;frs_package_id=5815 Dev update statement]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  B2 Portfolio ==&lt;br /&gt;
|B2 portfolio 1.0 SQLi pulseextensions.com&lt;br /&gt;
|250111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  allcinevid   ==&lt;br /&gt;
|SQLI http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/15367&lt;br /&gt;
|220111&lt;br /&gt;
|[http://www.joomtraders.com/our-blog/allcinevid-1.0-sql-injection.html Developers resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== People Component    ==&lt;br /&gt;
|People component http://www.ptt-solution.com/vmchk/people-component.html sqli&lt;br /&gt;
|150111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jimtawl    ==&lt;br /&gt;
|Jimtawl LFI &lt;br /&gt;
|251110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Maian Media SILVER  ==&lt;br /&gt;
|Maian Media SQLi&lt;br /&gt;
|151110&lt;br /&gt;
|Developer states unproven in free edition, paid/SILVER version is being upgraded. [http://www.aretimes.com/index.php?option=com_content&amp;amp;view=category&amp;amp;layout=blog&amp;amp;id=40&amp;amp;Itemid=113 dev article]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  alfurqan  ==&lt;br /&gt;
|alfurqan 1.5 sqli&lt;br /&gt;
|151110&lt;br /&gt;
|developer update [http://forums.islamis4u.com/index.php/topic%2c83.0.html statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ccboard   ==&lt;br /&gt;
|[http://extensions.joomla.org/extensions/communication/forum/6823 ccboard XSS and SQLi]&lt;br /&gt;
|131110&lt;br /&gt;
| on my site at [http://codeclassic.org/component/content/article/1-latest-news/83-ccboard-13-released.html] Please find the respective update information&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   ProDesk v 1.5  ==&lt;br /&gt;
|LFI &lt;br /&gt;
|091110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sponsorwall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
|developer  [http://demo.pulseextensions.com/sponsor-wall.html resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Flip wall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
| developer http://demo.pulseextensions.com/flip-wall.html update notice  [http://www.example.com link title]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Freestyle FAQ 1.5.6     ==&lt;br /&gt;
|http://freestyle-joomla.com/fssdownloads/viewcategory/2 Freestyle FAQ 1.5.6 ‎SQL Injection&lt;br /&gt;
|&lt;br /&gt;
|[http://freestyle-joomla.com/index.php?announceid=43 new version (1.9.0) is available which fixes] the security issues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   iJoomla Magazine 3.0.1  ==&lt;br /&gt;
|iJoomla Magazine 3.0.1 RFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Clantools   ==&lt;br /&gt;
| &lt;br /&gt;
|http://www.joomla-clantools.de/downloads/doc_download/7-clantools-123.html clantool sqli&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jphone   ==&lt;br /&gt;
|jphone LFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  PicSell    ==&lt;br /&gt;
|[http://vm.xmlswf.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=104&amp;amp;Itemid=131Picsell LFD, 777]&lt;br /&gt;
|020910&lt;br /&gt;
|new version [http://vm.xmlswf.com/picsell released 150312]  version number 11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Zoom Portfolio   ==&lt;br /&gt;
|SID&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   zina   ==&lt;br /&gt;
|[http://www.pancake.org/zina/ SQL Injection]&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Team's   ==&lt;br /&gt;
|[http://www.joomlamo.com Teams extension] SQL Injection &lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Amblog    ==&lt;br /&gt;
|[http://robitbt.hu/jm/index.php?option=com_amdownloader&amp;amp;task=showfiles&amp;amp;pathid=8 Amblog] SQLi&lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   wmtpic  ==&lt;br /&gt;
|www.webmaster-tips.net various&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Jomtube    ==&lt;br /&gt;
|http://www.jomtube.com/ SID&lt;br /&gt;
|220710&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Rapid Recipe    ==&lt;br /&gt;
|http://www.rapid-source.com Persistent XSS Vulnerability last known fix version 1.7.2 &lt;br /&gt;
|july 10,2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Health &amp;amp; Fitness Stats   ==&lt;br /&gt;
|http://joomla-extensions.instantiate.co.uk/jcomponents/healthstats Persistent XSS Vulnerability july 10,2010 &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  staticxt   ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/edition/custom-code-in-content/2184  no version number provided&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   quickfaq  ==&lt;br /&gt;
|http://www.schlu.net sqli&lt;br /&gt;
|090710&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==    Minify4Joomla  ==&lt;br /&gt;
|http://waltercedric.com/ LFI and xss&lt;br /&gt;
|090710&lt;br /&gt;
|No longer available to download&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   IXXO Cart   ==&lt;br /&gt;
|http://www.php-shop-system.com/ SQLi LFI XSS Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|developer resolution [http://support.ixxoglobal.com/index.php?/News/NewsItem/View/22/ixxo-cart-new-release-v41190 notice] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  PaymentsPlus   ==&lt;br /&gt;
|http://paymentsplus.com.au/ 2.1.5 Blind SQL Injection Vulnerability&lt;br /&gt;
|090710 &lt;br /&gt;
|current version 2.20, 2.1.5 not listed on dev site&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ArtForms   ==&lt;br /&gt;
|http://joomlacode.org/gf/project/jartforms/ ArtForms 2.1b7.2 RC2 Multiple Remote Vulnerabilities&lt;br /&gt;
|090710&lt;br /&gt;
| Old beta extension &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  autartimonial   ==&lt;br /&gt;
|autartica.be Sqli Vulnerability&lt;br /&gt;
|060710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== eventcal 1.6.4    ==&lt;br /&gt;
|http://joomlacode.org/gf/project/eventcal/frs/ SQL I  last update 2006-12-31 on joomlacode&lt;br /&gt;
|040710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== date converter    ==&lt;br /&gt;
|http://sourceforge.net/projects/date-converter/ sqli&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== real estate    ==&lt;br /&gt;
|http://www.opensourcetechnologies.com/demos/real-estate.html RFI&lt;br /&gt;
|210610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  cinema   ==&lt;br /&gt;
|SQL injection&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Jreservation  ==&lt;br /&gt;
|http://jforjoomla.com/ SQLi Vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   joomdocs  ==&lt;br /&gt;
|http://joomclan.com/index.php/JoomDocs/ xss vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Live Chat    ==&lt;br /&gt;
|http://www.joompolitan.com/livechat.html Multiple Remote Vulnerabilities &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Turtushout 0.11    ==&lt;br /&gt;
| http://www.turtus.org.ua/files?func=fileinfo&amp;amp;id=13 SQL Injection (again)&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  BF Survey Pro Free   ==&lt;br /&gt;
|BF Survey Pro Free SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|Product marker as retired by the developer&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MisterEstate   ==&lt;br /&gt;
|http://www.misterestate.com/ Blind SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  RSMonials    ==&lt;br /&gt;
|http://www.rswebsols.com/downloads/category/14-download-rsmonials-all?download=23%3Adownload-rsmonials-component XSS Exploit&lt;br /&gt;
|190610&lt;br /&gt;
|Believed to be 1.5.1 version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Answers v2.3beta   ==&lt;br /&gt;
|Multiple Vulnerabilities http://extensions.joomla.org/extensions/communication/forum/12652&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Gallery XML 1.1   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/photos-a-images/photo-gallery/12504&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JFaq 1.2   ==&lt;br /&gt;
|JFaq 1.2 Multiple Vulnerabilities&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Listbingo 1.3   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/ads-a-affiliates/classified-ads/12062&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Alpha User Points    ==&lt;br /&gt;
|www.alphaplug.com LFI&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   recruitmentmanager  ==&lt;br /&gt;
|http://recruitment.focusdev.co.uk Upload Vulnerability&lt;br /&gt;
|130610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Info Line (MT_ILine)    ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/news-display/news-tickers-a-scrollers/8425 reports of shell scripts in download file&lt;br /&gt;
|120610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ads manager  Annonce   ==&lt;br /&gt;
|http://joomla.clubnautiquemarine.fr/ &lt;br /&gt;
Upload Vulnerability&lt;br /&gt;
| 05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  lead article    ==&lt;br /&gt;
|http://www.leadya.co.il/ SQLi&lt;br /&gt;
|050610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  djartgallery   ==&lt;br /&gt;
|http://www.design-joomla.eu Multiple Vul&lt;br /&gt;
|05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Gallery 2 Bridge    ==&lt;br /&gt;
|[http://trac.4theweb.nl/g2bridge g2bridge] LFI vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jsjobs   ==&lt;br /&gt;
|[http://www.joomsky.com jsjobs] SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Poll  ==&lt;br /&gt;
|http://slideshow.joomlaextensions.co.in/ SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MediQnA   ==&lt;br /&gt;
|MediQnA LFI vulnerability version : v1.1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Job  ==&lt;br /&gt;
|http://joomlaextensions.co.in/ LFI SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  SectionEx   ==&lt;br /&gt;
|Stack Ideas section Ex LFI&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ActiveHelper LiveHelp    ==&lt;br /&gt;
|XSS in [http://extensions.joomla.org/extensions/communication/chat/12492 LiveHelp] &lt;br /&gt;
|200510&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  JE Quotation Form   ==&lt;br /&gt;
|http://joomlaextensions.co.in/free-download/doc_download/11-je-quotation-form.html  LFI&lt;br /&gt;
|&lt;br /&gt;
|developers statement of [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form resolution]  '''note''', now known as [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form JE Quote Form] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  konsultasi   ==&lt;br /&gt;
|SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Seber Cart    ==&lt;br /&gt;
|Local File Disclosure Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|[http://www.sebercart.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=158 Developer Update 140510]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Camp26 Visitor    ==&lt;br /&gt;
|RFI www.camp26.biz&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   JE Property  ==&lt;br /&gt;
|JE Property Finder Upload Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Noticeboard  ==&lt;br /&gt;
|Noticeboard for Joomla &amp;quot;controller&amp;quot; Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==SmartSite     ==&lt;br /&gt;
|SmartSite com_smartsite Local File Inclusion Vulnerability &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  htmlcoderhelper graphics   ==&lt;br /&gt;
|htmlcoderhelper graphics v1.0.6 LFI Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
== Ultimate Portfolio    ==&lt;br /&gt;
|Ultimate Portfolio  Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Archery Scores   ==&lt;br /&gt;
| [http://lispeltuut.org/ Archery Scores (com_archeryscores) v1.0.6 LFI Vulnerability]&lt;br /&gt;
&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  ZiMB Manager   ==&lt;br /&gt;
|Joomla Component ZiMB Manager Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Matamko   ==&lt;br /&gt;
|Matamko Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Root   ==&lt;br /&gt;
|Multiple Root Local File Inclusion Vulnerability http://joomlacomponent.inetlanka.com/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Map   ==&lt;br /&gt;
|Multiple Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Contact Us Draw Root Map  ==&lt;br /&gt;
|Draw Root Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  iF surfALERT   ==&lt;br /&gt;
|[http://www.inertialfate.za.net/ iF surfALERT] Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   GBU FACEBOOK  ==&lt;br /&gt;
|GBU FACEBOOK SQL injection vulnerability http://www.gbugrafici.nl/gbufacebook/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   jnewspaper  ==&lt;br /&gt;
|jnewspaper (cid) SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
== MT Fire Eagle ==&lt;br /&gt;
&lt;br /&gt;
|LFI http://joomlacode.org/gf/project/jfireeagle/frs/ http://www.moto-treks.com&lt;br /&gt;
| 190410&lt;br /&gt;
| product considered retired and to be replaced by dev&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Sweetykeeper   ==&lt;br /&gt;
|Sweetykeeper Local File Inclusion Vulnerability  http://www.joomlacorner.com/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  jvehicles   ==&lt;br /&gt;
|SQL Injection http://jvehicles.com&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  worldrates   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  cvmaker   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  advertising   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   horoscope  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   webtv  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  diary   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Memory Book   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  JprojectMan   ==&lt;br /&gt;
|LFI http://extensions.joomla.org/extensions/communities-a-groupware/project-a-task-management/5676&lt;br /&gt;
|110410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   econtentsite  ==&lt;br /&gt;
|LFI&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    Jvehicles ==&lt;br /&gt;
|ID&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    gigcalender   ==&lt;br /&gt;
&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/calendars-a-events/events/97)http://extensions.joomla.org/extensions/calendars-a-events/events/97 gigcalender]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    heza content   ==&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427)http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427  heza content]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  SqlReport   ==&lt;br /&gt;
|Sqlreport has a sql/RFI exploit. awaiting confirmation on exact developer.&lt;br /&gt;
|Feb 20&lt;br /&gt;
|'''Not Known'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Yelp ==&lt;br /&gt;
| SQLi - Unable to locate developer. Possibly a custom extension.&lt;br /&gt;
|Feb 01 &lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; | '''  Not Known'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''This list is change protected, for updates or additions [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=87230 lafrance] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD]&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
== Codes used ==&lt;br /&gt;
SQLi - SQL injection [http://en.wikipedia.org/wiki/Code_injection#SQL_injection wikipedia]&lt;br /&gt;
&lt;br /&gt;
LFI - Local File Inclusion [http://www.scribd.com/doc/6498408/Remote-and-Local-File-Inclusion-Explained scribd]&lt;br /&gt;
&lt;br /&gt;
RFI - Remote file inclusion [http://en.wikipedia.org/wiki/Remote_File_Inclusion wikipedia]&lt;br /&gt;
&lt;br /&gt;
DT - Directory Traversal [http://en.wikipedia.org/wiki/Directory_traversal wikipedia] (incl 777 folders)&lt;br /&gt;
&lt;br /&gt;
ID = Information Disclosure: account information or sensitive information publicly viewable, or passed to 3rd party without knowledge&lt;br /&gt;
&lt;br /&gt;
== Future Actions &amp;amp; WIP ==&lt;br /&gt;
&lt;br /&gt;
[http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions RSS feed] completed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to feed VEL direct to twitter&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The RSS feed is currently fed by item entry order and not by date fixed. &lt;br /&gt;
List as discussed in  [[jtopic:455746]] by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD] editing by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Security]]&lt;br /&gt;
[[Category:Component Management]]&lt;/div&gt;</summary>
		<author><name>Mandville</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Publishing_to_JED</id>
		<title>Publishing to JED</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Publishing_to_JED"/>
				<updated>2013-05-13T21:12:13Z</updated>
		
		<summary type="html">&lt;p&gt;Mandville: update vel link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RightTOC}}&lt;br /&gt;
This file its considered a complement of Joomla! Extensions Directory [http://extensions.joomla.org/tos Terms of Service (TOS)] for extensions developers.&lt;br /&gt;
&lt;br /&gt;
Inclusion in the Joomla! Extensions Directory is a privilege, not a right and is at the sole discretion of the Joomla! Extensions Directory team and the Community Leadership Team (CLT). Any listing can be removed at any time at the discretion of the Joomla! Extensions Directory team without notice.&lt;br /&gt;
&lt;br /&gt;
==Your files==&lt;br /&gt;
===Coding===&lt;br /&gt;
* [[Language_Guidelines_for_3rd_Party_Extensions|Language Guidelines for 3rd Party Extensions]]&lt;br /&gt;
* [[Extensions_GPL_notices|Extensions GPL notices]]&lt;br /&gt;
* [[Components:xml_installfile|Components:xml installfile]]&lt;br /&gt;
* [[Manifest_files|Joomla! Manifest Files]]&lt;br /&gt;
* [[Setting_up_your_workstation_for_extension_development|Setting up your workstation for extension development]]&lt;br /&gt;
&lt;br /&gt;
===Licensing===&lt;br /&gt;
* [[Extensions_and_GPL|Extensions and GPL]]&lt;br /&gt;
* [[Extensions_GPL_notices|Extensions GPL notices]]&lt;br /&gt;
* [[JED_Entries_License_Checklist|JED Entries License Checklist]]&lt;br /&gt;
&lt;br /&gt;
====Can I submit non-GPL licensed extensions?====&lt;br /&gt;
&lt;br /&gt;
No. Since March 1st 2009, only Joomla! extensions licensed under the GNU GPL will be accepted into the JED. Read this [http://community.joomla.org/blogs/leadership/636-jed-to-be-gpl-only-by-july-2009.html blog post for more information]&lt;br /&gt;
&lt;br /&gt;
===Free or commercial?===&lt;br /&gt;
* To select on business model see: [[Free_and_Commercial_extensions|Free and Commercial extensions]]&lt;br /&gt;
&lt;br /&gt;
===Naming===&lt;br /&gt;
* [[Extensions_name|Extensions name]]&lt;br /&gt;
&lt;br /&gt;
===Packing===&lt;br /&gt;
* Packing your extensions [[Extensions_packing|Extensions packing]]&lt;br /&gt;
* [[Extensions_and_GPL#Extensions_pack_-_general_requirements|Extensions pack - general requirements]]&lt;br /&gt;
&lt;br /&gt;
===Distribution===&lt;br /&gt;
Its important to have your files always a available to download&lt;br /&gt;
* See how we can help you distributing your file [[Extensions_distribution|Extensions distribution]]&lt;br /&gt;
&lt;br /&gt;
===Extensions Security===&lt;br /&gt;
* Tutorial: [[Securing Joomla extensions]]&lt;br /&gt;
* FAQ: [[Security_and_Performance_FAQs#Joomla.21_Extensions|Security and Performance FAQs - Extensions Security]]&lt;br /&gt;
&lt;br /&gt;
==Your actions==&lt;br /&gt;
===Submiting files===&lt;br /&gt;
* Tutorial: [[How_do_you_list_your_extension_in_the_extensions_site%3F|How do you list your extension in the extensions site?]]&lt;br /&gt;
&lt;br /&gt;
====Extensions compatibility====&lt;br /&gt;
'''Joomla! 1.0 compatible extensions''' - Since March 31st 2009, JED no longer accepts Joomla! 1.0 compatible-only extensions.&lt;br /&gt;
* Read the [http://community.joomla.org/blogs/community/629-jed-will-phase-out-joomla-10-extensions-in-june-2009.html announcement]&lt;br /&gt;
'''Joomla! 1.5/1.6/1.7 compatible extensions''' - Since April 1st, 2012, JED no longer accepts Joomla! 1.5/1.6/1.7 compatible-only extensions.&lt;br /&gt;
* Read the [http://community.joomla.org/blogs/leadership/1566-the-jed-and-version-support.html announcement]&lt;br /&gt;
&lt;br /&gt;
====Submission Checklists====&lt;br /&gt;
Your submission will be reviewed in a 4 steps process. Before you submit a file to JED you should also take the same steps to avoid delays in publishing:&lt;br /&gt;
* Step A - [[JED_Entries_Submission_Checklist|Submission Checklist]]&lt;br /&gt;
* Step B - [[JED_Entries_Trademark_Checklist|Trademark Checklist]]&lt;br /&gt;
* Step C - [[JED_Entries_License_Checklist|License Checklist]]&lt;br /&gt;
* Step D - [[JED_Entries_Installation_and_Functionality_Checklist|Installation and Functionality Checklist]]&lt;br /&gt;
&lt;br /&gt;
====How can I help to speed up my extension's approval time?====&lt;br /&gt;
There are several ways you can help the extension submission process go faster and smoother.&lt;br /&gt;
As you may know, the Joomla! Extension Directory is supported by volunteers and it takes time to go through all the extensions.&lt;br /&gt;
You can help to speed up the approval process by making sure your extension:&lt;br /&gt;
#  uses GPL license and include [http://docs.joomla.org/Extensions_GPL_notices proper notices].&lt;br /&gt;
# follows [http://opensourcematters.org/logo-usage-and-brand-guide.html Joomla's Logo and Brand guidelines].&lt;br /&gt;
# has [http://opensourcematters.org/index.php?option=com_content&amp;amp;view=article&amp;amp;id=86 permission to use Joomla trademark] if your extension or site uses Joomla!'s trademark.&lt;br /&gt;
# if using Joomla word, its an approved name: see [http://opensourcematters.org/extension-name-request.html Form for name request ].&lt;br /&gt;
# does not conflict with other extension names [http://docs.joomla.org/Extensions_name Extensions name FAQ]&lt;br /&gt;
# has valid links: [http://docs.joomla.org/Extensions_distribution see how we can help in distribution].&lt;br /&gt;
# is downloadable by front-end/public/registered or guest user.&lt;br /&gt;
# use the JEDChecker tool to find common submission errors: [http://extensions.joomla.org/extensions/tools/development-tools/21336 JEDChecker]&lt;br /&gt;
# is installs on Joomla! unless your submission is for Tools category.&lt;br /&gt;
# is installs and un-installs without error (please test it in different environments).&lt;br /&gt;
# has all versions marked attached to listing&lt;br /&gt;
# is compatible with the current supported Joomla! version&lt;br /&gt;
# you do not impose additional restrictions on the usage, distribution or modification of the extension&lt;br /&gt;
# does not require any type of 'key' to function (if you use a support/update key that calls home, it must be disabled by default - we highly recommend using the core Joomla updater released from version 1.6+ to avoid any issues)&lt;br /&gt;
&lt;br /&gt;
===Voting===&lt;br /&gt;
You are not allowed to vote for extensions:&lt;br /&gt;
* on same category as your files&lt;br /&gt;
* those considered direct competition&lt;br /&gt;
* your own files&lt;br /&gt;
* if you have been suspended previously for fraudulent voting&lt;br /&gt;
This applies also to people directly related to you: family, colleagues,  employees and partners.&lt;br /&gt;
&lt;br /&gt;
===Promoting===&lt;br /&gt;
* Soliciting reviews and votes: Extensions may only solicit votes and/or reviews in the manner defined in the TOS&lt;br /&gt;
&lt;br /&gt;
==Users actions on your entries==&lt;br /&gt;
===Reviewers===&lt;br /&gt;
====How can I, as a developer, get in contact with this particular reviewer?====&lt;br /&gt;
You can´t. Identity of JED users will never be revealed. What we can do is to invite a user to contact developer when developer wants to help out with an issue raised in reviews. Developer should then provide us with contact details, and then we will provide this information to the user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==JED Categorization==&lt;br /&gt;
===Can I suggest some changes to categorization?===&lt;br /&gt;
Categories in JED is constantly evolving to cope with the increasing amount of extensions. We strive to provide a good categorization to fit all extensions listed in JED. If you feel that an extension deserved to be in another existing or new category, please use the &amp;quot;Report This&amp;quot; button and let us know about your suggestion. You can also open a support ticket.&lt;br /&gt;
&lt;br /&gt;
===Which category should I publish my extension?===&lt;br /&gt;
If you are unsure where to publish your extension, a good starting point would be to look at other related extensions and find where they are listed.&lt;br /&gt;
&lt;br /&gt;
===Can I submit multiple listings at different categories for the same extension?===&lt;br /&gt;
No. You are allowed to list your extension once in a category in JED.&lt;br /&gt;
&lt;br /&gt;
===Can I have my extensions listed at different categories?===&lt;br /&gt;
No. Extensions can be listed in one category only.&lt;br /&gt;
&lt;br /&gt;
===What should I do if my extension is suitable to be listed in multiple categories?===&lt;br /&gt;
We suggest that you use the Description field in your extension listing to communicate the suitability of your extension in other areas.&lt;br /&gt;
&lt;br /&gt;
===Can I request an Extension Specific Category?===&lt;br /&gt;
Extension specific categories can be requested by a developer but are created at the sole discretion of the Joomla! Extensions Directory team and the CLT.&lt;br /&gt;
In general, extension specific categories are created when there are 5 or more published extension-specific listings for a parent extension created by developers. To request an extension-specific category, open a [http://extensions.joomla.org/component/maqmahelpdesk/ Support Ticket] and provide a link to the listings that would go into the new category. &lt;br /&gt;
Developers are welcome to create extension specific listings for other extensions.&lt;br /&gt;
&lt;br /&gt;
==Directory Rules==&lt;br /&gt;
Joomla! Extensions Directory  [http://extensions.joomla.org/tos Terms of Service (TOS)]&lt;br /&gt;
===Trademarks===&lt;br /&gt;
====Joomla! Trademark====&lt;br /&gt;
The Joomla! name and logos are registered trademarks in the United States and elsewhere held by Open Source Matters. Permission, from OSM, to use these trademarks is usually required and is only granted subject to specific rules&lt;br /&gt;
Trademarks [[JED_Entries_Trademark_Checklist|Trademark Checklist]]&lt;br /&gt;
====3rd party trademarks====&lt;br /&gt;
* Protecting trademarks&lt;br /&gt;
* Name conflicts&lt;br /&gt;
&lt;br /&gt;
===Security Problems===&lt;br /&gt;
When an extension its confirmed insecure it is unpublished from JED and listed at VEL (Vulnerable Extensions List)&lt;br /&gt;
* FAQ: [[How_do_you_choose_secure_extensions%3F|How do you choose secure extensions?]]&lt;br /&gt;
* FAQ: [[Why_does_the_Extensions_site_include_insecure_extensions%3F|Why does the Extensions site include insecure extensions?]]&lt;br /&gt;
* [http://community.joomla.org/blogs/community/1111-the-vel-reporting-procedure-explained.html The Vulnerable Extension List procedure explained]&lt;br /&gt;
** Vulnerable Extensions List: [http://vel.joomla.org]&lt;br /&gt;
&lt;br /&gt;
===Names and Alias===&lt;br /&gt;
Each entry gets its own ID. A name alias will be created for that entry&lt;br /&gt;
* [[Extensions_name|Extensions name]]&lt;br /&gt;
&lt;br /&gt;
===Forked extensions===&lt;br /&gt;
We support the original project developer whenever possible to maintain the integrity of the listings and also support developers who are building and innovating on the Joomla platform. To have a forked project listed in the JED it must meet additional requirements over original extension&lt;br /&gt;
* FAQ: [[Forked_Extensions|Forked Extensions]]&lt;br /&gt;
&lt;br /&gt;
==JED Editors actions==&lt;br /&gt;
===Rejecting===&lt;br /&gt;
* FAQ: [[Why_was_your_extension_rejected_from_being_listed%3F|Why was your extension rejected from being listed?&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
===Unpublishing===&lt;br /&gt;
When an entry its unpublished a short note its displayed in the public page. An email is sent to the developer. You can contact with JED team by the [http://extensions.joomla.org/component/maqmahelpdesk/ Ticket Support System] to solve issues and get your extension republished.&lt;br /&gt;
&lt;br /&gt;
See [http://extensions.joomla.org/index.php?option=com_content&amp;amp;id=53 Description of Unpublish Reason Codes (UR Codes)] for more information on how to solve issues with your listing.&lt;br /&gt;
&lt;br /&gt;
===Violations ans Suspensions===&lt;br /&gt;
See Terms of Service  [http://extensions.joomla.org/tos TOS, J- Violations]&lt;br /&gt;
&lt;br /&gt;
==JED Team Contact==&lt;br /&gt;
* Forum to discuss general issues  [[jforum:262|JED Forum]]&lt;br /&gt;
* [http://extensions.joomla.org/component/maqmahelpdesk/ Ticket Support System] for listings (the JED does not handle listing support through email, only through our ticket support system)&lt;br /&gt;
 &lt;br /&gt;
==Additional reading==&lt;br /&gt;
* Directory TOS:  [http://extensions.joomla.org/tos Terms of Service (TOS)]&lt;br /&gt;
* GPL FAQ for extensions: [[Extensions_and_GPL|Extensions and GPL]]&lt;br /&gt;
* See more FAQs: [[Category:JED|JED additional Faq]]&lt;br /&gt;
* Help: http://extensions.joomla.org/help2&lt;br /&gt;
&lt;br /&gt;
[[Category:JED]]&lt;/div&gt;</summary>
		<author><name>Mandville</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Vulnerable_Extensions_List</id>
		<title>Vulnerable Extensions List</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Vulnerable_Extensions_List"/>
				<updated>2013-05-01T23:46:17Z</updated>
		
		<summary type="html">&lt;p&gt;Mandville: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
{{notice|This document has now been replaced by the website at [http://vel.joomla.org/] vel.joomla.org from 1st May 2013&lt;br /&gt;
Please refer to there for the latest updates}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ***all wiki editors*** - do NOT touch without notice   --&amp;gt;&lt;br /&gt;
'''List prior to Jnuary 2011 ([[Archived vel|now archived]])''' Please check here also. &lt;br /&gt;
&amp;lt;!-- if you have altered the above line then revert your changes and contact me   --&amp;gt;&lt;br /&gt;
Please also check the [[Investigation of exploits|Extension Investigation List]].&lt;br /&gt;
 &lt;br /&gt;
== Check and Report.  ==&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
{{notice|small=yes|image=Stop hand nuvola.svg&lt;br /&gt;
  |header=Procedure change|All reports are now to be made via vel.joomla.org.}}&lt;br /&gt;
Report Vulnerable extensions in the [[http://vel.joomla.org|vel.joomla.org]]  clearly marked with the first word in the title being ''Vulnerable'' where the security moderators or JSST team will respond. &lt;br /&gt;
This list is change protected,''' for additions or updates email''' ''vel @ joomla.org'' &lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
== How to use this list ==&lt;br /&gt;
'''Items will be removed after a suitable period and not on resolution.'''&lt;br /&gt;
&lt;br /&gt;
All known vulnerable extensions are the listed in the first column &amp;quot;Extension&amp;quot;. Any in a &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;red box &amp;lt;/span&amp;gt;are where we have not been given a fix. Any in a &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;turquoise box&amp;lt;/span&amp;gt; contain a link to the notice about an &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;update with link.&amp;lt;/span&amp;gt; Any that are in an uncolored box are a &amp;quot;Contact the Developer About This Extension&amp;quot;.&lt;br /&gt;
Alert Advisory details are in the center column.&lt;br /&gt;
If the &amp;quot;Extension Update Link &amp;amp; Date Column has &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;'''Not Known''' &amp;lt;/span&amp;gt; then it is where no update is known.&lt;br /&gt;
&lt;br /&gt;
'''This list is compiled from found information and may not be an up to date accurate list''' ''We do '''NOT''' promise to test or validate these reports. We do '''NOT''' guarantee the quality or effectiveness of any updates reported to us or listed here.''&lt;br /&gt;
To sign up for the feed please [http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions follow this link]&lt;br /&gt;
* We do not list BETA products, or extensions for J1.0.x&lt;br /&gt;
&lt;br /&gt;
== Developers - How to get yourself removed from the VEL ==&lt;br /&gt;
&lt;br /&gt;
Resolved items will be removed after a suitable period and not on resolution&lt;br /&gt;
&lt;br /&gt;
Please solve the issues and:&lt;br /&gt;
&lt;br /&gt;
* '''If JED listed''' &lt;br /&gt;
&lt;br /&gt;
To have your extension republished, please follow these steps:&lt;br /&gt;
&lt;br /&gt;
1- Solve the issues.&lt;br /&gt;
&lt;br /&gt;
2- Attach the new zip file at your actual JED listing.&lt;br /&gt;
&lt;br /&gt;
3- Change the extension version at JED listing.&lt;br /&gt;
&lt;br /&gt;
4- Make sure to include a notice in the JED description to the fact that the new release is a &amp;quot;Security Release&amp;quot; and those who use the extension should upgrade immediately.&lt;br /&gt;
&lt;br /&gt;
5- Email the VEL team with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website&lt;br /&gt;
&lt;br /&gt;
6- Create a [http://bit.ly/velunlist JED listing owner ticket] to the JED with a notice and ask that your listing be republished. Include the full details of your new version number and security notice page&lt;br /&gt;
&lt;br /&gt;
VEL email can be found above and the JED support link is in your notice of &amp;quot;unpublication&amp;quot; [http://extensions.joomla.org/component/maqmahelpdesk/ and here] &lt;br /&gt;
&lt;br /&gt;
* '''If not JED listed.''' &lt;br /&gt;
Inform us by '''email''' with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website.&lt;br /&gt;
&lt;br /&gt;
== January 2012 and onwards Reported Vulnerable Extensions ==&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  civic crm 422==&lt;br /&gt;
|upload exploit /RFI&lt;br /&gt;
|260413&lt;br /&gt;
|developer http://civicrm.org/category/civicrm-blog-categories/civicrm-v43 release 4.3.1&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  alfcontact ==&lt;br /&gt;
|xss&lt;br /&gt;
|230413&lt;br /&gt;
|developer release [http://www.alfsoft.com statement on ALFContact v2.0.8 for J!2.5 ALFContact v3.1.4 for J!3]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  aiContactSafe 2.0.19 ==&lt;br /&gt;
|xss&lt;br /&gt;
|160413&lt;br /&gt;
|developer release statement  [http://www.algisinfo.com/en/home-bottom/41-xss-in-aicontactsafe.html for version 2.0.21] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RSfiles==&lt;br /&gt;
|SQL&lt;br /&gt;
|180313&lt;br /&gt;
|developer release statement  [http://www.rsjoomla.com/support/documentation/view-knowledgebase/141-changelog.html for version 12] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  1.6.8 update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Collector    ==&lt;br /&gt;
|Various [steevo.fr]&lt;br /&gt;
|230113&lt;br /&gt;
|developer update [http://www.steevo.fr/en/component/content/article/41-release-051 statement to] 0.5.1 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  tz guestbook   ==&lt;br /&gt;
|Various &lt;br /&gt;
|100113&lt;br /&gt;
|developer release statement [http://www.templaza.com/item/256-tz-guestbook-v1-1-2-security-release for 1.1.2]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== extplorer    ==&lt;br /&gt;
| 2.1.2, 2.1.1, 2.1.0 and 2.1.0RC5 are vulnerable to an authentication bypass&lt;br /&gt;
|251212&lt;br /&gt;
|developer [http://extplorer.net/news/12  update to 2.1.3 statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JooProperty    ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|101212&lt;br /&gt;
|developer release new version 1.13.1 -  [http://jooproperty.com/en/forum/last-jooproperty-release/277-important-security-fix-released-please-update.html#277 upgrade notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ag google analytic    ==&lt;br /&gt;
|Various&lt;br /&gt;
|061212&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== sh404sef &amp;lt;3.7.0 ==&lt;br /&gt;
|Undisclosed sh404SEF 3.4.x, 3.5.x, 3.6.x for Joomla 2.5&lt;br /&gt;
|26112&lt;br /&gt;
|developer [http://anything-digital.com/sh404sef/news/releases/sh404sef-3_7_0_1485-released.html statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Login Failed Log     ==&lt;br /&gt;
|23112&lt;br /&gt;
|ID - information disclosure&lt;br /&gt;
|developer [http://www.jm-experts.com/extensions-tools/login-failed-log release statement] to ver 1.5.4&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== jNews==&lt;br /&gt;
|&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joobi.co/index.php?option=com_content&amp;amp;view=article&amp;amp;id=8560:security-release-update-to-jnews-79x&amp;amp;catid=93:jnews&amp;amp;Itemid=225 statement to version  7.9.1] 151112&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Joombah Jobs    ==&lt;br /&gt;
|Upload restriction issues&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joombah.com/home/item/joombah-jobs-security-release-update-now statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== commedia    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|231012&lt;br /&gt;
|developer update [http://www.ecolora.com/index.php/15-commedia-a-mp3browser-new/77-commedia-3-2-is-not-vulnerable#english statement to version 3.2] 271012&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Kunena ==&lt;br /&gt;
|SQLi + ID&lt;br /&gt;
|221012&lt;br /&gt;
|Developer states [http://www.kunena.org/forum/announcement/id-52 current version not exploitable] by reported methods&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Icagenda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|Developer  [http://www.joomlic.com/en/extensions/icagenda   statement for 1.2.9] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JTag [joomlatag]   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==   Freestyle Support  ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|developer update [http://freestyle-joomla.com/help/announcements?announceid=60 statement 251012]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ACEFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|AceFTP 2.0.0 released. Developer [http://www.joomace.net/blog/aceftp/aceftp-200-has-been-released statement] 101012&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  MijoFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|*''reported fixed prior to notification''*&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  spider calendar lite   ==&lt;br /&gt;
|RFI &lt;br /&gt;
|180912&lt;br /&gt;
|developer release version 1.5 [http://web-dorado.com/products/joomla-calendar-module.html  version]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RokModule   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|Rereported 180912&lt;br /&gt;
|Developer states: no known exploits for our current versions [http://www.rockettheme.com/extensions-downloads/free/1012-rokmodule of RokModule Joomla 2.5 - v1.3 Joomla 1.5 - v1.4]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ICagenda   ==&lt;br /&gt;
| SQLi&lt;br /&gt;
|developer [http://www.joomlic.com/en/extensions/icagenda security release] - v1.2.1&lt;br /&gt;
|080912&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  En Masse cart   ==&lt;br /&gt;
|RFI&lt;br /&gt;
|060812&lt;br /&gt;
|Developer upgrade statement [http://www.matamko.com/news-update/14-en-masse-releases/142-announcement-for-security-release-enmasse-313.html   to 3.1.3]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   JCE (joomla content editor)  ==&lt;br /&gt;
|Upload Restriction &amp;lt;2.2.4 &lt;br /&gt;
|050812&lt;br /&gt;
|Developer states current version not exploitable &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RSGallery2  ==&lt;br /&gt;
|SQLi XSS&lt;br /&gt;
| 31 07 12&lt;br /&gt;
|Devleoper statement versions 3.2.0 for Joomla 2.5 and version 2.3.0 for Joomla 1.5  [http://www.rsgallery2.nl/topicseen./announcements/rsgallery2_3.2.0_and_2.3.0_released_16845.msg44046.html released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  osproperty   ==&lt;br /&gt;
|Unrestricted uploads&lt;br /&gt;
|160712&lt;br /&gt;
|Developer release [http://joomservices.com/components/ossolution-property.html version  2.0.3] 180712&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== KSAdvertiser     ==&lt;br /&gt;
| RFI &lt;br /&gt;
|160712&lt;br /&gt;
|The security update version 1.5.72 advise can be found here:&lt;br /&gt;
[http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=251:kiss-advertiser-sicherheitsupdate&amp;amp;catid=69&amp;amp;Itemid=361&amp;amp;lang=de German] [http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=252:kiss-advertiser-security-update&amp;amp;catid=21&amp;amp;Itemid=362&amp;amp;lang=en English]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Shipping by State for Virtuemart   ==&lt;br /&gt;
|elevated permissions (http://web-expert.gr/en)&lt;br /&gt;
|160612&lt;br /&gt;
| [http://web-expert.gr/en/commersial/virtuemart-shipping-by-state-component Upgrade to v2.5 download] commercial product 300612&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ownbiblio 1.5.3   ==&lt;br /&gt;
|SQLi + &lt;br /&gt;
|250512&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  Ninjaxplorer &amp;lt;=1.0.6   ==&lt;br /&gt;
|developer notification&lt;br /&gt;
|250412&lt;br /&gt;
|developer statement [http://ninjaforge.com/blog/318-security-vulnerability-discovered-in-ninjaxplorer-upgrade-immediately upgrade to 1.0.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Phoca Fav Icon    ==&lt;br /&gt;
|Permissions Rewrite&lt;br /&gt;
|150412&lt;br /&gt;
| [http://www.phoca.cz/news/30-phoca-news/633-phoca-favicon-203-released developer update 2.0.3 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  estateagent improved   ==&lt;br /&gt;
|sqli (eaimproved.eu)&lt;br /&gt;
|110412&lt;br /&gt;
|developer states previous version, not current version&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  bearleague   ==&lt;br /&gt;
|110412&lt;br /&gt;
|sql &lt;br /&gt;
|(no longer maintained)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JLive! Chat v4.3.1   ==&lt;br /&gt;
|DT &lt;br /&gt;
|060412&lt;br /&gt;
|Developer reports [http://www.cmsfruit.com/security-measures.html  as unproven]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   virtuemart 2.0.2  ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|050412&lt;br /&gt;
|developers [http://virtuemart.net/news/list-all-news/417-happy-easter-new-virtuemart-204-released-security-update-sqli release statement]Current version 2.0.6 released&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JE testimonial    ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|230312&lt;br /&gt;
|Developer states '''malicious report.'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JaggyBlog   ==&lt;br /&gt;
|excessive file permission &lt;br /&gt;
|090212&lt;br /&gt;
|version 1.3.1 [http://www.jaggysnake.co.uk/products/jaggyblog released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Quickl Form   ==&lt;br /&gt;
|xss&lt;br /&gt;
|260112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  com_advert   ==&lt;br /&gt;
|sqli - unknown developer&lt;br /&gt;
|240112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla Discussions Component    ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|Discussions 1.4.1 released  [http://www.codingfish.com/news/38-joomla/101-discussions-141-released developer statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== HD Video Share (contushdvideoshare)  ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|updated [http://www.hdvideoshare.net version 2.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== January 2011 - Jan 2012  Reported Vulnerable Extensions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions either in the [[jforum:432]] security topic clearly marked with the first word in the title being ''Vulnerable Report'' where the security moderators or JSST team will respond or via email to the VEL team. For a guide to the [http://docs.joomla.org/Vulnerable_Extensions_List#Codes_used codes]&lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Dshop    ==&lt;br /&gt;
|sqli (possibly dhrusya.com)&lt;br /&gt;
|201111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  QContacts 1.0.6   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|131211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jobprofile  1.0 ==&lt;br /&gt;
|  SQL Injection Vulnerability&lt;br /&gt;
|051211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JX Finder 2.0.1   ==&lt;br /&gt;
| XSS Vulnerabilities&lt;br /&gt;
|011211&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  wdbanners   ==&lt;br /&gt;
|Unknown Exploit&lt;br /&gt;
|301111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  JB Captify Content  J1.5 and J1.7     ==&lt;br /&gt;
|Security checks missing -Versions prior to JB_mod_captifyContent_J1.5_J1.7_1.0.1.zip&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [http://joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JB Microblog   ==&lt;br /&gt;
|Security checks missing - J1.7 only. Versions prior to 1.10.3 &lt;br /&gt;
|14111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Slideshow &amp;lt;3.5.1,   ==&lt;br /&gt;
|Security checks missing&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Bamboobox   ==&lt;br /&gt;
|Security checks missing - J1.5 all versions prior to 1.2.2 &lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  RokModule    ==&lt;br /&gt;
|SQLI - exploits     RokStock RokWeather RokNewspager&lt;br /&gt;
|121111&lt;br /&gt;
|developer release statement [http://www.rockettheme.com/blog/extensions/1300-important-security-vulnerability-fixed    RokModule v1.3 for Joomla 1.7   RokModule v1.4 for Joomla 1.5]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  hm community   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
|011111&lt;br /&gt;
|developer release [http://joomlaextensions.co.in/product/HM-Community 1.01]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Alameda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|01111&lt;br /&gt;
|developer statement [http://www.blueflyingfish.com/alameda/index.php?option=com_content&amp;amp;view=category&amp;amp;id=5&amp;amp;Itemid=28 and Latest version number v1.0.1.]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Techfolio 1.0    ==&lt;br /&gt;
|Techfolio 1.0 SQLI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Barter Sites 1.3  ==&lt;br /&gt;
|Barter Sites 1.3 SQL Injection &amp;amp; Persistent XSS vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer [http://my.barter-sites.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=6&amp;amp;Itemid=25 release 1.3.1] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Jeema SMS 3.2  ==&lt;br /&gt;
|Jeema SMS 3.2 Multiple Vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer resolution notice [http://jeema.net/about-us/securty-releases.html for 3.5.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Vik Real Estate 1.0   ==&lt;br /&gt;
|Vik Real Estate 1.0  Multiple Blind SqlI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== yj contact    ==&lt;br /&gt;
|LFI (youjoomla contact)&lt;br /&gt;
|241011&lt;br /&gt;
|developer update statement [http://www.youjoomla.com/yj-contact-us-1.0.1-released.html 261011]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   NoNumber Framework  ==&lt;br /&gt;
| Advanced Module Manager * AdminBar Docker * Add to Menu * Articles Anywhere * What? Nothing!* Tooltips* Tabber* Sourcerer* Slider* Timed Styles* Modules Anywhere* Modalizer* ReReplacer* Snippets* DB Replacer* CustoMenu* Content Templater* CDN for Joomla!* Cache Cleaner* Better Preview&lt;br /&gt;
|181011&lt;br /&gt;
|see http://feeds.feedburner.com/nonumber/news for updates of various extensions&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Time Returns    ==&lt;br /&gt;
|SQLi takeaweb.it&lt;br /&gt;
|151011&lt;br /&gt;
|No longer developed. New version 2.0.1 for Joomla 1.6/1.7 (old version are no longer supported) http://www.takeaweb.it&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|300811&lt;br /&gt;
|developer advice [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64&amp;amp;Itemid=59 page] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jumi    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|300811&lt;br /&gt;
|Developer states proper use of joomla administration/extension documentation reading&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla content editor    ==&lt;br /&gt;
|JCE lfi/rfi vulnerability&lt;br /&gt;
|&lt;br /&gt;
|JCE 2.0.11 and JCE 1.5.7.14 [http://www.joomlacontenteditor.net/news/item/jce-2011-released have been released]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Google Website Optimizer  ==&lt;br /&gt;
|Numerous vulnerabilities. Website Optimizer, Pearl Group&lt;br /&gt;
|290811&lt;br /&gt;
|developer update [http://www.pearl-group.com/optimizer-changelog statement to ver. 1.4.0] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Almond Classifieds   ==&lt;br /&gt;
|777 Folder settings (all folders it uses are set to 777 including previously 755 locked folders) &lt;br /&gt;
|260811&lt;br /&gt;
|developer resolution [http://www.almondsoft.com/acj/ notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== joomtouch    ==&lt;br /&gt;
|LFI/RFI&lt;br /&gt;
|180811&lt;br /&gt;
|developers [http://www.joomtouch.com/ultime/4-risolta-la-vulnerabilita-di-joomtouch.html resolution notice  1.0.3]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RAXO All-mode PRO   ==&lt;br /&gt;
|Timthumb  RFI &lt;br /&gt;
|110811&lt;br /&gt;
|[http://raxo.org/forum/viewtopic.php?f=2&amp;amp;t=60#p2056 developer upgrade 1.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  V-portfolio   ==&lt;br /&gt;
|DT - open folders&lt;br /&gt;
|110811&lt;br /&gt;
| [http://vsmart-extensions.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=61 developer resolution statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== obSuggest    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|310711&lt;br /&gt;
|developer [http://foobla.com/news/latest/obsuggest-1.8-security-release.html release statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple Page    ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|developer update [http://omar84.com/latest-news/65-simple-page-options-1517-security-release statement] v1.5.17 has been released&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/components/je-story-submit.html devloper security update] notice to ver 1.9&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   appointment booking pro  ==&lt;br /&gt;
|LFI 22071&lt;br /&gt;
|&lt;br /&gt;
|[http://appointmentbookingpro.com/index.php?option=com_kunena&amp;amp;Itemid=66&amp;amp;func=view&amp;amp;catid=25&amp;amp;id=8129#8129 developer update security announcement] Current 2.0.1 and 1.4.x versions, are '''not''' vulnerable,&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  acajoom   ==&lt;br /&gt;
|xss (admin permission required)&lt;br /&gt;
|220711&lt;br /&gt;
|updated to 5.20&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  gTranslate   ==&lt;br /&gt;
|ID - &lt;br /&gt;
|220711&lt;br /&gt;
|[http://edo.webmaster.am/gtranslate-changelog developer security release] 1.5 x.25 and 1.6 x.26.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  alpharegistration    ==&lt;br /&gt;
|http://www.alphaplug.com/ Please contact the developer for any questions on this extension&lt;br /&gt;
|170711 220711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jforce    ==&lt;br /&gt;
|DT - &lt;br /&gt;
|170711&lt;br /&gt;
| [http://www.jforce.com/blog/270-jforce-security-release.html developer states The new version number v1.5r1362 resolves the problem] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Flash Magazine Deluxe Joomla   ==&lt;br /&gt;
|ID [http://www.joomplace.com/joomla-components/flash-magazine-deluxe-component.html multiple vulnerabilities]&lt;br /&gt;
|170711&lt;br /&gt;
|[http://www.joomplace.com/news-blog/flashmagazine-deluxe-2-1-4-security-release.html developer release] 2.1.4&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== AVreloaded    ==&lt;br /&gt;
|SQLi - version 1.2.6&lt;br /&gt;
|150711&lt;br /&gt;
|[http://allvideos.fritz-elfert.de/ 1.2.7 released developer release statement 160711] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  Sobi   ==&lt;br /&gt;
|SQLI - &lt;br /&gt;
|130711&lt;br /&gt;
|[http://www.sigsiu.net/changelog developer fix and update statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  fabrik   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|120711&lt;br /&gt;
|[http://fabrikar.com/downloads/details/36/89 Developers Update statement 2.1]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  xmap   ==&lt;br /&gt;
|sqli 1.2.11 &lt;br /&gt;
|120711&lt;br /&gt;
|upgrade to 1.2.12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Atomic Gallery     ==&lt;br /&gt;
|Creates 777 folders [http://www.atomicon.nl/atomicongallery Atomic gallery] &lt;br /&gt;
|110711&lt;br /&gt;
|developer [http://www.atomicon.nl/atomicongallery#changelog release statement/changelog]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  myApi   ==&lt;br /&gt;
|ID [http://extensions.joomla.org/component/mtree/social-web/facebook-integration/11624 Contains &amp;quot;Call-Home&amp;quot; function. Sends private user information to developer.] &lt;br /&gt;
|020711&lt;br /&gt;
|[http://www.myapi.co.uk/ Developer states Use version 1.3.4.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  mdigg   ==&lt;br /&gt;
|SQL I (not listed in JED)&lt;br /&gt;
|020711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Calc Builder   ==&lt;br /&gt;
|sqli + ID&lt;br /&gt;
|180611&lt;br /&gt;
| [http://components.moonsoft.es/downloadcalcbuilder  dev security release 0.0.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Cool Debate    ==&lt;br /&gt;
|Cool Debate 1.03 LFI&lt;br /&gt;
|&lt;br /&gt;
| version [http://www.acoolsip.com/development/a-cool-debate.html 1.0.8 released.] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Scriptegrator Plugin 1.5.5==&lt;br /&gt;
|LFI&lt;br /&gt;
|140611&lt;br /&gt;
| [http://www.greatjoomla.com/news/index.html  Update - Core Design Scriptegrator plugin 2.0.9 &amp;amp;] 1.5.6&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Joomnik Gallery   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/joomnik/ developer update to 0.9.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JMS fileseller   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|0611&lt;br /&gt;
|[http://joommasters.com/commercial-extensions/components/jms-fileseller.html developer upgrade announcement to v1.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sh404SEF   ==&lt;br /&gt;
|low-level XSS security issue&lt;br /&gt;
|300511&lt;br /&gt;
|[http://dev.anything-digital.com/Forum/Announcements/11147-sh404SEF-2.2.6-now-available-for-Joomla-1.5/ Dev upgrade statement to 2.2.6]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story submit    ==&lt;br /&gt;
|LFI/RFI &lt;br /&gt;
|&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/modules/je-content-menu.html?page=shop.product_details&amp;amp;flypage=flypage.tpl&amp;amp;product_id=77&amp;amp;category_id=13&amp;amp;vmcchk=1 developer states Version 1.8]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   FCKeditor   ==&lt;br /&gt;
|File Upload Vulnerability&lt;br /&gt;
|230511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== KeyCaptcha    ==&lt;br /&gt;
|ID &lt;br /&gt;
|190511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ask A Question AddOn v1.1   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|160511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Global Flash Gallery     ==&lt;br /&gt;
|flash-gallery.com xss &lt;br /&gt;
|130511&lt;br /&gt;
|[http://flash-gallery.com/help/joomla-extension/faq/security-update-0.5.0/ dev release 0.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== com_google     ==&lt;br /&gt;
|LFI [http://freejoomlacomponent.appspot.com/ com_google]&lt;br /&gt;
|080511&lt;br /&gt;
|[http://freejoomlacomponent.appspot.com/securityrelease.html devs update to 1.5.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  docman   ==&lt;br /&gt;
|com-docman Input Validation Error &lt;br /&gt;
|160511&lt;br /&gt;
|[http://forum.joomla.org/viewtopic.php?p=2502904#p2502904 devs resolution statement, report for old version]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Newsletter Subscriber    ==&lt;br /&gt;
|XSS &lt;br /&gt;
|120511&lt;br /&gt;
|[http://mavrosxristoforos.com/joomla-extensions/free/newsletter-subscriber Deveopler update]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Akeeba   ==&lt;br /&gt;
|akkeba backup and joomlapack&lt;br /&gt;
|170411&lt;br /&gt;
|[https://www.akeebabackup.com/home/item/1091-akeeba-backup-3-2-7.html dev update to 3.2.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Facebook Graph Connect   ==&lt;br /&gt;
|SID. call home device with user credentials&lt;br /&gt;
|120411&lt;br /&gt;
|[http://www.sikkimonline.info/security-notice dev update notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== booklibrary    ==&lt;br /&gt;
|SQLi ordasoft booklibrary&lt;br /&gt;
|180311&lt;br /&gt;
|[http://ordasoft.com/Book-Library/security-upgrade-instructions-for-book-library.html developer upgrade instructions]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== semantic    ==&lt;br /&gt;
|com semantic http://www.scms.es/joomla creates hidden admin users &lt;br /&gt;
|150311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JOMSOCIAL 2.0.x 2.1.x   ==&lt;br /&gt;
|SID, open folders&lt;br /&gt;
|120311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  flexicontent   ==&lt;br /&gt;
|forced 777, malicious files &lt;br /&gt;
|250311&lt;br /&gt;
|[http://www.flexicontent.org/home/item/192-flexicontent-154-is-finally-out.html devs resolve statement], [http://www.flexicontent.org/downloads/latest-version.html Changelog]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== jLabs Google Analytics Counter     ==&lt;br /&gt;
|jLabs Google Analytics Counter  SID&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  xcloner   ==&lt;br /&gt;
|Unspecified&lt;br /&gt;
|260211&lt;br /&gt;
|[http://www.xcloner.com/xcloner-news/important-security-upgrade/ dev announcement of security release]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== smartformer    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|230211 (repeat of 041110)&lt;br /&gt;
|[http://www.itoris.com/joomla-form-builder-smartformer.html v2.4.1 security fix for Joomla 1.5.x]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== xmap 1.2.10    ==&lt;br /&gt;
|Malicious payload in zip&lt;br /&gt;
|230211&lt;br /&gt;
|[http://joomla.vargas.co.cr/en/news/4-xmap/95-security-notice developer resolution notic]e Clean version available from [http://joomlacode.org/gf/project/xmap/frs/ joomlacode] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Frontend-User-Access 3.4.1  ==&lt;br /&gt;
|Frontend-User-Access 3.4.1 from http://www.pages-and-items.com LFI&lt;br /&gt;
|030211&lt;br /&gt;
|update to [http://extensions.joomla.org/extensions/access-a-security/frontend-access-control/6874 Frontend-User-Access 3.4.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  com properties 7134   ==&lt;br /&gt;
| http://com-property.com/ malicious files in script&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/property/frs/?action=FrsReleaseBrowse&amp;amp;frs_package_id=5815 Dev update statement]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  B2 Portfolio ==&lt;br /&gt;
|B2 portfolio 1.0 SQLi pulseextensions.com&lt;br /&gt;
|250111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  allcinevid   ==&lt;br /&gt;
|SQLI http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/15367&lt;br /&gt;
|220111&lt;br /&gt;
|[http://www.joomtraders.com/our-blog/allcinevid-1.0-sql-injection.html Developers resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== People Component    ==&lt;br /&gt;
|People component http://www.ptt-solution.com/vmchk/people-component.html sqli&lt;br /&gt;
|150111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jimtawl    ==&lt;br /&gt;
|Jimtawl LFI &lt;br /&gt;
|251110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Maian Media SILVER  ==&lt;br /&gt;
|Maian Media SQLi&lt;br /&gt;
|151110&lt;br /&gt;
|Developer states unproven in free edition, paid/SILVER version is being upgraded. [http://www.aretimes.com/index.php?option=com_content&amp;amp;view=category&amp;amp;layout=blog&amp;amp;id=40&amp;amp;Itemid=113 dev article]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  alfurqan  ==&lt;br /&gt;
|alfurqan 1.5 sqli&lt;br /&gt;
|151110&lt;br /&gt;
|developer update [http://forums.islamis4u.com/index.php/topic%2c83.0.html statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ccboard   ==&lt;br /&gt;
|[http://extensions.joomla.org/extensions/communication/forum/6823 ccboard XSS and SQLi]&lt;br /&gt;
|131110&lt;br /&gt;
| on my site at [http://codeclassic.org/component/content/article/1-latest-news/83-ccboard-13-released.html] Please find the respective update information&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   ProDesk v 1.5  ==&lt;br /&gt;
|LFI &lt;br /&gt;
|091110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sponsorwall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
|developer  [http://demo.pulseextensions.com/sponsor-wall.html resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Flip wall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
| developer http://demo.pulseextensions.com/flip-wall.html update notice  [http://www.example.com link title]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Freestyle FAQ 1.5.6     ==&lt;br /&gt;
|http://freestyle-joomla.com/fssdownloads/viewcategory/2 Freestyle FAQ 1.5.6 ‎SQL Injection&lt;br /&gt;
|&lt;br /&gt;
|[http://freestyle-joomla.com/index.php?announceid=43 new version (1.9.0) is available which fixes] the security issues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   iJoomla Magazine 3.0.1  ==&lt;br /&gt;
|iJoomla Magazine 3.0.1 RFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Clantools   ==&lt;br /&gt;
| &lt;br /&gt;
|http://www.joomla-clantools.de/downloads/doc_download/7-clantools-123.html clantool sqli&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jphone   ==&lt;br /&gt;
|jphone LFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  PicSell    ==&lt;br /&gt;
|[http://vm.xmlswf.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=104&amp;amp;Itemid=131Picsell LFD, 777]&lt;br /&gt;
|020910&lt;br /&gt;
|new version [http://vm.xmlswf.com/picsell released 150312]  version number 11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Zoom Portfolio   ==&lt;br /&gt;
|SID&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   zina   ==&lt;br /&gt;
|[http://www.pancake.org/zina/ SQL Injection]&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Team's   ==&lt;br /&gt;
|[http://www.joomlamo.com Teams extension] SQL Injection &lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Amblog    ==&lt;br /&gt;
|[http://robitbt.hu/jm/index.php?option=com_amdownloader&amp;amp;task=showfiles&amp;amp;pathid=8 Amblog] SQLi&lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   wmtpic  ==&lt;br /&gt;
|www.webmaster-tips.net various&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Jomtube    ==&lt;br /&gt;
|http://www.jomtube.com/ SID&lt;br /&gt;
|220710&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Rapid Recipe    ==&lt;br /&gt;
|http://www.rapid-source.com Persistent XSS Vulnerability last known fix version 1.7.2 &lt;br /&gt;
|july 10,2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Health &amp;amp; Fitness Stats   ==&lt;br /&gt;
|http://joomla-extensions.instantiate.co.uk/jcomponents/healthstats Persistent XSS Vulnerability july 10,2010 &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  staticxt   ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/edition/custom-code-in-content/2184  no version number provided&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   quickfaq  ==&lt;br /&gt;
|http://www.schlu.net sqli&lt;br /&gt;
|090710&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==    Minify4Joomla  ==&lt;br /&gt;
|http://waltercedric.com/ LFI and xss&lt;br /&gt;
|090710&lt;br /&gt;
|No longer available to download&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   IXXO Cart   ==&lt;br /&gt;
|http://www.php-shop-system.com/ SQLi LFI XSS Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|developer resolution [http://support.ixxoglobal.com/index.php?/News/NewsItem/View/22/ixxo-cart-new-release-v41190 notice] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  PaymentsPlus   ==&lt;br /&gt;
|http://paymentsplus.com.au/ 2.1.5 Blind SQL Injection Vulnerability&lt;br /&gt;
|090710 &lt;br /&gt;
|current version 2.20, 2.1.5 not listed on dev site&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ArtForms   ==&lt;br /&gt;
|http://joomlacode.org/gf/project/jartforms/ ArtForms 2.1b7.2 RC2 Multiple Remote Vulnerabilities&lt;br /&gt;
|090710&lt;br /&gt;
| Old beta extension &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  autartimonial   ==&lt;br /&gt;
|autartica.be Sqli Vulnerability&lt;br /&gt;
|060710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== eventcal 1.6.4    ==&lt;br /&gt;
|http://joomlacode.org/gf/project/eventcal/frs/ SQL I  last update 2006-12-31 on joomlacode&lt;br /&gt;
|040710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== date converter    ==&lt;br /&gt;
|http://sourceforge.net/projects/date-converter/ sqli&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== real estate    ==&lt;br /&gt;
|http://www.opensourcetechnologies.com/demos/real-estate.html RFI&lt;br /&gt;
|210610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  cinema   ==&lt;br /&gt;
|SQL injection&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Jreservation  ==&lt;br /&gt;
|http://jforjoomla.com/ SQLi Vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   joomdocs  ==&lt;br /&gt;
|http://joomclan.com/index.php/JoomDocs/ xss vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Live Chat    ==&lt;br /&gt;
|http://www.joompolitan.com/livechat.html Multiple Remote Vulnerabilities &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Turtushout 0.11    ==&lt;br /&gt;
| http://www.turtus.org.ua/files?func=fileinfo&amp;amp;id=13 SQL Injection (again)&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  BF Survey Pro Free   ==&lt;br /&gt;
|BF Survey Pro Free SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|Product marker as retired by the developer&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MisterEstate   ==&lt;br /&gt;
|http://www.misterestate.com/ Blind SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  RSMonials    ==&lt;br /&gt;
|http://www.rswebsols.com/downloads/category/14-download-rsmonials-all?download=23%3Adownload-rsmonials-component XSS Exploit&lt;br /&gt;
|190610&lt;br /&gt;
|Believed to be 1.5.1 version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Answers v2.3beta   ==&lt;br /&gt;
|Multiple Vulnerabilities http://extensions.joomla.org/extensions/communication/forum/12652&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Gallery XML 1.1   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/photos-a-images/photo-gallery/12504&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JFaq 1.2   ==&lt;br /&gt;
|JFaq 1.2 Multiple Vulnerabilities&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Listbingo 1.3   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/ads-a-affiliates/classified-ads/12062&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Alpha User Points    ==&lt;br /&gt;
|www.alphaplug.com LFI&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   recruitmentmanager  ==&lt;br /&gt;
|http://recruitment.focusdev.co.uk Upload Vulnerability&lt;br /&gt;
|130610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Info Line (MT_ILine)    ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/news-display/news-tickers-a-scrollers/8425 reports of shell scripts in download file&lt;br /&gt;
|120610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ads manager  Annonce   ==&lt;br /&gt;
|http://joomla.clubnautiquemarine.fr/ &lt;br /&gt;
Upload Vulnerability&lt;br /&gt;
| 05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  lead article    ==&lt;br /&gt;
|http://www.leadya.co.il/ SQLi&lt;br /&gt;
|050610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  djartgallery   ==&lt;br /&gt;
|http://www.design-joomla.eu Multiple Vul&lt;br /&gt;
|05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Gallery 2 Bridge    ==&lt;br /&gt;
|[http://trac.4theweb.nl/g2bridge g2bridge] LFI vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jsjobs   ==&lt;br /&gt;
|[http://www.joomsky.com jsjobs] SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Poll  ==&lt;br /&gt;
|http://slideshow.joomlaextensions.co.in/ SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MediQnA   ==&lt;br /&gt;
|MediQnA LFI vulnerability version : v1.1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Job  ==&lt;br /&gt;
|http://joomlaextensions.co.in/ LFI SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  SectionEx   ==&lt;br /&gt;
|Stack Ideas section Ex LFI&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ActiveHelper LiveHelp    ==&lt;br /&gt;
|XSS in [http://extensions.joomla.org/extensions/communication/chat/12492 LiveHelp] &lt;br /&gt;
|200510&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  JE Quotation Form   ==&lt;br /&gt;
|http://joomlaextensions.co.in/free-download/doc_download/11-je-quotation-form.html  LFI&lt;br /&gt;
|&lt;br /&gt;
|developers statement of [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form resolution]  '''note''', now known as [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form JE Quote Form] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  konsultasi   ==&lt;br /&gt;
|SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Seber Cart    ==&lt;br /&gt;
|Local File Disclosure Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|[http://www.sebercart.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=158 Developer Update 140510]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Camp26 Visitor    ==&lt;br /&gt;
|RFI www.camp26.biz&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   JE Property  ==&lt;br /&gt;
|JE Property Finder Upload Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Noticeboard  ==&lt;br /&gt;
|Noticeboard for Joomla &amp;quot;controller&amp;quot; Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==SmartSite     ==&lt;br /&gt;
|SmartSite com_smartsite Local File Inclusion Vulnerability &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  htmlcoderhelper graphics   ==&lt;br /&gt;
|htmlcoderhelper graphics v1.0.6 LFI Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
== Ultimate Portfolio    ==&lt;br /&gt;
|Ultimate Portfolio  Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Archery Scores   ==&lt;br /&gt;
| [http://lispeltuut.org/ Archery Scores (com_archeryscores) v1.0.6 LFI Vulnerability]&lt;br /&gt;
&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  ZiMB Manager   ==&lt;br /&gt;
|Joomla Component ZiMB Manager Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Matamko   ==&lt;br /&gt;
|Matamko Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Root   ==&lt;br /&gt;
|Multiple Root Local File Inclusion Vulnerability http://joomlacomponent.inetlanka.com/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Map   ==&lt;br /&gt;
|Multiple Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Contact Us Draw Root Map  ==&lt;br /&gt;
|Draw Root Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  iF surfALERT   ==&lt;br /&gt;
|[http://www.inertialfate.za.net/ iF surfALERT] Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   GBU FACEBOOK  ==&lt;br /&gt;
|GBU FACEBOOK SQL injection vulnerability http://www.gbugrafici.nl/gbufacebook/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   jnewspaper  ==&lt;br /&gt;
|jnewspaper (cid) SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
== MT Fire Eagle ==&lt;br /&gt;
&lt;br /&gt;
|LFI http://joomlacode.org/gf/project/jfireeagle/frs/ http://www.moto-treks.com&lt;br /&gt;
| 190410&lt;br /&gt;
| product considered retired and to be replaced by dev&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Sweetykeeper   ==&lt;br /&gt;
|Sweetykeeper Local File Inclusion Vulnerability  http://www.joomlacorner.com/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  jvehicles   ==&lt;br /&gt;
|SQL Injection http://jvehicles.com&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  worldrates   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  cvmaker   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  advertising   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   horoscope  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   webtv  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  diary   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Memory Book   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  JprojectMan   ==&lt;br /&gt;
|LFI http://extensions.joomla.org/extensions/communities-a-groupware/project-a-task-management/5676&lt;br /&gt;
|110410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   econtentsite  ==&lt;br /&gt;
|LFI&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    Jvehicles ==&lt;br /&gt;
|ID&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    gigcalender   ==&lt;br /&gt;
&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/calendars-a-events/events/97)http://extensions.joomla.org/extensions/calendars-a-events/events/97 gigcalender]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    heza content   ==&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427)http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427  heza content]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  SqlReport   ==&lt;br /&gt;
|Sqlreport has a sql/RFI exploit. awaiting confirmation on exact developer.&lt;br /&gt;
|Feb 20&lt;br /&gt;
|'''Not Known'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Yelp ==&lt;br /&gt;
| SQLi - Unable to locate developer. Possibly a custom extension.&lt;br /&gt;
|Feb 01 &lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; | '''  Not Known'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''This list is change protected, for updates or additions [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=87230 lafrance] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD]&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
== Codes used ==&lt;br /&gt;
SQLi - SQL injection [http://en.wikipedia.org/wiki/Code_injection#SQL_injection wikipedia]&lt;br /&gt;
&lt;br /&gt;
LFI - Local File Inclusion [http://www.scribd.com/doc/6498408/Remote-and-Local-File-Inclusion-Explained scribd]&lt;br /&gt;
&lt;br /&gt;
RFI - Remote file inclusion [http://en.wikipedia.org/wiki/Remote_File_Inclusion wikipedia]&lt;br /&gt;
&lt;br /&gt;
DT - Directory Traversal [http://en.wikipedia.org/wiki/Directory_traversal wikipedia] (incl 777 folders)&lt;br /&gt;
&lt;br /&gt;
ID = Information Disclosure: account information or sensitive information publicly viewable, or passed to 3rd party without knowledge&lt;br /&gt;
&lt;br /&gt;
== Future Actions &amp;amp; WIP ==&lt;br /&gt;
&lt;br /&gt;
[http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions RSS feed] completed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to feed VEL direct to twitter&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The RSS feed is currently fed by item entry order and not by date fixed. &lt;br /&gt;
List as discussed in  [[jtopic:455746]] by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD] editing by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Security]]&lt;br /&gt;
[[Category:Component Management]]&lt;/div&gt;</summary>
		<author><name>Mandville</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Vulnerable_Extensions_List</id>
		<title>Vulnerable Extensions List</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Vulnerable_Extensions_List"/>
				<updated>2013-05-01T00:11:33Z</updated>
		
		<summary type="html">&lt;p&gt;Mandville: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This document has now been replaced by the website at [http://vel.joomla.org/ from 1st May] 2013&lt;br /&gt;
Please refer to there for the latest updates&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ***all wiki editors*** - do NOT touch without notice   --&amp;gt;&lt;br /&gt;
'''List prior to Jnuary 2011 ([[Archived vel|now archived]])''' Please check here also. &lt;br /&gt;
&amp;lt;!-- if you have altered the above line then revert your changes and contact me   --&amp;gt;&lt;br /&gt;
Please also check the [[Investigation of exploits|Extension Investigation List]].&lt;br /&gt;
 &lt;br /&gt;
== Check and Report.  ==&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions in the [[jforum:432|security forum]]  clearly marked with the first word in the title being ''Vulnerable'' where the security moderators or JSST team will respond. &lt;br /&gt;
This list is change protected,''' for additions or updates email''' ''vel @ joomla.org'' &lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
== How to use this list ==&lt;br /&gt;
'''Items will be removed after a suitable period and not on resolution.'''&lt;br /&gt;
&lt;br /&gt;
All known vulnerable extensions are the listed in the first column &amp;quot;Extension&amp;quot;. Any in a &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;red box &amp;lt;/span&amp;gt;are where we have not been given a fix. Any in a &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;turquoise box&amp;lt;/span&amp;gt; contain a link to the notice about an &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;update with link.&amp;lt;/span&amp;gt; Any that are in an uncolored box are a &amp;quot;Contact the Developer About This Extension&amp;quot;.&lt;br /&gt;
Alert Advisory details are in the center column.&lt;br /&gt;
If the &amp;quot;Extension Update Link &amp;amp; Date Column has &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;'''Not Known''' &amp;lt;/span&amp;gt; then it is where no update is known.&lt;br /&gt;
&lt;br /&gt;
'''This list is compiled from found information and may not be an up to date accurate list''' ''We do '''NOT''' promise to test or validate these reports. We do '''NOT''' guarantee the quality or effectiveness of any updates reported to us or listed here.''&lt;br /&gt;
To sign up for the feed please [http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions follow this link]&lt;br /&gt;
* We do not list BETA products, or extensions for J1.0.x&lt;br /&gt;
&lt;br /&gt;
== Developers - How to get yourself removed from the VEL ==&lt;br /&gt;
&lt;br /&gt;
Resolved items will be removed after a suitable period and not on resolution&lt;br /&gt;
&lt;br /&gt;
Please solve the issues and:&lt;br /&gt;
&lt;br /&gt;
* '''If JED listed''' &lt;br /&gt;
&lt;br /&gt;
To have your extension republished, please follow these steps:&lt;br /&gt;
&lt;br /&gt;
1- Solve the issues.&lt;br /&gt;
&lt;br /&gt;
2- Attach the new zip file at your actual JED listing.&lt;br /&gt;
&lt;br /&gt;
3- Change the extension version at JED listing.&lt;br /&gt;
&lt;br /&gt;
4- Make sure to include a notice in the JED description to the fact that the new release is a &amp;quot;Security Release&amp;quot; and those who use the extension should upgrade immediately.&lt;br /&gt;
&lt;br /&gt;
5- Email the VEL team with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website&lt;br /&gt;
&lt;br /&gt;
6- Create a [http://bit.ly/velunlist JED listing owner ticket] to the JED with a notice and ask that your listing be republished. Include the full details of your new version number and security notice page&lt;br /&gt;
&lt;br /&gt;
VEL email can be found above and the JED support link is in your notice of &amp;quot;unpublication&amp;quot; [http://extensions.joomla.org/component/maqmahelpdesk/ and here] &lt;br /&gt;
&lt;br /&gt;
* '''If not JED listed.''' &lt;br /&gt;
Inform us by '''email''' with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website.&lt;br /&gt;
&lt;br /&gt;
== January 2012 and onwards Reported Vulnerable Extensions ==&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  civic crm 422==&lt;br /&gt;
|upload exploit /RFI&lt;br /&gt;
|260413&lt;br /&gt;
|developer http://civicrm.org/category/civicrm-blog-categories/civicrm-v43 release 4.3.1&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  alfcontact ==&lt;br /&gt;
|xss&lt;br /&gt;
|230413&lt;br /&gt;
|developer release [http://www.alfsoft.com statement on ALFContact v2.0.8 for J!2.5 ALFContact v3.1.4 for J!3]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  aiContactSafe 2.0.19 ==&lt;br /&gt;
|xss&lt;br /&gt;
|160413&lt;br /&gt;
|developer release statement  [http://www.algisinfo.com/en/home-bottom/41-xss-in-aicontactsafe.html for version 2.0.21] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RSfiles==&lt;br /&gt;
|SQL&lt;br /&gt;
|180313&lt;br /&gt;
|developer release statement  [http://www.rsjoomla.com/support/documentation/view-knowledgebase/141-changelog.html for version 12] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  1.6.8 update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Collector    ==&lt;br /&gt;
|Various [steevo.fr]&lt;br /&gt;
|230113&lt;br /&gt;
|developer update [http://www.steevo.fr/en/component/content/article/41-release-051 statement to] 0.5.1 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  tz guestbook   ==&lt;br /&gt;
|Various &lt;br /&gt;
|100113&lt;br /&gt;
|developer release statement [http://www.templaza.com/item/256-tz-guestbook-v1-1-2-security-release for 1.1.2]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== extplorer    ==&lt;br /&gt;
| 2.1.2, 2.1.1, 2.1.0 and 2.1.0RC5 are vulnerable to an authentication bypass&lt;br /&gt;
|251212&lt;br /&gt;
|developer [http://extplorer.net/news/12  update to 2.1.3 statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JooProperty    ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|101212&lt;br /&gt;
|developer release new version 1.13.1 -  [http://jooproperty.com/en/forum/last-jooproperty-release/277-important-security-fix-released-please-update.html#277 upgrade notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ag google analytic    ==&lt;br /&gt;
|Various&lt;br /&gt;
|061212&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== sh404sef &amp;lt;3.7.0 ==&lt;br /&gt;
|Undisclosed sh404SEF 3.4.x, 3.5.x, 3.6.x for Joomla 2.5&lt;br /&gt;
|26112&lt;br /&gt;
|developer [http://anything-digital.com/sh404sef/news/releases/sh404sef-3_7_0_1485-released.html statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Login Failed Log     ==&lt;br /&gt;
|23112&lt;br /&gt;
|ID - information disclosure&lt;br /&gt;
|developer [http://www.jm-experts.com/extensions-tools/login-failed-log release statement] to ver 1.5.4&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== jNews==&lt;br /&gt;
|&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joobi.co/index.php?option=com_content&amp;amp;view=article&amp;amp;id=8560:security-release-update-to-jnews-79x&amp;amp;catid=93:jnews&amp;amp;Itemid=225 statement to version  7.9.1] 151112&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Joombah Jobs    ==&lt;br /&gt;
|Upload restriction issues&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joombah.com/home/item/joombah-jobs-security-release-update-now statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== commedia    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|231012&lt;br /&gt;
|developer update [http://www.ecolora.com/index.php/15-commedia-a-mp3browser-new/77-commedia-3-2-is-not-vulnerable#english statement to version 3.2] 271012&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Kunena ==&lt;br /&gt;
|SQLi + ID&lt;br /&gt;
|221012&lt;br /&gt;
|Developer states [http://www.kunena.org/forum/announcement/id-52 current version not exploitable] by reported methods&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Icagenda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|Developer  [http://www.joomlic.com/en/extensions/icagenda   statement for 1.2.9] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JTag [joomlatag]   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==   Freestyle Support  ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|developer update [http://freestyle-joomla.com/help/announcements?announceid=60 statement 251012]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ACEFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|AceFTP 2.0.0 released. Developer [http://www.joomace.net/blog/aceftp/aceftp-200-has-been-released statement] 101012&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  MijoFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|*''reported fixed prior to notification''*&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  spider calendar lite   ==&lt;br /&gt;
|RFI &lt;br /&gt;
|180912&lt;br /&gt;
|developer release version 1.5 [http://web-dorado.com/products/joomla-calendar-module.html  version]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RokModule   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|Rereported 180912&lt;br /&gt;
|Developer states: no known exploits for our current versions [http://www.rockettheme.com/extensions-downloads/free/1012-rokmodule of RokModule Joomla 2.5 - v1.3 Joomla 1.5 - v1.4]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ICagenda   ==&lt;br /&gt;
| SQLi&lt;br /&gt;
|developer [http://www.joomlic.com/en/extensions/icagenda security release] - v1.2.1&lt;br /&gt;
|080912&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  En Masse cart   ==&lt;br /&gt;
|RFI&lt;br /&gt;
|060812&lt;br /&gt;
|Developer upgrade statement [http://www.matamko.com/news-update/14-en-masse-releases/142-announcement-for-security-release-enmasse-313.html   to 3.1.3]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   JCE (joomla content editor)  ==&lt;br /&gt;
|Upload Restriction &amp;lt;2.2.4 &lt;br /&gt;
|050812&lt;br /&gt;
|Developer states current version not exploitable &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RSGallery2  ==&lt;br /&gt;
|SQLi XSS&lt;br /&gt;
| 31 07 12&lt;br /&gt;
|Devleoper statement versions 3.2.0 for Joomla 2.5 and version 2.3.0 for Joomla 1.5  [http://www.rsgallery2.nl/topicseen./announcements/rsgallery2_3.2.0_and_2.3.0_released_16845.msg44046.html released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  osproperty   ==&lt;br /&gt;
|Unrestricted uploads&lt;br /&gt;
|160712&lt;br /&gt;
|Developer release [http://joomservices.com/components/ossolution-property.html version  2.0.3] 180712&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== KSAdvertiser     ==&lt;br /&gt;
| RFI &lt;br /&gt;
|160712&lt;br /&gt;
|The security update version 1.5.72 advise can be found here:&lt;br /&gt;
[http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=251:kiss-advertiser-sicherheitsupdate&amp;amp;catid=69&amp;amp;Itemid=361&amp;amp;lang=de German] [http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=252:kiss-advertiser-security-update&amp;amp;catid=21&amp;amp;Itemid=362&amp;amp;lang=en English]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Shipping by State for Virtuemart   ==&lt;br /&gt;
|elevated permissions (http://web-expert.gr/en)&lt;br /&gt;
|160612&lt;br /&gt;
| [http://web-expert.gr/en/commersial/virtuemart-shipping-by-state-component Upgrade to v2.5 download] commercial product 300612&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ownbiblio 1.5.3   ==&lt;br /&gt;
|SQLi + &lt;br /&gt;
|250512&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  Ninjaxplorer &amp;lt;=1.0.6   ==&lt;br /&gt;
|developer notification&lt;br /&gt;
|250412&lt;br /&gt;
|developer statement [http://ninjaforge.com/blog/318-security-vulnerability-discovered-in-ninjaxplorer-upgrade-immediately upgrade to 1.0.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Phoca Fav Icon    ==&lt;br /&gt;
|Permissions Rewrite&lt;br /&gt;
|150412&lt;br /&gt;
| [http://www.phoca.cz/news/30-phoca-news/633-phoca-favicon-203-released developer update 2.0.3 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  estateagent improved   ==&lt;br /&gt;
|sqli (eaimproved.eu)&lt;br /&gt;
|110412&lt;br /&gt;
|developer states previous version, not current version&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  bearleague   ==&lt;br /&gt;
|110412&lt;br /&gt;
|sql &lt;br /&gt;
|(no longer maintained)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JLive! Chat v4.3.1   ==&lt;br /&gt;
|DT &lt;br /&gt;
|060412&lt;br /&gt;
|Developer reports [http://www.cmsfruit.com/security-measures.html  as unproven]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   virtuemart 2.0.2  ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|050412&lt;br /&gt;
|developers [http://virtuemart.net/news/list-all-news/417-happy-easter-new-virtuemart-204-released-security-update-sqli release statement]Current version 2.0.6 released&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JE testimonial    ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|230312&lt;br /&gt;
|Developer states '''malicious report.'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JaggyBlog   ==&lt;br /&gt;
|excessive file permission &lt;br /&gt;
|090212&lt;br /&gt;
|version 1.3.1 [http://www.jaggysnake.co.uk/products/jaggyblog released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Quickl Form   ==&lt;br /&gt;
|xss&lt;br /&gt;
|260112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  com_advert   ==&lt;br /&gt;
|sqli - unknown developer&lt;br /&gt;
|240112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla Discussions Component    ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|Discussions 1.4.1 released  [http://www.codingfish.com/news/38-joomla/101-discussions-141-released developer statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== HD Video Share (contushdvideoshare)  ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|updated [http://www.hdvideoshare.net version 2.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== January 2011 - Jan 2012  Reported Vulnerable Extensions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions either in the [[jforum:432]] security topic clearly marked with the first word in the title being ''Vulnerable Report'' where the security moderators or JSST team will respond or via email to the VEL team. For a guide to the [http://docs.joomla.org/Vulnerable_Extensions_List#Codes_used codes]&lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Dshop    ==&lt;br /&gt;
|sqli (possibly dhrusya.com)&lt;br /&gt;
|201111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  QContacts 1.0.6   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|131211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jobprofile  1.0 ==&lt;br /&gt;
|  SQL Injection Vulnerability&lt;br /&gt;
|051211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JX Finder 2.0.1   ==&lt;br /&gt;
| XSS Vulnerabilities&lt;br /&gt;
|011211&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  wdbanners   ==&lt;br /&gt;
|Unknown Exploit&lt;br /&gt;
|301111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  JB Captify Content  J1.5 and J1.7     ==&lt;br /&gt;
|Security checks missing -Versions prior to JB_mod_captifyContent_J1.5_J1.7_1.0.1.zip&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [http://joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JB Microblog   ==&lt;br /&gt;
|Security checks missing - J1.7 only. Versions prior to 1.10.3 &lt;br /&gt;
|14111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Slideshow &amp;lt;3.5.1,   ==&lt;br /&gt;
|Security checks missing&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Bamboobox   ==&lt;br /&gt;
|Security checks missing - J1.5 all versions prior to 1.2.2 &lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  RokModule    ==&lt;br /&gt;
|SQLI - exploits     RokStock RokWeather RokNewspager&lt;br /&gt;
|121111&lt;br /&gt;
|developer release statement [http://www.rockettheme.com/blog/extensions/1300-important-security-vulnerability-fixed    RokModule v1.3 for Joomla 1.7   RokModule v1.4 for Joomla 1.5]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  hm community   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
|011111&lt;br /&gt;
|developer release [http://joomlaextensions.co.in/product/HM-Community 1.01]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Alameda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|01111&lt;br /&gt;
|developer statement [http://www.blueflyingfish.com/alameda/index.php?option=com_content&amp;amp;view=category&amp;amp;id=5&amp;amp;Itemid=28 and Latest version number v1.0.1.]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Techfolio 1.0    ==&lt;br /&gt;
|Techfolio 1.0 SQLI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Barter Sites 1.3  ==&lt;br /&gt;
|Barter Sites 1.3 SQL Injection &amp;amp; Persistent XSS vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer [http://my.barter-sites.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=6&amp;amp;Itemid=25 release 1.3.1] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Jeema SMS 3.2  ==&lt;br /&gt;
|Jeema SMS 3.2 Multiple Vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer resolution notice [http://jeema.net/about-us/securty-releases.html for 3.5.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Vik Real Estate 1.0   ==&lt;br /&gt;
|Vik Real Estate 1.0  Multiple Blind SqlI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== yj contact    ==&lt;br /&gt;
|LFI (youjoomla contact)&lt;br /&gt;
|241011&lt;br /&gt;
|developer update statement [http://www.youjoomla.com/yj-contact-us-1.0.1-released.html 261011]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   NoNumber Framework  ==&lt;br /&gt;
| Advanced Module Manager * AdminBar Docker * Add to Menu * Articles Anywhere * What? Nothing!* Tooltips* Tabber* Sourcerer* Slider* Timed Styles* Modules Anywhere* Modalizer* ReReplacer* Snippets* DB Replacer* CustoMenu* Content Templater* CDN for Joomla!* Cache Cleaner* Better Preview&lt;br /&gt;
|181011&lt;br /&gt;
|see http://feeds.feedburner.com/nonumber/news for updates of various extensions&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Time Returns    ==&lt;br /&gt;
|SQLi takeaweb.it&lt;br /&gt;
|151011&lt;br /&gt;
|No longer developed. New version 2.0.1 for Joomla 1.6/1.7 (old version are no longer supported) http://www.takeaweb.it&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|300811&lt;br /&gt;
|developer advice [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64&amp;amp;Itemid=59 page] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jumi    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|300811&lt;br /&gt;
|Developer states proper use of joomla administration/extension documentation reading&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla content editor    ==&lt;br /&gt;
|JCE lfi/rfi vulnerability&lt;br /&gt;
|&lt;br /&gt;
|JCE 2.0.11 and JCE 1.5.7.14 [http://www.joomlacontenteditor.net/news/item/jce-2011-released have been released]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Google Website Optimizer  ==&lt;br /&gt;
|Numerous vulnerabilities. Website Optimizer, Pearl Group&lt;br /&gt;
|290811&lt;br /&gt;
|developer update [http://www.pearl-group.com/optimizer-changelog statement to ver. 1.4.0] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Almond Classifieds   ==&lt;br /&gt;
|777 Folder settings (all folders it uses are set to 777 including previously 755 locked folders) &lt;br /&gt;
|260811&lt;br /&gt;
|developer resolution [http://www.almondsoft.com/acj/ notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== joomtouch    ==&lt;br /&gt;
|LFI/RFI&lt;br /&gt;
|180811&lt;br /&gt;
|developers [http://www.joomtouch.com/ultime/4-risolta-la-vulnerabilita-di-joomtouch.html resolution notice  1.0.3]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RAXO All-mode PRO   ==&lt;br /&gt;
|Timthumb  RFI &lt;br /&gt;
|110811&lt;br /&gt;
|[http://raxo.org/forum/viewtopic.php?f=2&amp;amp;t=60#p2056 developer upgrade 1.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  V-portfolio   ==&lt;br /&gt;
|DT - open folders&lt;br /&gt;
|110811&lt;br /&gt;
| [http://vsmart-extensions.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=61 developer resolution statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== obSuggest    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|310711&lt;br /&gt;
|developer [http://foobla.com/news/latest/obsuggest-1.8-security-release.html release statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple Page    ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|developer update [http://omar84.com/latest-news/65-simple-page-options-1517-security-release statement] v1.5.17 has been released&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/components/je-story-submit.html devloper security update] notice to ver 1.9&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   appointment booking pro  ==&lt;br /&gt;
|LFI 22071&lt;br /&gt;
|&lt;br /&gt;
|[http://appointmentbookingpro.com/index.php?option=com_kunena&amp;amp;Itemid=66&amp;amp;func=view&amp;amp;catid=25&amp;amp;id=8129#8129 developer update security announcement] Current 2.0.1 and 1.4.x versions, are '''not''' vulnerable,&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  acajoom   ==&lt;br /&gt;
|xss (admin permission required)&lt;br /&gt;
|220711&lt;br /&gt;
|updated to 5.20&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  gTranslate   ==&lt;br /&gt;
|ID - &lt;br /&gt;
|220711&lt;br /&gt;
|[http://edo.webmaster.am/gtranslate-changelog developer security release] 1.5 x.25 and 1.6 x.26.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  alpharegistration    ==&lt;br /&gt;
|http://www.alphaplug.com/ Please contact the developer for any questions on this extension&lt;br /&gt;
|170711 220711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jforce    ==&lt;br /&gt;
|DT - &lt;br /&gt;
|170711&lt;br /&gt;
| [http://www.jforce.com/blog/270-jforce-security-release.html developer states The new version number v1.5r1362 resolves the problem] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Flash Magazine Deluxe Joomla   ==&lt;br /&gt;
|ID [http://www.joomplace.com/joomla-components/flash-magazine-deluxe-component.html multiple vulnerabilities]&lt;br /&gt;
|170711&lt;br /&gt;
|[http://www.joomplace.com/news-blog/flashmagazine-deluxe-2-1-4-security-release.html developer release] 2.1.4&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== AVreloaded    ==&lt;br /&gt;
|SQLi - version 1.2.6&lt;br /&gt;
|150711&lt;br /&gt;
|[http://allvideos.fritz-elfert.de/ 1.2.7 released developer release statement 160711] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  Sobi   ==&lt;br /&gt;
|SQLI - &lt;br /&gt;
|130711&lt;br /&gt;
|[http://www.sigsiu.net/changelog developer fix and update statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  fabrik   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|120711&lt;br /&gt;
|[http://fabrikar.com/downloads/details/36/89 Developers Update statement 2.1]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  xmap   ==&lt;br /&gt;
|sqli 1.2.11 &lt;br /&gt;
|120711&lt;br /&gt;
|upgrade to 1.2.12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Atomic Gallery     ==&lt;br /&gt;
|Creates 777 folders [http://www.atomicon.nl/atomicongallery Atomic gallery] &lt;br /&gt;
|110711&lt;br /&gt;
|developer [http://www.atomicon.nl/atomicongallery#changelog release statement/changelog]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  myApi   ==&lt;br /&gt;
|ID [http://extensions.joomla.org/component/mtree/social-web/facebook-integration/11624 Contains &amp;quot;Call-Home&amp;quot; function. Sends private user information to developer.] &lt;br /&gt;
|020711&lt;br /&gt;
|[http://www.myapi.co.uk/ Developer states Use version 1.3.4.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  mdigg   ==&lt;br /&gt;
|SQL I (not listed in JED)&lt;br /&gt;
|020711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Calc Builder   ==&lt;br /&gt;
|sqli + ID&lt;br /&gt;
|180611&lt;br /&gt;
| [http://components.moonsoft.es/downloadcalcbuilder  dev security release 0.0.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Cool Debate    ==&lt;br /&gt;
|Cool Debate 1.03 LFI&lt;br /&gt;
|&lt;br /&gt;
| version [http://www.acoolsip.com/development/a-cool-debate.html 1.0.8 released.] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Scriptegrator Plugin 1.5.5==&lt;br /&gt;
|LFI&lt;br /&gt;
|140611&lt;br /&gt;
| [http://www.greatjoomla.com/news/index.html  Update - Core Design Scriptegrator plugin 2.0.9 &amp;amp;] 1.5.6&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Joomnik Gallery   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/joomnik/ developer update to 0.9.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JMS fileseller   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|0611&lt;br /&gt;
|[http://joommasters.com/commercial-extensions/components/jms-fileseller.html developer upgrade announcement to v1.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sh404SEF   ==&lt;br /&gt;
|low-level XSS security issue&lt;br /&gt;
|300511&lt;br /&gt;
|[http://dev.anything-digital.com/Forum/Announcements/11147-sh404SEF-2.2.6-now-available-for-Joomla-1.5/ Dev upgrade statement to 2.2.6]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story submit    ==&lt;br /&gt;
|LFI/RFI &lt;br /&gt;
|&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/modules/je-content-menu.html?page=shop.product_details&amp;amp;flypage=flypage.tpl&amp;amp;product_id=77&amp;amp;category_id=13&amp;amp;vmcchk=1 developer states Version 1.8]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   FCKeditor   ==&lt;br /&gt;
|File Upload Vulnerability&lt;br /&gt;
|230511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== KeyCaptcha    ==&lt;br /&gt;
|ID &lt;br /&gt;
|190511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ask A Question AddOn v1.1   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|160511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Global Flash Gallery     ==&lt;br /&gt;
|flash-gallery.com xss &lt;br /&gt;
|130511&lt;br /&gt;
|[http://flash-gallery.com/help/joomla-extension/faq/security-update-0.5.0/ dev release 0.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== com_google     ==&lt;br /&gt;
|LFI [http://freejoomlacomponent.appspot.com/ com_google]&lt;br /&gt;
|080511&lt;br /&gt;
|[http://freejoomlacomponent.appspot.com/securityrelease.html devs update to 1.5.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  docman   ==&lt;br /&gt;
|com-docman Input Validation Error &lt;br /&gt;
|160511&lt;br /&gt;
|[http://forum.joomla.org/viewtopic.php?p=2502904#p2502904 devs resolution statement, report for old version]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Newsletter Subscriber    ==&lt;br /&gt;
|XSS &lt;br /&gt;
|120511&lt;br /&gt;
|[http://mavrosxristoforos.com/joomla-extensions/free/newsletter-subscriber Deveopler update]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Akeeba   ==&lt;br /&gt;
|akkeba backup and joomlapack&lt;br /&gt;
|170411&lt;br /&gt;
|[https://www.akeebabackup.com/home/item/1091-akeeba-backup-3-2-7.html dev update to 3.2.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Facebook Graph Connect   ==&lt;br /&gt;
|SID. call home device with user credentials&lt;br /&gt;
|120411&lt;br /&gt;
|[http://www.sikkimonline.info/security-notice dev update notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== booklibrary    ==&lt;br /&gt;
|SQLi ordasoft booklibrary&lt;br /&gt;
|180311&lt;br /&gt;
|[http://ordasoft.com/Book-Library/security-upgrade-instructions-for-book-library.html developer upgrade instructions]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== semantic    ==&lt;br /&gt;
|com semantic http://www.scms.es/joomla creates hidden admin users &lt;br /&gt;
|150311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JOMSOCIAL 2.0.x 2.1.x   ==&lt;br /&gt;
|SID, open folders&lt;br /&gt;
|120311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  flexicontent   ==&lt;br /&gt;
|forced 777, malicious files &lt;br /&gt;
|250311&lt;br /&gt;
|[http://www.flexicontent.org/home/item/192-flexicontent-154-is-finally-out.html devs resolve statement], [http://www.flexicontent.org/downloads/latest-version.html Changelog]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== jLabs Google Analytics Counter     ==&lt;br /&gt;
|jLabs Google Analytics Counter  SID&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  xcloner   ==&lt;br /&gt;
|Unspecified&lt;br /&gt;
|260211&lt;br /&gt;
|[http://www.xcloner.com/xcloner-news/important-security-upgrade/ dev announcement of security release]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== smartformer    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|230211 (repeat of 041110)&lt;br /&gt;
|[http://www.itoris.com/joomla-form-builder-smartformer.html v2.4.1 security fix for Joomla 1.5.x]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== xmap 1.2.10    ==&lt;br /&gt;
|Malicious payload in zip&lt;br /&gt;
|230211&lt;br /&gt;
|[http://joomla.vargas.co.cr/en/news/4-xmap/95-security-notice developer resolution notic]e Clean version available from [http://joomlacode.org/gf/project/xmap/frs/ joomlacode] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Frontend-User-Access 3.4.1  ==&lt;br /&gt;
|Frontend-User-Access 3.4.1 from http://www.pages-and-items.com LFI&lt;br /&gt;
|030211&lt;br /&gt;
|update to [http://extensions.joomla.org/extensions/access-a-security/frontend-access-control/6874 Frontend-User-Access 3.4.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  com properties 7134   ==&lt;br /&gt;
| http://com-property.com/ malicious files in script&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/property/frs/?action=FrsReleaseBrowse&amp;amp;frs_package_id=5815 Dev update statement]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  B2 Portfolio ==&lt;br /&gt;
|B2 portfolio 1.0 SQLi pulseextensions.com&lt;br /&gt;
|250111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  allcinevid   ==&lt;br /&gt;
|SQLI http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/15367&lt;br /&gt;
|220111&lt;br /&gt;
|[http://www.joomtraders.com/our-blog/allcinevid-1.0-sql-injection.html Developers resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== People Component    ==&lt;br /&gt;
|People component http://www.ptt-solution.com/vmchk/people-component.html sqli&lt;br /&gt;
|150111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jimtawl    ==&lt;br /&gt;
|Jimtawl LFI &lt;br /&gt;
|251110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Maian Media SILVER  ==&lt;br /&gt;
|Maian Media SQLi&lt;br /&gt;
|151110&lt;br /&gt;
|Developer states unproven in free edition, paid/SILVER version is being upgraded. [http://www.aretimes.com/index.php?option=com_content&amp;amp;view=category&amp;amp;layout=blog&amp;amp;id=40&amp;amp;Itemid=113 dev article]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  alfurqan  ==&lt;br /&gt;
|alfurqan 1.5 sqli&lt;br /&gt;
|151110&lt;br /&gt;
|developer update [http://forums.islamis4u.com/index.php/topic%2c83.0.html statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ccboard   ==&lt;br /&gt;
|[http://extensions.joomla.org/extensions/communication/forum/6823 ccboard XSS and SQLi]&lt;br /&gt;
|131110&lt;br /&gt;
| on my site at [http://codeclassic.org/component/content/article/1-latest-news/83-ccboard-13-released.html] Please find the respective update information&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   ProDesk v 1.5  ==&lt;br /&gt;
|LFI &lt;br /&gt;
|091110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sponsorwall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
|developer  [http://demo.pulseextensions.com/sponsor-wall.html resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Flip wall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
| developer http://demo.pulseextensions.com/flip-wall.html update notice  [http://www.example.com link title]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Freestyle FAQ 1.5.6     ==&lt;br /&gt;
|http://freestyle-joomla.com/fssdownloads/viewcategory/2 Freestyle FAQ 1.5.6 ‎SQL Injection&lt;br /&gt;
|&lt;br /&gt;
|[http://freestyle-joomla.com/index.php?announceid=43 new version (1.9.0) is available which fixes] the security issues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   iJoomla Magazine 3.0.1  ==&lt;br /&gt;
|iJoomla Magazine 3.0.1 RFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Clantools   ==&lt;br /&gt;
| &lt;br /&gt;
|http://www.joomla-clantools.de/downloads/doc_download/7-clantools-123.html clantool sqli&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jphone   ==&lt;br /&gt;
|jphone LFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  PicSell    ==&lt;br /&gt;
|[http://vm.xmlswf.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=104&amp;amp;Itemid=131Picsell LFD, 777]&lt;br /&gt;
|020910&lt;br /&gt;
|new version [http://vm.xmlswf.com/picsell released 150312]  version number 11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Zoom Portfolio   ==&lt;br /&gt;
|SID&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   zina   ==&lt;br /&gt;
|[http://www.pancake.org/zina/ SQL Injection]&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Team's   ==&lt;br /&gt;
|[http://www.joomlamo.com Teams extension] SQL Injection &lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Amblog    ==&lt;br /&gt;
|[http://robitbt.hu/jm/index.php?option=com_amdownloader&amp;amp;task=showfiles&amp;amp;pathid=8 Amblog] SQLi&lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   wmtpic  ==&lt;br /&gt;
|www.webmaster-tips.net various&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Jomtube    ==&lt;br /&gt;
|http://www.jomtube.com/ SID&lt;br /&gt;
|220710&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Rapid Recipe    ==&lt;br /&gt;
|http://www.rapid-source.com Persistent XSS Vulnerability last known fix version 1.7.2 &lt;br /&gt;
|july 10,2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Health &amp;amp; Fitness Stats   ==&lt;br /&gt;
|http://joomla-extensions.instantiate.co.uk/jcomponents/healthstats Persistent XSS Vulnerability july 10,2010 &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  staticxt   ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/edition/custom-code-in-content/2184  no version number provided&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   quickfaq  ==&lt;br /&gt;
|http://www.schlu.net sqli&lt;br /&gt;
|090710&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==    Minify4Joomla  ==&lt;br /&gt;
|http://waltercedric.com/ LFI and xss&lt;br /&gt;
|090710&lt;br /&gt;
|No longer available to download&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   IXXO Cart   ==&lt;br /&gt;
|http://www.php-shop-system.com/ SQLi LFI XSS Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|developer resolution [http://support.ixxoglobal.com/index.php?/News/NewsItem/View/22/ixxo-cart-new-release-v41190 notice] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  PaymentsPlus   ==&lt;br /&gt;
|http://paymentsplus.com.au/ 2.1.5 Blind SQL Injection Vulnerability&lt;br /&gt;
|090710 &lt;br /&gt;
|current version 2.20, 2.1.5 not listed on dev site&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ArtForms   ==&lt;br /&gt;
|http://joomlacode.org/gf/project/jartforms/ ArtForms 2.1b7.2 RC2 Multiple Remote Vulnerabilities&lt;br /&gt;
|090710&lt;br /&gt;
| Old beta extension &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  autartimonial   ==&lt;br /&gt;
|autartica.be Sqli Vulnerability&lt;br /&gt;
|060710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== eventcal 1.6.4    ==&lt;br /&gt;
|http://joomlacode.org/gf/project/eventcal/frs/ SQL I  last update 2006-12-31 on joomlacode&lt;br /&gt;
|040710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== date converter    ==&lt;br /&gt;
|http://sourceforge.net/projects/date-converter/ sqli&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== real estate    ==&lt;br /&gt;
|http://www.opensourcetechnologies.com/demos/real-estate.html RFI&lt;br /&gt;
|210610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  cinema   ==&lt;br /&gt;
|SQL injection&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Jreservation  ==&lt;br /&gt;
|http://jforjoomla.com/ SQLi Vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   joomdocs  ==&lt;br /&gt;
|http://joomclan.com/index.php/JoomDocs/ xss vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Live Chat    ==&lt;br /&gt;
|http://www.joompolitan.com/livechat.html Multiple Remote Vulnerabilities &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Turtushout 0.11    ==&lt;br /&gt;
| http://www.turtus.org.ua/files?func=fileinfo&amp;amp;id=13 SQL Injection (again)&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  BF Survey Pro Free   ==&lt;br /&gt;
|BF Survey Pro Free SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|Product marker as retired by the developer&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MisterEstate   ==&lt;br /&gt;
|http://www.misterestate.com/ Blind SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  RSMonials    ==&lt;br /&gt;
|http://www.rswebsols.com/downloads/category/14-download-rsmonials-all?download=23%3Adownload-rsmonials-component XSS Exploit&lt;br /&gt;
|190610&lt;br /&gt;
|Believed to be 1.5.1 version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Answers v2.3beta   ==&lt;br /&gt;
|Multiple Vulnerabilities http://extensions.joomla.org/extensions/communication/forum/12652&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Gallery XML 1.1   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/photos-a-images/photo-gallery/12504&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JFaq 1.2   ==&lt;br /&gt;
|JFaq 1.2 Multiple Vulnerabilities&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Listbingo 1.3   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/ads-a-affiliates/classified-ads/12062&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Alpha User Points    ==&lt;br /&gt;
|www.alphaplug.com LFI&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   recruitmentmanager  ==&lt;br /&gt;
|http://recruitment.focusdev.co.uk Upload Vulnerability&lt;br /&gt;
|130610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Info Line (MT_ILine)    ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/news-display/news-tickers-a-scrollers/8425 reports of shell scripts in download file&lt;br /&gt;
|120610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ads manager  Annonce   ==&lt;br /&gt;
|http://joomla.clubnautiquemarine.fr/ &lt;br /&gt;
Upload Vulnerability&lt;br /&gt;
| 05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  lead article    ==&lt;br /&gt;
|http://www.leadya.co.il/ SQLi&lt;br /&gt;
|050610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  djartgallery   ==&lt;br /&gt;
|http://www.design-joomla.eu Multiple Vul&lt;br /&gt;
|05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Gallery 2 Bridge    ==&lt;br /&gt;
|[http://trac.4theweb.nl/g2bridge g2bridge] LFI vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jsjobs   ==&lt;br /&gt;
|[http://www.joomsky.com jsjobs] SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Poll  ==&lt;br /&gt;
|http://slideshow.joomlaextensions.co.in/ SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MediQnA   ==&lt;br /&gt;
|MediQnA LFI vulnerability version : v1.1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Job  ==&lt;br /&gt;
|http://joomlaextensions.co.in/ LFI SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  SectionEx   ==&lt;br /&gt;
|Stack Ideas section Ex LFI&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ActiveHelper LiveHelp    ==&lt;br /&gt;
|XSS in [http://extensions.joomla.org/extensions/communication/chat/12492 LiveHelp] &lt;br /&gt;
|200510&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  JE Quotation Form   ==&lt;br /&gt;
|http://joomlaextensions.co.in/free-download/doc_download/11-je-quotation-form.html  LFI&lt;br /&gt;
|&lt;br /&gt;
|developers statement of [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form resolution]  '''note''', now known as [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form JE Quote Form] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  konsultasi   ==&lt;br /&gt;
|SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Seber Cart    ==&lt;br /&gt;
|Local File Disclosure Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|[http://www.sebercart.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=158 Developer Update 140510]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Camp26 Visitor    ==&lt;br /&gt;
|RFI www.camp26.biz&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   JE Property  ==&lt;br /&gt;
|JE Property Finder Upload Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Noticeboard  ==&lt;br /&gt;
|Noticeboard for Joomla &amp;quot;controller&amp;quot; Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==SmartSite     ==&lt;br /&gt;
|SmartSite com_smartsite Local File Inclusion Vulnerability &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  htmlcoderhelper graphics   ==&lt;br /&gt;
|htmlcoderhelper graphics v1.0.6 LFI Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
== Ultimate Portfolio    ==&lt;br /&gt;
|Ultimate Portfolio  Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Archery Scores   ==&lt;br /&gt;
| [http://lispeltuut.org/ Archery Scores (com_archeryscores) v1.0.6 LFI Vulnerability]&lt;br /&gt;
&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  ZiMB Manager   ==&lt;br /&gt;
|Joomla Component ZiMB Manager Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Matamko   ==&lt;br /&gt;
|Matamko Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Root   ==&lt;br /&gt;
|Multiple Root Local File Inclusion Vulnerability http://joomlacomponent.inetlanka.com/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Map   ==&lt;br /&gt;
|Multiple Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Contact Us Draw Root Map  ==&lt;br /&gt;
|Draw Root Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  iF surfALERT   ==&lt;br /&gt;
|[http://www.inertialfate.za.net/ iF surfALERT] Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   GBU FACEBOOK  ==&lt;br /&gt;
|GBU FACEBOOK SQL injection vulnerability http://www.gbugrafici.nl/gbufacebook/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   jnewspaper  ==&lt;br /&gt;
|jnewspaper (cid) SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
== MT Fire Eagle ==&lt;br /&gt;
&lt;br /&gt;
|LFI http://joomlacode.org/gf/project/jfireeagle/frs/ http://www.moto-treks.com&lt;br /&gt;
| 190410&lt;br /&gt;
| product considered retired and to be replaced by dev&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Sweetykeeper   ==&lt;br /&gt;
|Sweetykeeper Local File Inclusion Vulnerability  http://www.joomlacorner.com/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  jvehicles   ==&lt;br /&gt;
|SQL Injection http://jvehicles.com&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  worldrates   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  cvmaker   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  advertising   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   horoscope  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   webtv  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  diary   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Memory Book   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  JprojectMan   ==&lt;br /&gt;
|LFI http://extensions.joomla.org/extensions/communities-a-groupware/project-a-task-management/5676&lt;br /&gt;
|110410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   econtentsite  ==&lt;br /&gt;
|LFI&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    Jvehicles ==&lt;br /&gt;
|ID&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    gigcalender   ==&lt;br /&gt;
&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/calendars-a-events/events/97)http://extensions.joomla.org/extensions/calendars-a-events/events/97 gigcalender]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    heza content   ==&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427)http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427  heza content]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  SqlReport   ==&lt;br /&gt;
|Sqlreport has a sql/RFI exploit. awaiting confirmation on exact developer.&lt;br /&gt;
|Feb 20&lt;br /&gt;
|'''Not Known'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Yelp ==&lt;br /&gt;
| SQLi - Unable to locate developer. Possibly a custom extension.&lt;br /&gt;
|Feb 01 &lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; | '''  Not Known'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''This list is change protected, for updates or additions [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=87230 lafrance] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD]&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
== Codes used ==&lt;br /&gt;
SQLi - SQL injection [http://en.wikipedia.org/wiki/Code_injection#SQL_injection wikipedia]&lt;br /&gt;
&lt;br /&gt;
LFI - Local File Inclusion [http://www.scribd.com/doc/6498408/Remote-and-Local-File-Inclusion-Explained scribd]&lt;br /&gt;
&lt;br /&gt;
RFI - Remote file inclusion [http://en.wikipedia.org/wiki/Remote_File_Inclusion wikipedia]&lt;br /&gt;
&lt;br /&gt;
DT - Directory Traversal [http://en.wikipedia.org/wiki/Directory_traversal wikipedia] (incl 777 folders)&lt;br /&gt;
&lt;br /&gt;
ID = Information Disclosure: account information or sensitive information publicly viewable, or passed to 3rd party without knowledge&lt;br /&gt;
&lt;br /&gt;
== Future Actions &amp;amp; WIP ==&lt;br /&gt;
&lt;br /&gt;
[http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions RSS feed] completed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to feed VEL direct to twitter&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The RSS feed is currently fed by item entry order and not by date fixed. &lt;br /&gt;
List as discussed in  [[jtopic:455746]] by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD] editing by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Security]]&lt;br /&gt;
[[Category:Component Management]]&lt;/div&gt;</summary>
		<author><name>Mandville</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Vulnerable_Extensions_List</id>
		<title>Vulnerable Extensions List</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Vulnerable_Extensions_List"/>
				<updated>2013-04-29T20:02:01Z</updated>
		
		<summary type="html">&lt;p&gt;Mandville: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- ***all wiki editors*** - do NOT touch without notice   --&amp;gt;&lt;br /&gt;
'''List prior to Jnuary 2011 ([[Archived vel|now archived]])''' Please check here also. &lt;br /&gt;
&amp;lt;!-- if you have altered the above line then revert your changes and contact me   --&amp;gt;&lt;br /&gt;
Please also check the [[Investigation of exploits|Extension Investigation List]].&lt;br /&gt;
 &lt;br /&gt;
== Check and Report.  ==&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions in the [[jforum:432|security forum]]  clearly marked with the first word in the title being ''Vulnerable'' where the security moderators or JSST team will respond. &lt;br /&gt;
This list is change protected,''' for additions or updates email''' ''vel @ joomla.org'' &lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
== How to use this list ==&lt;br /&gt;
'''Items will be removed after a suitable period and not on resolution.'''&lt;br /&gt;
&lt;br /&gt;
All known vulnerable extensions are the listed in the first column &amp;quot;Extension&amp;quot;. Any in a &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;red box &amp;lt;/span&amp;gt;are where we have not been given a fix. Any in a &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;turquoise box&amp;lt;/span&amp;gt; contain a link to the notice about an &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;update with link.&amp;lt;/span&amp;gt; Any that are in an uncolored box are a &amp;quot;Contact the Developer About This Extension&amp;quot;.&lt;br /&gt;
Alert Advisory details are in the center column.&lt;br /&gt;
If the &amp;quot;Extension Update Link &amp;amp; Date Column has &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;'''Not Known''' &amp;lt;/span&amp;gt; then it is where no update is known.&lt;br /&gt;
&lt;br /&gt;
'''This list is compiled from found information and may not be an up to date accurate list''' ''We do '''NOT''' promise to test or validate these reports. We do '''NOT''' guarantee the quality or effectiveness of any updates reported to us or listed here.''&lt;br /&gt;
To sign up for the feed please [http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions follow this link]&lt;br /&gt;
* We do not list BETA products, or extensions for J1.0.x&lt;br /&gt;
&lt;br /&gt;
== Developers - How to get yourself removed from the VEL ==&lt;br /&gt;
&lt;br /&gt;
Resolved items will be removed after a suitable period and not on resolution&lt;br /&gt;
&lt;br /&gt;
Please solve the issues and:&lt;br /&gt;
&lt;br /&gt;
* '''If JED listed''' &lt;br /&gt;
&lt;br /&gt;
To have your extension republished, please follow these steps:&lt;br /&gt;
&lt;br /&gt;
1- Solve the issues.&lt;br /&gt;
&lt;br /&gt;
2- Attach the new zip file at your actual JED listing.&lt;br /&gt;
&lt;br /&gt;
3- Change the extension version at JED listing.&lt;br /&gt;
&lt;br /&gt;
4- Make sure to include a notice in the JED description to the fact that the new release is a &amp;quot;Security Release&amp;quot; and those who use the extension should upgrade immediately.&lt;br /&gt;
&lt;br /&gt;
5- Email the VEL team with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website&lt;br /&gt;
&lt;br /&gt;
6- Create a [http://bit.ly/velunlist JED listing owner ticket] to the JED with a notice and ask that your listing be republished. Include the full details of your new version number and security notice page&lt;br /&gt;
&lt;br /&gt;
VEL email can be found above and the JED support link is in your notice of &amp;quot;unpublication&amp;quot; [http://extensions.joomla.org/component/maqmahelpdesk/ and here] &lt;br /&gt;
&lt;br /&gt;
* '''If not JED listed.''' &lt;br /&gt;
Inform us by '''email''' with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website.&lt;br /&gt;
&lt;br /&gt;
== January 2012 and onwards Reported Vulnerable Extensions ==&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  civic crm 422==&lt;br /&gt;
|upload exploit /RFI&lt;br /&gt;
|260413&lt;br /&gt;
|developer http://civicrm.org/category/civicrm-blog-categories/civicrm-v43 release 4.3.1&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  alfcontact ==&lt;br /&gt;
|xss&lt;br /&gt;
|230413&lt;br /&gt;
|developer release [http://www.alfsoft.com statement on ALFContact v2.0.8 for J!2.5 ALFContact v3.1.4 for J!3]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  aiContactSafe 2.0.19 ==&lt;br /&gt;
|xss&lt;br /&gt;
|160413&lt;br /&gt;
|developer release statement  [http://www.algisinfo.com/en/home-bottom/41-xss-in-aicontactsafe.html for version 2.0.21] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RSfiles==&lt;br /&gt;
|SQL&lt;br /&gt;
|180313&lt;br /&gt;
|developer release statement  [http://www.rsjoomla.com/support/documentation/view-knowledgebase/141-changelog.html for version 12] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  1.6.8 update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Collector    ==&lt;br /&gt;
|Various [steevo.fr]&lt;br /&gt;
|230113&lt;br /&gt;
|developer update [http://www.steevo.fr/en/component/content/article/41-release-051 statement to] 0.5.1 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  tz guestbook   ==&lt;br /&gt;
|Various &lt;br /&gt;
|100113&lt;br /&gt;
|developer release statement [http://www.templaza.com/item/256-tz-guestbook-v1-1-2-security-release for 1.1.2]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== extplorer    ==&lt;br /&gt;
| 2.1.2, 2.1.1, 2.1.0 and 2.1.0RC5 are vulnerable to an authentication bypass&lt;br /&gt;
|251212&lt;br /&gt;
|developer [http://extplorer.net/news/12  update to 2.1.3 statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JooProperty    ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|101212&lt;br /&gt;
|developer release new version 1.13.1 -  [http://jooproperty.com/en/forum/last-jooproperty-release/277-important-security-fix-released-please-update.html#277 upgrade notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ag google analytic    ==&lt;br /&gt;
|Various&lt;br /&gt;
|061212&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== sh404sef &amp;lt;3.7.0 ==&lt;br /&gt;
|Undisclosed sh404SEF 3.4.x, 3.5.x, 3.6.x for Joomla 2.5&lt;br /&gt;
|26112&lt;br /&gt;
|developer [http://anything-digital.com/sh404sef/news/releases/sh404sef-3_7_0_1485-released.html statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Login Failed Log     ==&lt;br /&gt;
|23112&lt;br /&gt;
|ID - information disclosure&lt;br /&gt;
|developer [http://www.jm-experts.com/extensions-tools/login-failed-log release statement] to ver 1.5.4&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== jNews==&lt;br /&gt;
|&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joobi.co/index.php?option=com_content&amp;amp;view=article&amp;amp;id=8560:security-release-update-to-jnews-79x&amp;amp;catid=93:jnews&amp;amp;Itemid=225 statement to version  7.9.1] 151112&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Joombah Jobs    ==&lt;br /&gt;
|Upload restriction issues&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joombah.com/home/item/joombah-jobs-security-release-update-now statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== commedia    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|231012&lt;br /&gt;
|developer update [http://www.ecolora.com/index.php/15-commedia-a-mp3browser-new/77-commedia-3-2-is-not-vulnerable#english statement to version 3.2] 271012&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Kunena ==&lt;br /&gt;
|SQLi + ID&lt;br /&gt;
|221012&lt;br /&gt;
|Developer states [http://www.kunena.org/forum/announcement/id-52 current version not exploitable] by reported methods&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Icagenda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|Developer  [http://www.joomlic.com/en/extensions/icagenda   statement for 1.2.9] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JTag [joomlatag]   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==   Freestyle Support  ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|developer update [http://freestyle-joomla.com/help/announcements?announceid=60 statement 251012]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ACEFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|AceFTP 2.0.0 released. Developer [http://www.joomace.net/blog/aceftp/aceftp-200-has-been-released statement] 101012&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  MijoFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|*''reported fixed prior to notification''*&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  spider calendar lite   ==&lt;br /&gt;
|RFI &lt;br /&gt;
|180912&lt;br /&gt;
|developer release version 1.5 [http://web-dorado.com/products/joomla-calendar-module.html  version]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RokModule   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|Rereported 180912&lt;br /&gt;
|Developer states: no known exploits for our current versions [http://www.rockettheme.com/extensions-downloads/free/1012-rokmodule of RokModule Joomla 2.5 - v1.3 Joomla 1.5 - v1.4]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ICagenda   ==&lt;br /&gt;
| SQLi&lt;br /&gt;
|developer [http://www.joomlic.com/en/extensions/icagenda security release] - v1.2.1&lt;br /&gt;
|080912&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  En Masse cart   ==&lt;br /&gt;
|RFI&lt;br /&gt;
|060812&lt;br /&gt;
|Developer upgrade statement [http://www.matamko.com/news-update/14-en-masse-releases/142-announcement-for-security-release-enmasse-313.html   to 3.1.3]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   JCE (joomla content editor)  ==&lt;br /&gt;
|Upload Restriction &amp;lt;2.2.4 &lt;br /&gt;
|050812&lt;br /&gt;
|Developer states current version not exploitable &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RSGallery2  ==&lt;br /&gt;
|SQLi XSS&lt;br /&gt;
| 31 07 12&lt;br /&gt;
|Devleoper statement versions 3.2.0 for Joomla 2.5 and version 2.3.0 for Joomla 1.5  [http://www.rsgallery2.nl/topicseen./announcements/rsgallery2_3.2.0_and_2.3.0_released_16845.msg44046.html released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  osproperty   ==&lt;br /&gt;
|Unrestricted uploads&lt;br /&gt;
|160712&lt;br /&gt;
|Developer release [http://joomservices.com/components/ossolution-property.html version  2.0.3] 180712&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== KSAdvertiser     ==&lt;br /&gt;
| RFI &lt;br /&gt;
|160712&lt;br /&gt;
|The security update version 1.5.72 advise can be found here:&lt;br /&gt;
[http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=251:kiss-advertiser-sicherheitsupdate&amp;amp;catid=69&amp;amp;Itemid=361&amp;amp;lang=de German] [http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=252:kiss-advertiser-security-update&amp;amp;catid=21&amp;amp;Itemid=362&amp;amp;lang=en English]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Shipping by State for Virtuemart   ==&lt;br /&gt;
|elevated permissions (http://web-expert.gr/en)&lt;br /&gt;
|160612&lt;br /&gt;
| [http://web-expert.gr/en/commersial/virtuemart-shipping-by-state-component Upgrade to v2.5 download] commercial product 300612&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ownbiblio 1.5.3   ==&lt;br /&gt;
|SQLi + &lt;br /&gt;
|250512&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  Ninjaxplorer &amp;lt;=1.0.6   ==&lt;br /&gt;
|developer notification&lt;br /&gt;
|250412&lt;br /&gt;
|developer statement [http://ninjaforge.com/blog/318-security-vulnerability-discovered-in-ninjaxplorer-upgrade-immediately upgrade to 1.0.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Phoca Fav Icon    ==&lt;br /&gt;
|Permissions Rewrite&lt;br /&gt;
|150412&lt;br /&gt;
| [http://www.phoca.cz/news/30-phoca-news/633-phoca-favicon-203-released developer update 2.0.3 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  estateagent improved   ==&lt;br /&gt;
|sqli (eaimproved.eu)&lt;br /&gt;
|110412&lt;br /&gt;
|developer states previous version, not current version&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  bearleague   ==&lt;br /&gt;
|110412&lt;br /&gt;
|sql &lt;br /&gt;
|(no longer maintained)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JLive! Chat v4.3.1   ==&lt;br /&gt;
|DT &lt;br /&gt;
|060412&lt;br /&gt;
|Developer reports [http://www.cmsfruit.com/security-measures.html  as unproven]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   virtuemart 2.0.2  ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|050412&lt;br /&gt;
|developers [http://virtuemart.net/news/list-all-news/417-happy-easter-new-virtuemart-204-released-security-update-sqli release statement]Current version 2.0.6 released&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JE testimonial    ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|230312&lt;br /&gt;
|Developer states '''malicious report.'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JaggyBlog   ==&lt;br /&gt;
|excessive file permission &lt;br /&gt;
|090212&lt;br /&gt;
|version 1.3.1 [http://www.jaggysnake.co.uk/products/jaggyblog released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Quickl Form   ==&lt;br /&gt;
|xss&lt;br /&gt;
|260112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  com_advert   ==&lt;br /&gt;
|sqli - unknown developer&lt;br /&gt;
|240112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla Discussions Component    ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|Discussions 1.4.1 released  [http://www.codingfish.com/news/38-joomla/101-discussions-141-released developer statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== HD Video Share (contushdvideoshare)  ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|updated [http://www.hdvideoshare.net version 2.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== January 2011 - Jan 2012  Reported Vulnerable Extensions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions either in the [[jforum:432]] security topic clearly marked with the first word in the title being ''Vulnerable Report'' where the security moderators or JSST team will respond or via email to the VEL team. For a guide to the [http://docs.joomla.org/Vulnerable_Extensions_List#Codes_used codes]&lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Dshop    ==&lt;br /&gt;
|sqli (possibly dhrusya.com)&lt;br /&gt;
|201111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  QContacts 1.0.6   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|131211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jobprofile  1.0 ==&lt;br /&gt;
|  SQL Injection Vulnerability&lt;br /&gt;
|051211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JX Finder 2.0.1   ==&lt;br /&gt;
| XSS Vulnerabilities&lt;br /&gt;
|011211&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  wdbanners   ==&lt;br /&gt;
|Unknown Exploit&lt;br /&gt;
|301111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  JB Captify Content  J1.5 and J1.7     ==&lt;br /&gt;
|Security checks missing -Versions prior to JB_mod_captifyContent_J1.5_J1.7_1.0.1.zip&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [http://joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JB Microblog   ==&lt;br /&gt;
|Security checks missing - J1.7 only. Versions prior to 1.10.3 &lt;br /&gt;
|14111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Slideshow &amp;lt;3.5.1,   ==&lt;br /&gt;
|Security checks missing&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Bamboobox   ==&lt;br /&gt;
|Security checks missing - J1.5 all versions prior to 1.2.2 &lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  RokModule    ==&lt;br /&gt;
|SQLI - exploits     RokStock RokWeather RokNewspager&lt;br /&gt;
|121111&lt;br /&gt;
|developer release statement [http://www.rockettheme.com/blog/extensions/1300-important-security-vulnerability-fixed    RokModule v1.3 for Joomla 1.7   RokModule v1.4 for Joomla 1.5]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  hm community   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
|011111&lt;br /&gt;
|developer release [http://joomlaextensions.co.in/product/HM-Community 1.01]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Alameda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|01111&lt;br /&gt;
|developer statement [http://www.blueflyingfish.com/alameda/index.php?option=com_content&amp;amp;view=category&amp;amp;id=5&amp;amp;Itemid=28 and Latest version number v1.0.1.]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Techfolio 1.0    ==&lt;br /&gt;
|Techfolio 1.0 SQLI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Barter Sites 1.3  ==&lt;br /&gt;
|Barter Sites 1.3 SQL Injection &amp;amp; Persistent XSS vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer [http://my.barter-sites.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=6&amp;amp;Itemid=25 release 1.3.1] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Jeema SMS 3.2  ==&lt;br /&gt;
|Jeema SMS 3.2 Multiple Vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer resolution notice [http://jeema.net/about-us/securty-releases.html for 3.5.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Vik Real Estate 1.0   ==&lt;br /&gt;
|Vik Real Estate 1.0  Multiple Blind SqlI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== yj contact    ==&lt;br /&gt;
|LFI (youjoomla contact)&lt;br /&gt;
|241011&lt;br /&gt;
|developer update statement [http://www.youjoomla.com/yj-contact-us-1.0.1-released.html 261011]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   NoNumber Framework  ==&lt;br /&gt;
| Advanced Module Manager * AdminBar Docker * Add to Menu * Articles Anywhere * What? Nothing!* Tooltips* Tabber* Sourcerer* Slider* Timed Styles* Modules Anywhere* Modalizer* ReReplacer* Snippets* DB Replacer* CustoMenu* Content Templater* CDN for Joomla!* Cache Cleaner* Better Preview&lt;br /&gt;
|181011&lt;br /&gt;
|see http://feeds.feedburner.com/nonumber/news for updates of various extensions&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Time Returns    ==&lt;br /&gt;
|SQLi takeaweb.it&lt;br /&gt;
|151011&lt;br /&gt;
|No longer developed. New version 2.0.1 for Joomla 1.6/1.7 (old version are no longer supported) http://www.takeaweb.it&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|300811&lt;br /&gt;
|developer advice [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64&amp;amp;Itemid=59 page] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jumi    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|300811&lt;br /&gt;
|Developer states proper use of joomla administration/extension documentation reading&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla content editor    ==&lt;br /&gt;
|JCE lfi/rfi vulnerability&lt;br /&gt;
|&lt;br /&gt;
|JCE 2.0.11 and JCE 1.5.7.14 [http://www.joomlacontenteditor.net/news/item/jce-2011-released have been released]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Google Website Optimizer  ==&lt;br /&gt;
|Numerous vulnerabilities. Website Optimizer, Pearl Group&lt;br /&gt;
|290811&lt;br /&gt;
|developer update [http://www.pearl-group.com/optimizer-changelog statement to ver. 1.4.0] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Almond Classifieds   ==&lt;br /&gt;
|777 Folder settings (all folders it uses are set to 777 including previously 755 locked folders) &lt;br /&gt;
|260811&lt;br /&gt;
|developer resolution [http://www.almondsoft.com/acj/ notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== joomtouch    ==&lt;br /&gt;
|LFI/RFI&lt;br /&gt;
|180811&lt;br /&gt;
|developers [http://www.joomtouch.com/ultime/4-risolta-la-vulnerabilita-di-joomtouch.html resolution notice  1.0.3]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RAXO All-mode PRO   ==&lt;br /&gt;
|Timthumb  RFI &lt;br /&gt;
|110811&lt;br /&gt;
|[http://raxo.org/forum/viewtopic.php?f=2&amp;amp;t=60#p2056 developer upgrade 1.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  V-portfolio   ==&lt;br /&gt;
|DT - open folders&lt;br /&gt;
|110811&lt;br /&gt;
| [http://vsmart-extensions.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=61 developer resolution statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== obSuggest    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|310711&lt;br /&gt;
|developer [http://foobla.com/news/latest/obsuggest-1.8-security-release.html release statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple Page    ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|developer update [http://omar84.com/latest-news/65-simple-page-options-1517-security-release statement] v1.5.17 has been released&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/components/je-story-submit.html devloper security update] notice to ver 1.9&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   appointment booking pro  ==&lt;br /&gt;
|LFI 22071&lt;br /&gt;
|&lt;br /&gt;
|[http://appointmentbookingpro.com/index.php?option=com_kunena&amp;amp;Itemid=66&amp;amp;func=view&amp;amp;catid=25&amp;amp;id=8129#8129 developer update security announcement] Current 2.0.1 and 1.4.x versions, are '''not''' vulnerable,&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  acajoom   ==&lt;br /&gt;
|xss (admin permission required)&lt;br /&gt;
|220711&lt;br /&gt;
|updated to 5.20&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  gTranslate   ==&lt;br /&gt;
|ID - &lt;br /&gt;
|220711&lt;br /&gt;
|[http://edo.webmaster.am/gtranslate-changelog developer security release] 1.5 x.25 and 1.6 x.26.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  alpharegistration    ==&lt;br /&gt;
|http://www.alphaplug.com/ Please contact the developer for any questions on this extension&lt;br /&gt;
|170711 220711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jforce    ==&lt;br /&gt;
|DT - &lt;br /&gt;
|170711&lt;br /&gt;
| [http://www.jforce.com/blog/270-jforce-security-release.html developer states The new version number v1.5r1362 resolves the problem] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Flash Magazine Deluxe Joomla   ==&lt;br /&gt;
|ID [http://www.joomplace.com/joomla-components/flash-magazine-deluxe-component.html multiple vulnerabilities]&lt;br /&gt;
|170711&lt;br /&gt;
|[http://www.joomplace.com/news-blog/flashmagazine-deluxe-2-1-4-security-release.html developer release] 2.1.4&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== AVreloaded    ==&lt;br /&gt;
|SQLi - version 1.2.6&lt;br /&gt;
|150711&lt;br /&gt;
|[http://allvideos.fritz-elfert.de/ 1.2.7 released developer release statement 160711] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  Sobi   ==&lt;br /&gt;
|SQLI - &lt;br /&gt;
|130711&lt;br /&gt;
|[http://www.sigsiu.net/changelog developer fix and update statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  fabrik   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|120711&lt;br /&gt;
|[http://fabrikar.com/downloads/details/36/89 Developers Update statement 2.1]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  xmap   ==&lt;br /&gt;
|sqli 1.2.11 &lt;br /&gt;
|120711&lt;br /&gt;
|upgrade to 1.2.12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Atomic Gallery     ==&lt;br /&gt;
|Creates 777 folders [http://www.atomicon.nl/atomicongallery Atomic gallery] &lt;br /&gt;
|110711&lt;br /&gt;
|developer [http://www.atomicon.nl/atomicongallery#changelog release statement/changelog]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  myApi   ==&lt;br /&gt;
|ID [http://extensions.joomla.org/component/mtree/social-web/facebook-integration/11624 Contains &amp;quot;Call-Home&amp;quot; function. Sends private user information to developer.] &lt;br /&gt;
|020711&lt;br /&gt;
|[http://www.myapi.co.uk/ Developer states Use version 1.3.4.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  mdigg   ==&lt;br /&gt;
|SQL I (not listed in JED)&lt;br /&gt;
|020711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Calc Builder   ==&lt;br /&gt;
|sqli + ID&lt;br /&gt;
|180611&lt;br /&gt;
| [http://components.moonsoft.es/downloadcalcbuilder  dev security release 0.0.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Cool Debate    ==&lt;br /&gt;
|Cool Debate 1.03 LFI&lt;br /&gt;
|&lt;br /&gt;
| version [http://www.acoolsip.com/development/a-cool-debate.html 1.0.8 released.] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Scriptegrator Plugin 1.5.5==&lt;br /&gt;
|LFI&lt;br /&gt;
|140611&lt;br /&gt;
| [http://www.greatjoomla.com/news/index.html  Update - Core Design Scriptegrator plugin 2.0.9 &amp;amp;] 1.5.6&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Joomnik Gallery   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/joomnik/ developer update to 0.9.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JMS fileseller   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|0611&lt;br /&gt;
|[http://joommasters.com/commercial-extensions/components/jms-fileseller.html developer upgrade announcement to v1.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sh404SEF   ==&lt;br /&gt;
|low-level XSS security issue&lt;br /&gt;
|300511&lt;br /&gt;
|[http://dev.anything-digital.com/Forum/Announcements/11147-sh404SEF-2.2.6-now-available-for-Joomla-1.5/ Dev upgrade statement to 2.2.6]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story submit    ==&lt;br /&gt;
|LFI/RFI &lt;br /&gt;
|&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/modules/je-content-menu.html?page=shop.product_details&amp;amp;flypage=flypage.tpl&amp;amp;product_id=77&amp;amp;category_id=13&amp;amp;vmcchk=1 developer states Version 1.8]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   FCKeditor   ==&lt;br /&gt;
|File Upload Vulnerability&lt;br /&gt;
|230511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== KeyCaptcha    ==&lt;br /&gt;
|ID &lt;br /&gt;
|190511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ask A Question AddOn v1.1   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|160511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Global Flash Gallery     ==&lt;br /&gt;
|flash-gallery.com xss &lt;br /&gt;
|130511&lt;br /&gt;
|[http://flash-gallery.com/help/joomla-extension/faq/security-update-0.5.0/ dev release 0.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== com_google     ==&lt;br /&gt;
|LFI [http://freejoomlacomponent.appspot.com/ com_google]&lt;br /&gt;
|080511&lt;br /&gt;
|[http://freejoomlacomponent.appspot.com/securityrelease.html devs update to 1.5.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  docman   ==&lt;br /&gt;
|com-docman Input Validation Error &lt;br /&gt;
|160511&lt;br /&gt;
|[http://forum.joomla.org/viewtopic.php?p=2502904#p2502904 devs resolution statement, report for old version]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Newsletter Subscriber    ==&lt;br /&gt;
|XSS &lt;br /&gt;
|120511&lt;br /&gt;
|[http://mavrosxristoforos.com/joomla-extensions/free/newsletter-subscriber Deveopler update]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Akeeba   ==&lt;br /&gt;
|akkeba backup and joomlapack&lt;br /&gt;
|170411&lt;br /&gt;
|[https://www.akeebabackup.com/home/item/1091-akeeba-backup-3-2-7.html dev update to 3.2.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Facebook Graph Connect   ==&lt;br /&gt;
|SID. call home device with user credentials&lt;br /&gt;
|120411&lt;br /&gt;
|[http://www.sikkimonline.info/security-notice dev update notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== booklibrary    ==&lt;br /&gt;
|SQLi ordasoft booklibrary&lt;br /&gt;
|180311&lt;br /&gt;
|[http://ordasoft.com/Book-Library/security-upgrade-instructions-for-book-library.html developer upgrade instructions]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== semantic    ==&lt;br /&gt;
|com semantic http://www.scms.es/joomla creates hidden admin users &lt;br /&gt;
|150311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JOMSOCIAL 2.0.x 2.1.x   ==&lt;br /&gt;
|SID, open folders&lt;br /&gt;
|120311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  flexicontent   ==&lt;br /&gt;
|forced 777, malicious files &lt;br /&gt;
|250311&lt;br /&gt;
|[http://www.flexicontent.org/home/item/192-flexicontent-154-is-finally-out.html devs resolve statement], [http://www.flexicontent.org/downloads/latest-version.html Changelog]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== jLabs Google Analytics Counter     ==&lt;br /&gt;
|jLabs Google Analytics Counter  SID&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  xcloner   ==&lt;br /&gt;
|Unspecified&lt;br /&gt;
|260211&lt;br /&gt;
|[http://www.xcloner.com/xcloner-news/important-security-upgrade/ dev announcement of security release]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== smartformer    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|230211 (repeat of 041110)&lt;br /&gt;
|[http://www.itoris.com/joomla-form-builder-smartformer.html v2.4.1 security fix for Joomla 1.5.x]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== xmap 1.2.10    ==&lt;br /&gt;
|Malicious payload in zip&lt;br /&gt;
|230211&lt;br /&gt;
|[http://joomla.vargas.co.cr/en/news/4-xmap/95-security-notice developer resolution notic]e Clean version available from [http://joomlacode.org/gf/project/xmap/frs/ joomlacode] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Frontend-User-Access 3.4.1  ==&lt;br /&gt;
|Frontend-User-Access 3.4.1 from http://www.pages-and-items.com LFI&lt;br /&gt;
|030211&lt;br /&gt;
|update to [http://extensions.joomla.org/extensions/access-a-security/frontend-access-control/6874 Frontend-User-Access 3.4.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  com properties 7134   ==&lt;br /&gt;
| http://com-property.com/ malicious files in script&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/property/frs/?action=FrsReleaseBrowse&amp;amp;frs_package_id=5815 Dev update statement]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  B2 Portfolio ==&lt;br /&gt;
|B2 portfolio 1.0 SQLi pulseextensions.com&lt;br /&gt;
|250111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  allcinevid   ==&lt;br /&gt;
|SQLI http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/15367&lt;br /&gt;
|220111&lt;br /&gt;
|[http://www.joomtraders.com/our-blog/allcinevid-1.0-sql-injection.html Developers resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== People Component    ==&lt;br /&gt;
|People component http://www.ptt-solution.com/vmchk/people-component.html sqli&lt;br /&gt;
|150111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jimtawl    ==&lt;br /&gt;
|Jimtawl LFI &lt;br /&gt;
|251110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Maian Media SILVER  ==&lt;br /&gt;
|Maian Media SQLi&lt;br /&gt;
|151110&lt;br /&gt;
|Developer states unproven in free edition, paid/SILVER version is being upgraded. [http://www.aretimes.com/index.php?option=com_content&amp;amp;view=category&amp;amp;layout=blog&amp;amp;id=40&amp;amp;Itemid=113 dev article]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  alfurqan  ==&lt;br /&gt;
|alfurqan 1.5 sqli&lt;br /&gt;
|151110&lt;br /&gt;
|developer update [http://forums.islamis4u.com/index.php/topic%2c83.0.html statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ccboard   ==&lt;br /&gt;
|[http://extensions.joomla.org/extensions/communication/forum/6823 ccboard XSS and SQLi]&lt;br /&gt;
|131110&lt;br /&gt;
| on my site at [http://codeclassic.org/component/content/article/1-latest-news/83-ccboard-13-released.html] Please find the respective update information&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   ProDesk v 1.5  ==&lt;br /&gt;
|LFI &lt;br /&gt;
|091110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sponsorwall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
|developer  [http://demo.pulseextensions.com/sponsor-wall.html resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Flip wall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
| developer http://demo.pulseextensions.com/flip-wall.html update notice  [http://www.example.com link title]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Freestyle FAQ 1.5.6     ==&lt;br /&gt;
|http://freestyle-joomla.com/fssdownloads/viewcategory/2 Freestyle FAQ 1.5.6 ‎SQL Injection&lt;br /&gt;
|&lt;br /&gt;
|[http://freestyle-joomla.com/index.php?announceid=43 new version (1.9.0) is available which fixes] the security issues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   iJoomla Magazine 3.0.1  ==&lt;br /&gt;
|iJoomla Magazine 3.0.1 RFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Clantools   ==&lt;br /&gt;
| &lt;br /&gt;
|http://www.joomla-clantools.de/downloads/doc_download/7-clantools-123.html clantool sqli&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jphone   ==&lt;br /&gt;
|jphone LFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  PicSell    ==&lt;br /&gt;
|[http://vm.xmlswf.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=104&amp;amp;Itemid=131Picsell LFD, 777]&lt;br /&gt;
|020910&lt;br /&gt;
|new version [http://vm.xmlswf.com/picsell released 150312]  version number 11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Zoom Portfolio   ==&lt;br /&gt;
|SID&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   zina   ==&lt;br /&gt;
|[http://www.pancake.org/zina/ SQL Injection]&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Team's   ==&lt;br /&gt;
|[http://www.joomlamo.com Teams extension] SQL Injection &lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Amblog    ==&lt;br /&gt;
|[http://robitbt.hu/jm/index.php?option=com_amdownloader&amp;amp;task=showfiles&amp;amp;pathid=8 Amblog] SQLi&lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   wmtpic  ==&lt;br /&gt;
|www.webmaster-tips.net various&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Jomtube    ==&lt;br /&gt;
|http://www.jomtube.com/ SID&lt;br /&gt;
|220710&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Rapid Recipe    ==&lt;br /&gt;
|http://www.rapid-source.com Persistent XSS Vulnerability last known fix version 1.7.2 &lt;br /&gt;
|july 10,2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Health &amp;amp; Fitness Stats   ==&lt;br /&gt;
|http://joomla-extensions.instantiate.co.uk/jcomponents/healthstats Persistent XSS Vulnerability july 10,2010 &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  staticxt   ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/edition/custom-code-in-content/2184  no version number provided&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   quickfaq  ==&lt;br /&gt;
|http://www.schlu.net sqli&lt;br /&gt;
|090710&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==    Minify4Joomla  ==&lt;br /&gt;
|http://waltercedric.com/ LFI and xss&lt;br /&gt;
|090710&lt;br /&gt;
|No longer available to download&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   IXXO Cart   ==&lt;br /&gt;
|http://www.php-shop-system.com/ SQLi LFI XSS Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|developer resolution [http://support.ixxoglobal.com/index.php?/News/NewsItem/View/22/ixxo-cart-new-release-v41190 notice] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  PaymentsPlus   ==&lt;br /&gt;
|http://paymentsplus.com.au/ 2.1.5 Blind SQL Injection Vulnerability&lt;br /&gt;
|090710 &lt;br /&gt;
|current version 2.20, 2.1.5 not listed on dev site&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ArtForms   ==&lt;br /&gt;
|http://joomlacode.org/gf/project/jartforms/ ArtForms 2.1b7.2 RC2 Multiple Remote Vulnerabilities&lt;br /&gt;
|090710&lt;br /&gt;
| Old beta extension &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  autartimonial   ==&lt;br /&gt;
|autartica.be Sqli Vulnerability&lt;br /&gt;
|060710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== eventcal 1.6.4    ==&lt;br /&gt;
|http://joomlacode.org/gf/project/eventcal/frs/ SQL I  last update 2006-12-31 on joomlacode&lt;br /&gt;
|040710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== date converter    ==&lt;br /&gt;
|http://sourceforge.net/projects/date-converter/ sqli&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== real estate    ==&lt;br /&gt;
|http://www.opensourcetechnologies.com/demos/real-estate.html RFI&lt;br /&gt;
|210610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  cinema   ==&lt;br /&gt;
|SQL injection&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Jreservation  ==&lt;br /&gt;
|http://jforjoomla.com/ SQLi Vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   joomdocs  ==&lt;br /&gt;
|http://joomclan.com/index.php/JoomDocs/ xss vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Live Chat    ==&lt;br /&gt;
|http://www.joompolitan.com/livechat.html Multiple Remote Vulnerabilities &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Turtushout 0.11    ==&lt;br /&gt;
| http://www.turtus.org.ua/files?func=fileinfo&amp;amp;id=13 SQL Injection (again)&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  BF Survey Pro Free   ==&lt;br /&gt;
|BF Survey Pro Free SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|Product marker as retired by the developer&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MisterEstate   ==&lt;br /&gt;
|http://www.misterestate.com/ Blind SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  RSMonials    ==&lt;br /&gt;
|http://www.rswebsols.com/downloads/category/14-download-rsmonials-all?download=23%3Adownload-rsmonials-component XSS Exploit&lt;br /&gt;
|190610&lt;br /&gt;
|Believed to be 1.5.1 version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Answers v2.3beta   ==&lt;br /&gt;
|Multiple Vulnerabilities http://extensions.joomla.org/extensions/communication/forum/12652&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Gallery XML 1.1   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/photos-a-images/photo-gallery/12504&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JFaq 1.2   ==&lt;br /&gt;
|JFaq 1.2 Multiple Vulnerabilities&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Listbingo 1.3   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/ads-a-affiliates/classified-ads/12062&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Alpha User Points    ==&lt;br /&gt;
|www.alphaplug.com LFI&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   recruitmentmanager  ==&lt;br /&gt;
|http://recruitment.focusdev.co.uk Upload Vulnerability&lt;br /&gt;
|130610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Info Line (MT_ILine)    ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/news-display/news-tickers-a-scrollers/8425 reports of shell scripts in download file&lt;br /&gt;
|120610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ads manager  Annonce   ==&lt;br /&gt;
|http://joomla.clubnautiquemarine.fr/ &lt;br /&gt;
Upload Vulnerability&lt;br /&gt;
| 05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  lead article    ==&lt;br /&gt;
|http://www.leadya.co.il/ SQLi&lt;br /&gt;
|050610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  djartgallery   ==&lt;br /&gt;
|http://www.design-joomla.eu Multiple Vul&lt;br /&gt;
|05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Gallery 2 Bridge    ==&lt;br /&gt;
|[http://trac.4theweb.nl/g2bridge g2bridge] LFI vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jsjobs   ==&lt;br /&gt;
|[http://www.joomsky.com jsjobs] SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Poll  ==&lt;br /&gt;
|http://slideshow.joomlaextensions.co.in/ SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MediQnA   ==&lt;br /&gt;
|MediQnA LFI vulnerability version : v1.1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Job  ==&lt;br /&gt;
|http://joomlaextensions.co.in/ LFI SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  SectionEx   ==&lt;br /&gt;
|Stack Ideas section Ex LFI&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ActiveHelper LiveHelp    ==&lt;br /&gt;
|XSS in [http://extensions.joomla.org/extensions/communication/chat/12492 LiveHelp] &lt;br /&gt;
|200510&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  JE Quotation Form   ==&lt;br /&gt;
|http://joomlaextensions.co.in/free-download/doc_download/11-je-quotation-form.html  LFI&lt;br /&gt;
|&lt;br /&gt;
|developers statement of [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form resolution]  '''note''', now known as [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form JE Quote Form] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  konsultasi   ==&lt;br /&gt;
|SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Seber Cart    ==&lt;br /&gt;
|Local File Disclosure Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|[http://www.sebercart.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=158 Developer Update 140510]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Camp26 Visitor    ==&lt;br /&gt;
|RFI www.camp26.biz&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   JE Property  ==&lt;br /&gt;
|JE Property Finder Upload Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Noticeboard  ==&lt;br /&gt;
|Noticeboard for Joomla &amp;quot;controller&amp;quot; Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==SmartSite     ==&lt;br /&gt;
|SmartSite com_smartsite Local File Inclusion Vulnerability &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  htmlcoderhelper graphics   ==&lt;br /&gt;
|htmlcoderhelper graphics v1.0.6 LFI Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
== Ultimate Portfolio    ==&lt;br /&gt;
|Ultimate Portfolio  Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Archery Scores   ==&lt;br /&gt;
| [http://lispeltuut.org/ Archery Scores (com_archeryscores) v1.0.6 LFI Vulnerability]&lt;br /&gt;
&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  ZiMB Manager   ==&lt;br /&gt;
|Joomla Component ZiMB Manager Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Matamko   ==&lt;br /&gt;
|Matamko Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Root   ==&lt;br /&gt;
|Multiple Root Local File Inclusion Vulnerability http://joomlacomponent.inetlanka.com/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Map   ==&lt;br /&gt;
|Multiple Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Contact Us Draw Root Map  ==&lt;br /&gt;
|Draw Root Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  iF surfALERT   ==&lt;br /&gt;
|[http://www.inertialfate.za.net/ iF surfALERT] Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   GBU FACEBOOK  ==&lt;br /&gt;
|GBU FACEBOOK SQL injection vulnerability http://www.gbugrafici.nl/gbufacebook/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   jnewspaper  ==&lt;br /&gt;
|jnewspaper (cid) SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
== MT Fire Eagle ==&lt;br /&gt;
&lt;br /&gt;
|LFI http://joomlacode.org/gf/project/jfireeagle/frs/ http://www.moto-treks.com&lt;br /&gt;
| 190410&lt;br /&gt;
| product considered retired and to be replaced by dev&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Sweetykeeper   ==&lt;br /&gt;
|Sweetykeeper Local File Inclusion Vulnerability  http://www.joomlacorner.com/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  jvehicles   ==&lt;br /&gt;
|SQL Injection http://jvehicles.com&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  worldrates   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  cvmaker   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  advertising   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   horoscope  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   webtv  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  diary   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Memory Book   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  JprojectMan   ==&lt;br /&gt;
|LFI http://extensions.joomla.org/extensions/communities-a-groupware/project-a-task-management/5676&lt;br /&gt;
|110410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   econtentsite  ==&lt;br /&gt;
|LFI&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    Jvehicles ==&lt;br /&gt;
|ID&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    gigcalender   ==&lt;br /&gt;
&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/calendars-a-events/events/97)http://extensions.joomla.org/extensions/calendars-a-events/events/97 gigcalender]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    heza content   ==&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427)http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427  heza content]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  SqlReport   ==&lt;br /&gt;
|Sqlreport has a sql/RFI exploit. awaiting confirmation on exact developer.&lt;br /&gt;
|Feb 20&lt;br /&gt;
|'''Not Known'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Yelp ==&lt;br /&gt;
| SQLi - Unable to locate developer. Possibly a custom extension.&lt;br /&gt;
|Feb 01 &lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; | '''  Not Known'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''This list is change protected, for updates or additions [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=87230 lafrance] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD]&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
== Codes used ==&lt;br /&gt;
SQLi - SQL injection [http://en.wikipedia.org/wiki/Code_injection#SQL_injection wikipedia]&lt;br /&gt;
&lt;br /&gt;
LFI - Local File Inclusion [http://www.scribd.com/doc/6498408/Remote-and-Local-File-Inclusion-Explained scribd]&lt;br /&gt;
&lt;br /&gt;
RFI - Remote file inclusion [http://en.wikipedia.org/wiki/Remote_File_Inclusion wikipedia]&lt;br /&gt;
&lt;br /&gt;
DT - Directory Traversal [http://en.wikipedia.org/wiki/Directory_traversal wikipedia] (incl 777 folders)&lt;br /&gt;
&lt;br /&gt;
ID = Information Disclosure: account information or sensitive information publicly viewable, or passed to 3rd party without knowledge&lt;br /&gt;
&lt;br /&gt;
== Future Actions &amp;amp; WIP ==&lt;br /&gt;
&lt;br /&gt;
[http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions RSS feed] completed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to feed VEL direct to twitter&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The RSS feed is currently fed by item entry order and not by date fixed. &lt;br /&gt;
List as discussed in  [[jtopic:455746]] by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD] editing by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Security]]&lt;br /&gt;
[[Category:Component Management]]&lt;/div&gt;</summary>
		<author><name>Mandville</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Vulnerable_Extensions_List</id>
		<title>Vulnerable Extensions List</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Vulnerable_Extensions_List"/>
				<updated>2013-04-28T07:34:33Z</updated>
		
		<summary type="html">&lt;p&gt;Mandville: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- ***all wiki editors*** - do NOT touch without notice   --&amp;gt;&lt;br /&gt;
'''List prior to Jnuary 2011 ([[Archived vel|now archived]])''' Please check here also. &lt;br /&gt;
&amp;lt;!-- if you have altered the above line then revert your changes and contact me   --&amp;gt;&lt;br /&gt;
Please also check the [[Investigation of exploits|Extension Investigation List]].&lt;br /&gt;
 &lt;br /&gt;
== Check and Report.  ==&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions in the [[jforum:432|security forum]]  clearly marked with the first word in the title being ''Vulnerable'' where the security moderators or JSST team will respond. &lt;br /&gt;
This list is change protected,''' for additions or updates email''' ''vel @ joomla.org'' &lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
== How to use this list ==&lt;br /&gt;
'''Items will be removed after a suitable period and not on resolution.'''&lt;br /&gt;
&lt;br /&gt;
All known vulnerable extensions are the listed in the first column &amp;quot;Extension&amp;quot;. Any in a &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;red box &amp;lt;/span&amp;gt;are where we have not been given a fix. Any in a &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;turquoise box&amp;lt;/span&amp;gt; contain a link to the notice about an &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;update with link.&amp;lt;/span&amp;gt; Any that are in an uncolored box are a &amp;quot;Contact the Developer About This Extension&amp;quot;.&lt;br /&gt;
Alert Advisory details are in the center column.&lt;br /&gt;
If the &amp;quot;Extension Update Link &amp;amp; Date Column has &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;'''Not Known''' &amp;lt;/span&amp;gt; then it is where no update is known.&lt;br /&gt;
&lt;br /&gt;
'''This list is compiled from found information and may not be an up to date accurate list''' ''We do '''NOT''' promise to test or validate these reports. We do '''NOT''' guarantee the quality or effectiveness of any updates reported to us or listed here.''&lt;br /&gt;
To sign up for the feed please [http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions follow this link]&lt;br /&gt;
* We do not list BETA products, or extensions for J1.0.x&lt;br /&gt;
&lt;br /&gt;
== Developers - How to get yourself removed from the VEL ==&lt;br /&gt;
&lt;br /&gt;
Resolved items will be removed after a suitable period and not on resolution&lt;br /&gt;
&lt;br /&gt;
Please solve the issues and:&lt;br /&gt;
&lt;br /&gt;
* '''If JED listed''' &lt;br /&gt;
&lt;br /&gt;
To have your extension republished, please follow these steps:&lt;br /&gt;
&lt;br /&gt;
1- Solve the issues.&lt;br /&gt;
&lt;br /&gt;
2- Attach the new zip file at your actual JED listing.&lt;br /&gt;
&lt;br /&gt;
3- Change the extension version at JED listing.&lt;br /&gt;
&lt;br /&gt;
4- Make sure to include a notice in the JED description to the fact that the new release is a &amp;quot;Security Release&amp;quot; and those who use the extension should upgrade immediately.&lt;br /&gt;
&lt;br /&gt;
5- Email the VEL team with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website&lt;br /&gt;
&lt;br /&gt;
6- Create a [http://bit.ly/velunlist JED listing owner ticket] to the JED with a notice and ask that your listing be republished. Include the full details of your new version number and security notice page&lt;br /&gt;
&lt;br /&gt;
VEL email can be found above and the JED support link is in your notice of &amp;quot;unpublication&amp;quot; [http://extensions.joomla.org/component/maqmahelpdesk/ and here] &lt;br /&gt;
&lt;br /&gt;
* '''If not JED listed.''' &lt;br /&gt;
Inform us by '''email''' with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website.&lt;br /&gt;
&lt;br /&gt;
== January 2012 and onwards Reported Vulnerable Extensions ==&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  civic crm 422==&lt;br /&gt;
|upload exploit /RFI&lt;br /&gt;
|260413&lt;br /&gt;
|developer http://civicrm.org/category/civicrm-blog-categories/civicrm-v43 release 4.3.1&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
==  alfcontact ==&lt;br /&gt;
|xss&lt;br /&gt;
|230413&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  aiContactSafe 2.0.19 ==&lt;br /&gt;
|xss&lt;br /&gt;
|160413&lt;br /&gt;
|developer release statement  [http://www.algisinfo.com/en/home-bottom/41-xss-in-aicontactsafe.html for version 2.0.21] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RSfiles==&lt;br /&gt;
|SQL&lt;br /&gt;
|180313&lt;br /&gt;
|developer release statement  [http://www.rsjoomla.com/support/documentation/view-knowledgebase/141-changelog.html for version 12] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  1.6.8 update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Collector    ==&lt;br /&gt;
|Various [steevo.fr]&lt;br /&gt;
|230113&lt;br /&gt;
|developer update [http://www.steevo.fr/en/component/content/article/41-release-051 statement to] 0.5.1 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  tz guestbook   ==&lt;br /&gt;
|Various &lt;br /&gt;
|100113&lt;br /&gt;
|developer release statement [http://www.templaza.com/item/256-tz-guestbook-v1-1-2-security-release for 1.1.2]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== extplorer    ==&lt;br /&gt;
| 2.1.2, 2.1.1, 2.1.0 and 2.1.0RC5 are vulnerable to an authentication bypass&lt;br /&gt;
|251212&lt;br /&gt;
|developer [http://extplorer.net/news/12  update to 2.1.3 statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JooProperty    ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|101212&lt;br /&gt;
|developer release new version 1.13.1 -  [http://jooproperty.com/en/forum/last-jooproperty-release/277-important-security-fix-released-please-update.html#277 upgrade notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ag google analytic    ==&lt;br /&gt;
|Various&lt;br /&gt;
|061212&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== sh404sef &amp;lt;3.7.0 ==&lt;br /&gt;
|Undisclosed sh404SEF 3.4.x, 3.5.x, 3.6.x for Joomla 2.5&lt;br /&gt;
|26112&lt;br /&gt;
|developer [http://anything-digital.com/sh404sef/news/releases/sh404sef-3_7_0_1485-released.html statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Login Failed Log     ==&lt;br /&gt;
|23112&lt;br /&gt;
|ID - information disclosure&lt;br /&gt;
|developer [http://www.jm-experts.com/extensions-tools/login-failed-log release statement] to ver 1.5.4&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== jNews==&lt;br /&gt;
|&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joobi.co/index.php?option=com_content&amp;amp;view=article&amp;amp;id=8560:security-release-update-to-jnews-79x&amp;amp;catid=93:jnews&amp;amp;Itemid=225 statement to version  7.9.1] 151112&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Joombah Jobs    ==&lt;br /&gt;
|Upload restriction issues&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joombah.com/home/item/joombah-jobs-security-release-update-now statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== commedia    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|231012&lt;br /&gt;
|developer update [http://www.ecolora.com/index.php/15-commedia-a-mp3browser-new/77-commedia-3-2-is-not-vulnerable#english statement to version 3.2] 271012&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Kunena ==&lt;br /&gt;
|SQLi + ID&lt;br /&gt;
|221012&lt;br /&gt;
|Developer states [http://www.kunena.org/forum/announcement/id-52 current version not exploitable] by reported methods&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Icagenda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|Developer  [http://www.joomlic.com/en/extensions/icagenda   statement for 1.2.9] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JTag [joomlatag]   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==   Freestyle Support  ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|developer update [http://freestyle-joomla.com/help/announcements?announceid=60 statement 251012]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ACEFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|AceFTP 2.0.0 released. Developer [http://www.joomace.net/blog/aceftp/aceftp-200-has-been-released statement] 101012&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  MijoFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|*''reported fixed prior to notification''*&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  spider calendar lite   ==&lt;br /&gt;
|RFI &lt;br /&gt;
|180912&lt;br /&gt;
|developer release version 1.5 [http://web-dorado.com/products/joomla-calendar-module.html  version]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RokModule   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|Rereported 180912&lt;br /&gt;
|Developer states: no known exploits for our current versions [http://www.rockettheme.com/extensions-downloads/free/1012-rokmodule of RokModule Joomla 2.5 - v1.3 Joomla 1.5 - v1.4]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ICagenda   ==&lt;br /&gt;
| SQLi&lt;br /&gt;
|developer [http://www.joomlic.com/en/extensions/icagenda security release] - v1.2.1&lt;br /&gt;
|080912&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  En Masse cart   ==&lt;br /&gt;
|RFI&lt;br /&gt;
|060812&lt;br /&gt;
|Developer upgrade statement [http://www.matamko.com/news-update/14-en-masse-releases/142-announcement-for-security-release-enmasse-313.html   to 3.1.3]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   JCE (joomla content editor)  ==&lt;br /&gt;
|Upload Restriction &amp;lt;2.2.4 &lt;br /&gt;
|050812&lt;br /&gt;
|Developer states current version not exploitable &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RSGallery2  ==&lt;br /&gt;
|SQLi XSS&lt;br /&gt;
| 31 07 12&lt;br /&gt;
|Devleoper statement versions 3.2.0 for Joomla 2.5 and version 2.3.0 for Joomla 1.5  [http://www.rsgallery2.nl/topicseen./announcements/rsgallery2_3.2.0_and_2.3.0_released_16845.msg44046.html released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  osproperty   ==&lt;br /&gt;
|Unrestricted uploads&lt;br /&gt;
|160712&lt;br /&gt;
|Developer release [http://joomservices.com/components/ossolution-property.html version  2.0.3] 180712&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== KSAdvertiser     ==&lt;br /&gt;
| RFI &lt;br /&gt;
|160712&lt;br /&gt;
|The security update version 1.5.72 advise can be found here:&lt;br /&gt;
[http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=251:kiss-advertiser-sicherheitsupdate&amp;amp;catid=69&amp;amp;Itemid=361&amp;amp;lang=de German] [http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=252:kiss-advertiser-security-update&amp;amp;catid=21&amp;amp;Itemid=362&amp;amp;lang=en English]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Shipping by State for Virtuemart   ==&lt;br /&gt;
|elevated permissions (http://web-expert.gr/en)&lt;br /&gt;
|160612&lt;br /&gt;
| [http://web-expert.gr/en/commersial/virtuemart-shipping-by-state-component Upgrade to v2.5 download] commercial product 300612&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ownbiblio 1.5.3   ==&lt;br /&gt;
|SQLi + &lt;br /&gt;
|250512&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  Ninjaxplorer &amp;lt;=1.0.6   ==&lt;br /&gt;
|developer notification&lt;br /&gt;
|250412&lt;br /&gt;
|developer statement [http://ninjaforge.com/blog/318-security-vulnerability-discovered-in-ninjaxplorer-upgrade-immediately upgrade to 1.0.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Phoca Fav Icon    ==&lt;br /&gt;
|Permissions Rewrite&lt;br /&gt;
|150412&lt;br /&gt;
| [http://www.phoca.cz/news/30-phoca-news/633-phoca-favicon-203-released developer update 2.0.3 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  estateagent improved   ==&lt;br /&gt;
|sqli (eaimproved.eu)&lt;br /&gt;
|110412&lt;br /&gt;
|developer states previous version, not current version&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  bearleague   ==&lt;br /&gt;
|110412&lt;br /&gt;
|sql &lt;br /&gt;
|(no longer maintained)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JLive! Chat v4.3.1   ==&lt;br /&gt;
|DT &lt;br /&gt;
|060412&lt;br /&gt;
|Developer reports [http://www.cmsfruit.com/security-measures.html  as unproven]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   virtuemart 2.0.2  ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|050412&lt;br /&gt;
|developers [http://virtuemart.net/news/list-all-news/417-happy-easter-new-virtuemart-204-released-security-update-sqli release statement]Current version 2.0.6 released&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JE testimonial    ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|230312&lt;br /&gt;
|Developer states '''malicious report.'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JaggyBlog   ==&lt;br /&gt;
|excessive file permission &lt;br /&gt;
|090212&lt;br /&gt;
|version 1.3.1 [http://www.jaggysnake.co.uk/products/jaggyblog released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Quickl Form   ==&lt;br /&gt;
|xss&lt;br /&gt;
|260112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  com_advert   ==&lt;br /&gt;
|sqli - unknown developer&lt;br /&gt;
|240112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla Discussions Component    ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|Discussions 1.4.1 released  [http://www.codingfish.com/news/38-joomla/101-discussions-141-released developer statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== HD Video Share (contushdvideoshare)  ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|updated [http://www.hdvideoshare.net version 2.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== January 2011 - Jan 2012  Reported Vulnerable Extensions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions either in the [[jforum:432]] security topic clearly marked with the first word in the title being ''Vulnerable Report'' where the security moderators or JSST team will respond or via email to the VEL team. For a guide to the [http://docs.joomla.org/Vulnerable_Extensions_List#Codes_used codes]&lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Dshop    ==&lt;br /&gt;
|sqli (possibly dhrusya.com)&lt;br /&gt;
|201111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  QContacts 1.0.6   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|131211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jobprofile  1.0 ==&lt;br /&gt;
|  SQL Injection Vulnerability&lt;br /&gt;
|051211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JX Finder 2.0.1   ==&lt;br /&gt;
| XSS Vulnerabilities&lt;br /&gt;
|011211&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  wdbanners   ==&lt;br /&gt;
|Unknown Exploit&lt;br /&gt;
|301111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  JB Captify Content  J1.5 and J1.7     ==&lt;br /&gt;
|Security checks missing -Versions prior to JB_mod_captifyContent_J1.5_J1.7_1.0.1.zip&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [http://joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JB Microblog   ==&lt;br /&gt;
|Security checks missing - J1.7 only. Versions prior to 1.10.3 &lt;br /&gt;
|14111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Slideshow &amp;lt;3.5.1,   ==&lt;br /&gt;
|Security checks missing&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Bamboobox   ==&lt;br /&gt;
|Security checks missing - J1.5 all versions prior to 1.2.2 &lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  RokModule    ==&lt;br /&gt;
|SQLI - exploits     RokStock RokWeather RokNewspager&lt;br /&gt;
|121111&lt;br /&gt;
|developer release statement [http://www.rockettheme.com/blog/extensions/1300-important-security-vulnerability-fixed    RokModule v1.3 for Joomla 1.7   RokModule v1.4 for Joomla 1.5]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  hm community   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
|011111&lt;br /&gt;
|developer release [http://joomlaextensions.co.in/product/HM-Community 1.01]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Alameda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|01111&lt;br /&gt;
|developer statement [http://www.blueflyingfish.com/alameda/index.php?option=com_content&amp;amp;view=category&amp;amp;id=5&amp;amp;Itemid=28 and Latest version number v1.0.1.]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Techfolio 1.0    ==&lt;br /&gt;
|Techfolio 1.0 SQLI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Barter Sites 1.3  ==&lt;br /&gt;
|Barter Sites 1.3 SQL Injection &amp;amp; Persistent XSS vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer [http://my.barter-sites.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=6&amp;amp;Itemid=25 release 1.3.1] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Jeema SMS 3.2  ==&lt;br /&gt;
|Jeema SMS 3.2 Multiple Vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer resolution notice [http://jeema.net/about-us/securty-releases.html for 3.5.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Vik Real Estate 1.0   ==&lt;br /&gt;
|Vik Real Estate 1.0  Multiple Blind SqlI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== yj contact    ==&lt;br /&gt;
|LFI (youjoomla contact)&lt;br /&gt;
|241011&lt;br /&gt;
|developer update statement [http://www.youjoomla.com/yj-contact-us-1.0.1-released.html 261011]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   NoNumber Framework  ==&lt;br /&gt;
| Advanced Module Manager * AdminBar Docker * Add to Menu * Articles Anywhere * What? Nothing!* Tooltips* Tabber* Sourcerer* Slider* Timed Styles* Modules Anywhere* Modalizer* ReReplacer* Snippets* DB Replacer* CustoMenu* Content Templater* CDN for Joomla!* Cache Cleaner* Better Preview&lt;br /&gt;
|181011&lt;br /&gt;
|see http://feeds.feedburner.com/nonumber/news for updates of various extensions&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Time Returns    ==&lt;br /&gt;
|SQLi takeaweb.it&lt;br /&gt;
|151011&lt;br /&gt;
|No longer developed. New version 2.0.1 for Joomla 1.6/1.7 (old version are no longer supported) http://www.takeaweb.it&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|300811&lt;br /&gt;
|developer advice [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64&amp;amp;Itemid=59 page] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jumi    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|300811&lt;br /&gt;
|Developer states proper use of joomla administration/extension documentation reading&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla content editor    ==&lt;br /&gt;
|JCE lfi/rfi vulnerability&lt;br /&gt;
|&lt;br /&gt;
|JCE 2.0.11 and JCE 1.5.7.14 [http://www.joomlacontenteditor.net/news/item/jce-2011-released have been released]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Google Website Optimizer  ==&lt;br /&gt;
|Numerous vulnerabilities. Website Optimizer, Pearl Group&lt;br /&gt;
|290811&lt;br /&gt;
|developer update [http://www.pearl-group.com/optimizer-changelog statement to ver. 1.4.0] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Almond Classifieds   ==&lt;br /&gt;
|777 Folder settings (all folders it uses are set to 777 including previously 755 locked folders) &lt;br /&gt;
|260811&lt;br /&gt;
|developer resolution [http://www.almondsoft.com/acj/ notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== joomtouch    ==&lt;br /&gt;
|LFI/RFI&lt;br /&gt;
|180811&lt;br /&gt;
|developers [http://www.joomtouch.com/ultime/4-risolta-la-vulnerabilita-di-joomtouch.html resolution notice  1.0.3]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RAXO All-mode PRO   ==&lt;br /&gt;
|Timthumb  RFI &lt;br /&gt;
|110811&lt;br /&gt;
|[http://raxo.org/forum/viewtopic.php?f=2&amp;amp;t=60#p2056 developer upgrade 1.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  V-portfolio   ==&lt;br /&gt;
|DT - open folders&lt;br /&gt;
|110811&lt;br /&gt;
| [http://vsmart-extensions.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=61 developer resolution statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== obSuggest    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|310711&lt;br /&gt;
|developer [http://foobla.com/news/latest/obsuggest-1.8-security-release.html release statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple Page    ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|developer update [http://omar84.com/latest-news/65-simple-page-options-1517-security-release statement] v1.5.17 has been released&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/components/je-story-submit.html devloper security update] notice to ver 1.9&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   appointment booking pro  ==&lt;br /&gt;
|LFI 22071&lt;br /&gt;
|&lt;br /&gt;
|[http://appointmentbookingpro.com/index.php?option=com_kunena&amp;amp;Itemid=66&amp;amp;func=view&amp;amp;catid=25&amp;amp;id=8129#8129 developer update security announcement] Current 2.0.1 and 1.4.x versions, are '''not''' vulnerable,&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  acajoom   ==&lt;br /&gt;
|xss (admin permission required)&lt;br /&gt;
|220711&lt;br /&gt;
|updated to 5.20&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  gTranslate   ==&lt;br /&gt;
|ID - &lt;br /&gt;
|220711&lt;br /&gt;
|[http://edo.webmaster.am/gtranslate-changelog developer security release] 1.5 x.25 and 1.6 x.26.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  alpharegistration    ==&lt;br /&gt;
|http://www.alphaplug.com/ Please contact the developer for any questions on this extension&lt;br /&gt;
|170711 220711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jforce    ==&lt;br /&gt;
|DT - &lt;br /&gt;
|170711&lt;br /&gt;
| [http://www.jforce.com/blog/270-jforce-security-release.html developer states The new version number v1.5r1362 resolves the problem] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Flash Magazine Deluxe Joomla   ==&lt;br /&gt;
|ID [http://www.joomplace.com/joomla-components/flash-magazine-deluxe-component.html multiple vulnerabilities]&lt;br /&gt;
|170711&lt;br /&gt;
|[http://www.joomplace.com/news-blog/flashmagazine-deluxe-2-1-4-security-release.html developer release] 2.1.4&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== AVreloaded    ==&lt;br /&gt;
|SQLi - version 1.2.6&lt;br /&gt;
|150711&lt;br /&gt;
|[http://allvideos.fritz-elfert.de/ 1.2.7 released developer release statement 160711] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  Sobi   ==&lt;br /&gt;
|SQLI - &lt;br /&gt;
|130711&lt;br /&gt;
|[http://www.sigsiu.net/changelog developer fix and update statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  fabrik   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|120711&lt;br /&gt;
|[http://fabrikar.com/downloads/details/36/89 Developers Update statement 2.1]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  xmap   ==&lt;br /&gt;
|sqli 1.2.11 &lt;br /&gt;
|120711&lt;br /&gt;
|upgrade to 1.2.12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Atomic Gallery     ==&lt;br /&gt;
|Creates 777 folders [http://www.atomicon.nl/atomicongallery Atomic gallery] &lt;br /&gt;
|110711&lt;br /&gt;
|developer [http://www.atomicon.nl/atomicongallery#changelog release statement/changelog]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  myApi   ==&lt;br /&gt;
|ID [http://extensions.joomla.org/component/mtree/social-web/facebook-integration/11624 Contains &amp;quot;Call-Home&amp;quot; function. Sends private user information to developer.] &lt;br /&gt;
|020711&lt;br /&gt;
|[http://www.myapi.co.uk/ Developer states Use version 1.3.4.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  mdigg   ==&lt;br /&gt;
|SQL I (not listed in JED)&lt;br /&gt;
|020711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Calc Builder   ==&lt;br /&gt;
|sqli + ID&lt;br /&gt;
|180611&lt;br /&gt;
| [http://components.moonsoft.es/downloadcalcbuilder  dev security release 0.0.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Cool Debate    ==&lt;br /&gt;
|Cool Debate 1.03 LFI&lt;br /&gt;
|&lt;br /&gt;
| version [http://www.acoolsip.com/development/a-cool-debate.html 1.0.8 released.] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Scriptegrator Plugin 1.5.5==&lt;br /&gt;
|LFI&lt;br /&gt;
|140611&lt;br /&gt;
| [http://www.greatjoomla.com/news/index.html  Update - Core Design Scriptegrator plugin 2.0.9 &amp;amp;] 1.5.6&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Joomnik Gallery   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/joomnik/ developer update to 0.9.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JMS fileseller   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|0611&lt;br /&gt;
|[http://joommasters.com/commercial-extensions/components/jms-fileseller.html developer upgrade announcement to v1.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sh404SEF   ==&lt;br /&gt;
|low-level XSS security issue&lt;br /&gt;
|300511&lt;br /&gt;
|[http://dev.anything-digital.com/Forum/Announcements/11147-sh404SEF-2.2.6-now-available-for-Joomla-1.5/ Dev upgrade statement to 2.2.6]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story submit    ==&lt;br /&gt;
|LFI/RFI &lt;br /&gt;
|&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/modules/je-content-menu.html?page=shop.product_details&amp;amp;flypage=flypage.tpl&amp;amp;product_id=77&amp;amp;category_id=13&amp;amp;vmcchk=1 developer states Version 1.8]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   FCKeditor   ==&lt;br /&gt;
|File Upload Vulnerability&lt;br /&gt;
|230511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== KeyCaptcha    ==&lt;br /&gt;
|ID &lt;br /&gt;
|190511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ask A Question AddOn v1.1   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|160511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Global Flash Gallery     ==&lt;br /&gt;
|flash-gallery.com xss &lt;br /&gt;
|130511&lt;br /&gt;
|[http://flash-gallery.com/help/joomla-extension/faq/security-update-0.5.0/ dev release 0.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== com_google     ==&lt;br /&gt;
|LFI [http://freejoomlacomponent.appspot.com/ com_google]&lt;br /&gt;
|080511&lt;br /&gt;
|[http://freejoomlacomponent.appspot.com/securityrelease.html devs update to 1.5.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  docman   ==&lt;br /&gt;
|com-docman Input Validation Error &lt;br /&gt;
|160511&lt;br /&gt;
|[http://forum.joomla.org/viewtopic.php?p=2502904#p2502904 devs resolution statement, report for old version]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Newsletter Subscriber    ==&lt;br /&gt;
|XSS &lt;br /&gt;
|120511&lt;br /&gt;
|[http://mavrosxristoforos.com/joomla-extensions/free/newsletter-subscriber Deveopler update]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Akeeba   ==&lt;br /&gt;
|akkeba backup and joomlapack&lt;br /&gt;
|170411&lt;br /&gt;
|[https://www.akeebabackup.com/home/item/1091-akeeba-backup-3-2-7.html dev update to 3.2.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Facebook Graph Connect   ==&lt;br /&gt;
|SID. call home device with user credentials&lt;br /&gt;
|120411&lt;br /&gt;
|[http://www.sikkimonline.info/security-notice dev update notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== booklibrary    ==&lt;br /&gt;
|SQLi ordasoft booklibrary&lt;br /&gt;
|180311&lt;br /&gt;
|[http://ordasoft.com/Book-Library/security-upgrade-instructions-for-book-library.html developer upgrade instructions]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== semantic    ==&lt;br /&gt;
|com semantic http://www.scms.es/joomla creates hidden admin users &lt;br /&gt;
|150311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JOMSOCIAL 2.0.x 2.1.x   ==&lt;br /&gt;
|SID, open folders&lt;br /&gt;
|120311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  flexicontent   ==&lt;br /&gt;
|forced 777, malicious files &lt;br /&gt;
|250311&lt;br /&gt;
|[http://www.flexicontent.org/home/item/192-flexicontent-154-is-finally-out.html devs resolve statement], [http://www.flexicontent.org/downloads/latest-version.html Changelog]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== jLabs Google Analytics Counter     ==&lt;br /&gt;
|jLabs Google Analytics Counter  SID&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  xcloner   ==&lt;br /&gt;
|Unspecified&lt;br /&gt;
|260211&lt;br /&gt;
|[http://www.xcloner.com/xcloner-news/important-security-upgrade/ dev announcement of security release]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== smartformer    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|230211 (repeat of 041110)&lt;br /&gt;
|[http://www.itoris.com/joomla-form-builder-smartformer.html v2.4.1 security fix for Joomla 1.5.x]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== xmap 1.2.10    ==&lt;br /&gt;
|Malicious payload in zip&lt;br /&gt;
|230211&lt;br /&gt;
|[http://joomla.vargas.co.cr/en/news/4-xmap/95-security-notice developer resolution notic]e Clean version available from [http://joomlacode.org/gf/project/xmap/frs/ joomlacode] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Frontend-User-Access 3.4.1  ==&lt;br /&gt;
|Frontend-User-Access 3.4.1 from http://www.pages-and-items.com LFI&lt;br /&gt;
|030211&lt;br /&gt;
|update to [http://extensions.joomla.org/extensions/access-a-security/frontend-access-control/6874 Frontend-User-Access 3.4.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  com properties 7134   ==&lt;br /&gt;
| http://com-property.com/ malicious files in script&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/property/frs/?action=FrsReleaseBrowse&amp;amp;frs_package_id=5815 Dev update statement]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  B2 Portfolio ==&lt;br /&gt;
|B2 portfolio 1.0 SQLi pulseextensions.com&lt;br /&gt;
|250111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  allcinevid   ==&lt;br /&gt;
|SQLI http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/15367&lt;br /&gt;
|220111&lt;br /&gt;
|[http://www.joomtraders.com/our-blog/allcinevid-1.0-sql-injection.html Developers resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== People Component    ==&lt;br /&gt;
|People component http://www.ptt-solution.com/vmchk/people-component.html sqli&lt;br /&gt;
|150111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jimtawl    ==&lt;br /&gt;
|Jimtawl LFI &lt;br /&gt;
|251110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Maian Media SILVER  ==&lt;br /&gt;
|Maian Media SQLi&lt;br /&gt;
|151110&lt;br /&gt;
|Developer states unproven in free edition, paid/SILVER version is being upgraded. [http://www.aretimes.com/index.php?option=com_content&amp;amp;view=category&amp;amp;layout=blog&amp;amp;id=40&amp;amp;Itemid=113 dev article]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  alfurqan  ==&lt;br /&gt;
|alfurqan 1.5 sqli&lt;br /&gt;
|151110&lt;br /&gt;
|developer update [http://forums.islamis4u.com/index.php/topic%2c83.0.html statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ccboard   ==&lt;br /&gt;
|[http://extensions.joomla.org/extensions/communication/forum/6823 ccboard XSS and SQLi]&lt;br /&gt;
|131110&lt;br /&gt;
| on my site at [http://codeclassic.org/component/content/article/1-latest-news/83-ccboard-13-released.html] Please find the respective update information&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   ProDesk v 1.5  ==&lt;br /&gt;
|LFI &lt;br /&gt;
|091110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sponsorwall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
|developer  [http://demo.pulseextensions.com/sponsor-wall.html resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Flip wall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
| developer http://demo.pulseextensions.com/flip-wall.html update notice  [http://www.example.com link title]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Freestyle FAQ 1.5.6     ==&lt;br /&gt;
|http://freestyle-joomla.com/fssdownloads/viewcategory/2 Freestyle FAQ 1.5.6 ‎SQL Injection&lt;br /&gt;
|&lt;br /&gt;
|[http://freestyle-joomla.com/index.php?announceid=43 new version (1.9.0) is available which fixes] the security issues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   iJoomla Magazine 3.0.1  ==&lt;br /&gt;
|iJoomla Magazine 3.0.1 RFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Clantools   ==&lt;br /&gt;
| &lt;br /&gt;
|http://www.joomla-clantools.de/downloads/doc_download/7-clantools-123.html clantool sqli&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jphone   ==&lt;br /&gt;
|jphone LFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  PicSell    ==&lt;br /&gt;
|[http://vm.xmlswf.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=104&amp;amp;Itemid=131Picsell LFD, 777]&lt;br /&gt;
|020910&lt;br /&gt;
|new version [http://vm.xmlswf.com/picsell released 150312]  version number 11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Zoom Portfolio   ==&lt;br /&gt;
|SID&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   zina   ==&lt;br /&gt;
|[http://www.pancake.org/zina/ SQL Injection]&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Team's   ==&lt;br /&gt;
|[http://www.joomlamo.com Teams extension] SQL Injection &lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Amblog    ==&lt;br /&gt;
|[http://robitbt.hu/jm/index.php?option=com_amdownloader&amp;amp;task=showfiles&amp;amp;pathid=8 Amblog] SQLi&lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   wmtpic  ==&lt;br /&gt;
|www.webmaster-tips.net various&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Jomtube    ==&lt;br /&gt;
|http://www.jomtube.com/ SID&lt;br /&gt;
|220710&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Rapid Recipe    ==&lt;br /&gt;
|http://www.rapid-source.com Persistent XSS Vulnerability last known fix version 1.7.2 &lt;br /&gt;
|july 10,2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Health &amp;amp; Fitness Stats   ==&lt;br /&gt;
|http://joomla-extensions.instantiate.co.uk/jcomponents/healthstats Persistent XSS Vulnerability july 10,2010 &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  staticxt   ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/edition/custom-code-in-content/2184  no version number provided&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   quickfaq  ==&lt;br /&gt;
|http://www.schlu.net sqli&lt;br /&gt;
|090710&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==    Minify4Joomla  ==&lt;br /&gt;
|http://waltercedric.com/ LFI and xss&lt;br /&gt;
|090710&lt;br /&gt;
|No longer available to download&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   IXXO Cart   ==&lt;br /&gt;
|http://www.php-shop-system.com/ SQLi LFI XSS Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|developer resolution [http://support.ixxoglobal.com/index.php?/News/NewsItem/View/22/ixxo-cart-new-release-v41190 notice] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  PaymentsPlus   ==&lt;br /&gt;
|http://paymentsplus.com.au/ 2.1.5 Blind SQL Injection Vulnerability&lt;br /&gt;
|090710 &lt;br /&gt;
|current version 2.20, 2.1.5 not listed on dev site&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ArtForms   ==&lt;br /&gt;
|http://joomlacode.org/gf/project/jartforms/ ArtForms 2.1b7.2 RC2 Multiple Remote Vulnerabilities&lt;br /&gt;
|090710&lt;br /&gt;
| Old beta extension &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  autartimonial   ==&lt;br /&gt;
|autartica.be Sqli Vulnerability&lt;br /&gt;
|060710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== eventcal 1.6.4    ==&lt;br /&gt;
|http://joomlacode.org/gf/project/eventcal/frs/ SQL I  last update 2006-12-31 on joomlacode&lt;br /&gt;
|040710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== date converter    ==&lt;br /&gt;
|http://sourceforge.net/projects/date-converter/ sqli&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== real estate    ==&lt;br /&gt;
|http://www.opensourcetechnologies.com/demos/real-estate.html RFI&lt;br /&gt;
|210610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  cinema   ==&lt;br /&gt;
|SQL injection&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Jreservation  ==&lt;br /&gt;
|http://jforjoomla.com/ SQLi Vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   joomdocs  ==&lt;br /&gt;
|http://joomclan.com/index.php/JoomDocs/ xss vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Live Chat    ==&lt;br /&gt;
|http://www.joompolitan.com/livechat.html Multiple Remote Vulnerabilities &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Turtushout 0.11    ==&lt;br /&gt;
| http://www.turtus.org.ua/files?func=fileinfo&amp;amp;id=13 SQL Injection (again)&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  BF Survey Pro Free   ==&lt;br /&gt;
|BF Survey Pro Free SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|Product marker as retired by the developer&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MisterEstate   ==&lt;br /&gt;
|http://www.misterestate.com/ Blind SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  RSMonials    ==&lt;br /&gt;
|http://www.rswebsols.com/downloads/category/14-download-rsmonials-all?download=23%3Adownload-rsmonials-component XSS Exploit&lt;br /&gt;
|190610&lt;br /&gt;
|Believed to be 1.5.1 version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Answers v2.3beta   ==&lt;br /&gt;
|Multiple Vulnerabilities http://extensions.joomla.org/extensions/communication/forum/12652&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Gallery XML 1.1   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/photos-a-images/photo-gallery/12504&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JFaq 1.2   ==&lt;br /&gt;
|JFaq 1.2 Multiple Vulnerabilities&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Listbingo 1.3   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/ads-a-affiliates/classified-ads/12062&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Alpha User Points    ==&lt;br /&gt;
|www.alphaplug.com LFI&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   recruitmentmanager  ==&lt;br /&gt;
|http://recruitment.focusdev.co.uk Upload Vulnerability&lt;br /&gt;
|130610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Info Line (MT_ILine)    ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/news-display/news-tickers-a-scrollers/8425 reports of shell scripts in download file&lt;br /&gt;
|120610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ads manager  Annonce   ==&lt;br /&gt;
|http://joomla.clubnautiquemarine.fr/ &lt;br /&gt;
Upload Vulnerability&lt;br /&gt;
| 05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  lead article    ==&lt;br /&gt;
|http://www.leadya.co.il/ SQLi&lt;br /&gt;
|050610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  djartgallery   ==&lt;br /&gt;
|http://www.design-joomla.eu Multiple Vul&lt;br /&gt;
|05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Gallery 2 Bridge    ==&lt;br /&gt;
|[http://trac.4theweb.nl/g2bridge g2bridge] LFI vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jsjobs   ==&lt;br /&gt;
|[http://www.joomsky.com jsjobs] SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Poll  ==&lt;br /&gt;
|http://slideshow.joomlaextensions.co.in/ SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MediQnA   ==&lt;br /&gt;
|MediQnA LFI vulnerability version : v1.1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Job  ==&lt;br /&gt;
|http://joomlaextensions.co.in/ LFI SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  SectionEx   ==&lt;br /&gt;
|Stack Ideas section Ex LFI&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ActiveHelper LiveHelp    ==&lt;br /&gt;
|XSS in [http://extensions.joomla.org/extensions/communication/chat/12492 LiveHelp] &lt;br /&gt;
|200510&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  JE Quotation Form   ==&lt;br /&gt;
|http://joomlaextensions.co.in/free-download/doc_download/11-je-quotation-form.html  LFI&lt;br /&gt;
|&lt;br /&gt;
|developers statement of [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form resolution]  '''note''', now known as [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form JE Quote Form] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  konsultasi   ==&lt;br /&gt;
|SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Seber Cart    ==&lt;br /&gt;
|Local File Disclosure Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|[http://www.sebercart.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=158 Developer Update 140510]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Camp26 Visitor    ==&lt;br /&gt;
|RFI www.camp26.biz&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   JE Property  ==&lt;br /&gt;
|JE Property Finder Upload Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Noticeboard  ==&lt;br /&gt;
|Noticeboard for Joomla &amp;quot;controller&amp;quot; Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==SmartSite     ==&lt;br /&gt;
|SmartSite com_smartsite Local File Inclusion Vulnerability &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  htmlcoderhelper graphics   ==&lt;br /&gt;
|htmlcoderhelper graphics v1.0.6 LFI Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
== Ultimate Portfolio    ==&lt;br /&gt;
|Ultimate Portfolio  Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Archery Scores   ==&lt;br /&gt;
| [http://lispeltuut.org/ Archery Scores (com_archeryscores) v1.0.6 LFI Vulnerability]&lt;br /&gt;
&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  ZiMB Manager   ==&lt;br /&gt;
|Joomla Component ZiMB Manager Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Matamko   ==&lt;br /&gt;
|Matamko Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Root   ==&lt;br /&gt;
|Multiple Root Local File Inclusion Vulnerability http://joomlacomponent.inetlanka.com/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Map   ==&lt;br /&gt;
|Multiple Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Contact Us Draw Root Map  ==&lt;br /&gt;
|Draw Root Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  iF surfALERT   ==&lt;br /&gt;
|[http://www.inertialfate.za.net/ iF surfALERT] Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   GBU FACEBOOK  ==&lt;br /&gt;
|GBU FACEBOOK SQL injection vulnerability http://www.gbugrafici.nl/gbufacebook/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   jnewspaper  ==&lt;br /&gt;
|jnewspaper (cid) SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
== MT Fire Eagle ==&lt;br /&gt;
&lt;br /&gt;
|LFI http://joomlacode.org/gf/project/jfireeagle/frs/ http://www.moto-treks.com&lt;br /&gt;
| 190410&lt;br /&gt;
| product considered retired and to be replaced by dev&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Sweetykeeper   ==&lt;br /&gt;
|Sweetykeeper Local File Inclusion Vulnerability  http://www.joomlacorner.com/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  jvehicles   ==&lt;br /&gt;
|SQL Injection http://jvehicles.com&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  worldrates   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  cvmaker   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  advertising   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   horoscope  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   webtv  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  diary   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Memory Book   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  JprojectMan   ==&lt;br /&gt;
|LFI http://extensions.joomla.org/extensions/communities-a-groupware/project-a-task-management/5676&lt;br /&gt;
|110410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   econtentsite  ==&lt;br /&gt;
|LFI&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    Jvehicles ==&lt;br /&gt;
|ID&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    gigcalender   ==&lt;br /&gt;
&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/calendars-a-events/events/97)http://extensions.joomla.org/extensions/calendars-a-events/events/97 gigcalender]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    heza content   ==&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427)http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427  heza content]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  SqlReport   ==&lt;br /&gt;
|Sqlreport has a sql/RFI exploit. awaiting confirmation on exact developer.&lt;br /&gt;
|Feb 20&lt;br /&gt;
|'''Not Known'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Yelp ==&lt;br /&gt;
| SQLi - Unable to locate developer. Possibly a custom extension.&lt;br /&gt;
|Feb 01 &lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; | '''  Not Known'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''This list is change protected, for updates or additions [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=87230 lafrance] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD]&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
== Codes used ==&lt;br /&gt;
SQLi - SQL injection [http://en.wikipedia.org/wiki/Code_injection#SQL_injection wikipedia]&lt;br /&gt;
&lt;br /&gt;
LFI - Local File Inclusion [http://www.scribd.com/doc/6498408/Remote-and-Local-File-Inclusion-Explained scribd]&lt;br /&gt;
&lt;br /&gt;
RFI - Remote file inclusion [http://en.wikipedia.org/wiki/Remote_File_Inclusion wikipedia]&lt;br /&gt;
&lt;br /&gt;
DT - Directory Traversal [http://en.wikipedia.org/wiki/Directory_traversal wikipedia] (incl 777 folders)&lt;br /&gt;
&lt;br /&gt;
ID = Information Disclosure: account information or sensitive information publicly viewable, or passed to 3rd party without knowledge&lt;br /&gt;
&lt;br /&gt;
== Future Actions &amp;amp; WIP ==&lt;br /&gt;
&lt;br /&gt;
[http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions RSS feed] completed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to feed VEL direct to twitter&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The RSS feed is currently fed by item entry order and not by date fixed. &lt;br /&gt;
List as discussed in  [[jtopic:455746]] by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD] editing by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Security]]&lt;br /&gt;
[[Category:Component Management]]&lt;/div&gt;</summary>
		<author><name>Mandville</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Vulnerable_Extensions_List</id>
		<title>Vulnerable Extensions List</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Vulnerable_Extensions_List"/>
				<updated>2013-04-28T07:33:01Z</updated>
		
		<summary type="html">&lt;p&gt;Mandville: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- ***all wiki editors*** - do NOT touch without notice   --&amp;gt;&lt;br /&gt;
'''List prior to Jnuary 2011 ([[Archived vel|now archived]])''' Please check here also. &lt;br /&gt;
&amp;lt;!-- if you have altered the above line then revert your changes and contact me   --&amp;gt;&lt;br /&gt;
Please also check the [[Investigation of exploits|Extension Investigation List]].&lt;br /&gt;
 &lt;br /&gt;
== Check and Report.  ==&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions in the [[jforum:432|security forum]]  clearly marked with the first word in the title being ''Vulnerable'' where the security moderators or JSST team will respond. &lt;br /&gt;
This list is change protected,''' for additions or updates email''' ''vel @ joomla.org'' &lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
== How to use this list ==&lt;br /&gt;
'''Items will be removed after a suitable period and not on resolution.'''&lt;br /&gt;
&lt;br /&gt;
All known vulnerable extensions are the listed in the first column &amp;quot;Extension&amp;quot;. Any in a &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;red box &amp;lt;/span&amp;gt;are where we have not been given a fix. Any in a &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;turquoise box&amp;lt;/span&amp;gt; contain a link to the notice about an &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;update with link.&amp;lt;/span&amp;gt; Any that are in an uncolored box are a &amp;quot;Contact the Developer About This Extension&amp;quot;.&lt;br /&gt;
Alert Advisory details are in the center column.&lt;br /&gt;
If the &amp;quot;Extension Update Link &amp;amp; Date Column has &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;'''Not Known''' &amp;lt;/span&amp;gt; then it is where no update is known.&lt;br /&gt;
&lt;br /&gt;
'''This list is compiled from found information and may not be an up to date accurate list''' ''We do '''NOT''' promise to test or validate these reports. We do '''NOT''' guarantee the quality or effectiveness of any updates reported to us or listed here.''&lt;br /&gt;
To sign up for the feed please [http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions follow this link]&lt;br /&gt;
* We do not list BETA products, or extensions for J1.0.x&lt;br /&gt;
&lt;br /&gt;
== Developers - How to get yourself removed from the VEL ==&lt;br /&gt;
&lt;br /&gt;
Resolved items will be removed after a suitable period and not on resolution&lt;br /&gt;
&lt;br /&gt;
Please solve the issues and:&lt;br /&gt;
&lt;br /&gt;
* '''If JED listed''' &lt;br /&gt;
&lt;br /&gt;
To have your extension republished, please follow these steps:&lt;br /&gt;
&lt;br /&gt;
1- Solve the issues.&lt;br /&gt;
&lt;br /&gt;
2- Attach the new zip file at your actual JED listing.&lt;br /&gt;
&lt;br /&gt;
3- Change the extension version at JED listing.&lt;br /&gt;
&lt;br /&gt;
4- Make sure to include a notice in the JED description to the fact that the new release is a &amp;quot;Security Release&amp;quot; and those who use the extension should upgrade immediately.&lt;br /&gt;
&lt;br /&gt;
5- Email the VEL team with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website&lt;br /&gt;
&lt;br /&gt;
6- Create a [http://bit.ly/velunlist JED listing owner ticket] to the JED with a notice and ask that your listing be republished. Include the full details of your new version number and security notice page&lt;br /&gt;
&lt;br /&gt;
VEL email can be found above and the JED support link is in your notice of &amp;quot;unpublication&amp;quot; [http://extensions.joomla.org/component/maqmahelpdesk/ and here] &lt;br /&gt;
&lt;br /&gt;
* '''If not JED listed.''' &lt;br /&gt;
Inform us by '''email''' with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website.&lt;br /&gt;
&lt;br /&gt;
== January 2012 and onwards Reported Vulnerable Extensions ==&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  civic crm 422==&lt;br /&gt;
|upload exploit /RFI&lt;br /&gt;
|260413&lt;br /&gt;
|developer http://civicrm.org/category/civicrm-blog-categories/civicrm-v43 release 4.3.1&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  alfcontact ==&lt;br /&gt;
|xss&lt;br /&gt;
|230413&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  aiContactSafe 2.0.19 ==&lt;br /&gt;
|xss&lt;br /&gt;
|160413&lt;br /&gt;
|developer release statement  [http://www.algisinfo.com/en/home-bottom/41-xss-in-aicontactsafe.html for version 2.0.21] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RSfiles==&lt;br /&gt;
|SQL&lt;br /&gt;
|180313&lt;br /&gt;
|developer release statement  [http://www.rsjoomla.com/support/documentation/view-knowledgebase/141-changelog.html for version 12] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  1.6.8 update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Collector    ==&lt;br /&gt;
|Various [steevo.fr]&lt;br /&gt;
|230113&lt;br /&gt;
|developer update [http://www.steevo.fr/en/component/content/article/41-release-051 statement to] 0.5.1 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  tz guestbook   ==&lt;br /&gt;
|Various &lt;br /&gt;
|100113&lt;br /&gt;
|developer release statement [http://www.templaza.com/item/256-tz-guestbook-v1-1-2-security-release for 1.1.2]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== extplorer    ==&lt;br /&gt;
| 2.1.2, 2.1.1, 2.1.0 and 2.1.0RC5 are vulnerable to an authentication bypass&lt;br /&gt;
|251212&lt;br /&gt;
|developer [http://extplorer.net/news/12  update to 2.1.3 statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JooProperty    ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|101212&lt;br /&gt;
|developer release new version 1.13.1 -  [http://jooproperty.com/en/forum/last-jooproperty-release/277-important-security-fix-released-please-update.html#277 upgrade notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ag google analytic    ==&lt;br /&gt;
|Various&lt;br /&gt;
|061212&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== sh404sef &amp;lt;3.7.0 ==&lt;br /&gt;
|Undisclosed sh404SEF 3.4.x, 3.5.x, 3.6.x for Joomla 2.5&lt;br /&gt;
|26112&lt;br /&gt;
|developer [http://anything-digital.com/sh404sef/news/releases/sh404sef-3_7_0_1485-released.html statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Login Failed Log     ==&lt;br /&gt;
|23112&lt;br /&gt;
|ID - information disclosure&lt;br /&gt;
|developer [http://www.jm-experts.com/extensions-tools/login-failed-log release statement] to ver 1.5.4&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== jNews==&lt;br /&gt;
|&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joobi.co/index.php?option=com_content&amp;amp;view=article&amp;amp;id=8560:security-release-update-to-jnews-79x&amp;amp;catid=93:jnews&amp;amp;Itemid=225 statement to version  7.9.1] 151112&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Joombah Jobs    ==&lt;br /&gt;
|Upload restriction issues&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joombah.com/home/item/joombah-jobs-security-release-update-now statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== commedia    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|231012&lt;br /&gt;
|developer update [http://www.ecolora.com/index.php/15-commedia-a-mp3browser-new/77-commedia-3-2-is-not-vulnerable#english statement to version 3.2] 271012&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Kunena ==&lt;br /&gt;
|SQLi + ID&lt;br /&gt;
|221012&lt;br /&gt;
|Developer states [http://www.kunena.org/forum/announcement/id-52 current version not exploitable] by reported methods&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Icagenda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|Developer  [http://www.joomlic.com/en/extensions/icagenda   statement for 1.2.9] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JTag [joomlatag]   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==   Freestyle Support  ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|developer update [http://freestyle-joomla.com/help/announcements?announceid=60 statement 251012]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ACEFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|AceFTP 2.0.0 released. Developer [http://www.joomace.net/blog/aceftp/aceftp-200-has-been-released statement] 101012&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  MijoFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|*''reported fixed prior to notification''*&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  spider calendar lite   ==&lt;br /&gt;
|RFI &lt;br /&gt;
|180912&lt;br /&gt;
|developer release version 1.5 [http://web-dorado.com/products/joomla-calendar-module.html  version]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RokModule   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|Rereported 180912&lt;br /&gt;
|Developer states: no known exploits for our current versions [http://www.rockettheme.com/extensions-downloads/free/1012-rokmodule of RokModule Joomla 2.5 - v1.3 Joomla 1.5 - v1.4]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ICagenda   ==&lt;br /&gt;
| SQLi&lt;br /&gt;
|developer [http://www.joomlic.com/en/extensions/icagenda security release] - v1.2.1&lt;br /&gt;
|080912&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  En Masse cart   ==&lt;br /&gt;
|RFI&lt;br /&gt;
|060812&lt;br /&gt;
|Developer upgrade statement [http://www.matamko.com/news-update/14-en-masse-releases/142-announcement-for-security-release-enmasse-313.html   to 3.1.3]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   JCE (joomla content editor)  ==&lt;br /&gt;
|Upload Restriction &amp;lt;2.2.4 &lt;br /&gt;
|050812&lt;br /&gt;
|Developer states current version not exploitable &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RSGallery2  ==&lt;br /&gt;
|SQLi XSS&lt;br /&gt;
| 31 07 12&lt;br /&gt;
|Devleoper statement versions 3.2.0 for Joomla 2.5 and version 2.3.0 for Joomla 1.5  [http://www.rsgallery2.nl/topicseen./announcements/rsgallery2_3.2.0_and_2.3.0_released_16845.msg44046.html released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  osproperty   ==&lt;br /&gt;
|Unrestricted uploads&lt;br /&gt;
|160712&lt;br /&gt;
|Developer release [http://joomservices.com/components/ossolution-property.html version  2.0.3] 180712&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== KSAdvertiser     ==&lt;br /&gt;
| RFI &lt;br /&gt;
|160712&lt;br /&gt;
|The security update version 1.5.72 advise can be found here:&lt;br /&gt;
[http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=251:kiss-advertiser-sicherheitsupdate&amp;amp;catid=69&amp;amp;Itemid=361&amp;amp;lang=de German] [http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=252:kiss-advertiser-security-update&amp;amp;catid=21&amp;amp;Itemid=362&amp;amp;lang=en English]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Shipping by State for Virtuemart   ==&lt;br /&gt;
|elevated permissions (http://web-expert.gr/en)&lt;br /&gt;
|160612&lt;br /&gt;
| [http://web-expert.gr/en/commersial/virtuemart-shipping-by-state-component Upgrade to v2.5 download] commercial product 300612&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ownbiblio 1.5.3   ==&lt;br /&gt;
|SQLi + &lt;br /&gt;
|250512&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  Ninjaxplorer &amp;lt;=1.0.6   ==&lt;br /&gt;
|developer notification&lt;br /&gt;
|250412&lt;br /&gt;
|developer statement [http://ninjaforge.com/blog/318-security-vulnerability-discovered-in-ninjaxplorer-upgrade-immediately upgrade to 1.0.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Phoca Fav Icon    ==&lt;br /&gt;
|Permissions Rewrite&lt;br /&gt;
|150412&lt;br /&gt;
| [http://www.phoca.cz/news/30-phoca-news/633-phoca-favicon-203-released developer update 2.0.3 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  estateagent improved   ==&lt;br /&gt;
|sqli (eaimproved.eu)&lt;br /&gt;
|110412&lt;br /&gt;
|developer states previous version, not current version&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  bearleague   ==&lt;br /&gt;
|110412&lt;br /&gt;
|sql &lt;br /&gt;
|(no longer maintained)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JLive! Chat v4.3.1   ==&lt;br /&gt;
|DT &lt;br /&gt;
|060412&lt;br /&gt;
|Developer reports [http://www.cmsfruit.com/security-measures.html  as unproven]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   virtuemart 2.0.2  ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|050412&lt;br /&gt;
|developers [http://virtuemart.net/news/list-all-news/417-happy-easter-new-virtuemart-204-released-security-update-sqli release statement]Current version 2.0.6 released&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JE testimonial    ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|230312&lt;br /&gt;
|Developer states '''malicious report.'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JaggyBlog   ==&lt;br /&gt;
|excessive file permission &lt;br /&gt;
|090212&lt;br /&gt;
|version 1.3.1 [http://www.jaggysnake.co.uk/products/jaggyblog released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Quickl Form   ==&lt;br /&gt;
|xss&lt;br /&gt;
|260112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  com_advert   ==&lt;br /&gt;
|sqli - unknown developer&lt;br /&gt;
|240112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla Discussions Component    ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|Discussions 1.4.1 released  [http://www.codingfish.com/news/38-joomla/101-discussions-141-released developer statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== HD Video Share (contushdvideoshare)  ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|updated [http://www.hdvideoshare.net version 2.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== January 2011 - Jan 2012  Reported Vulnerable Extensions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions either in the [[jforum:432]] security topic clearly marked with the first word in the title being ''Vulnerable Report'' where the security moderators or JSST team will respond or via email to the VEL team. For a guide to the [http://docs.joomla.org/Vulnerable_Extensions_List#Codes_used codes]&lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Dshop    ==&lt;br /&gt;
|sqli (possibly dhrusya.com)&lt;br /&gt;
|201111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  QContacts 1.0.6   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|131211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jobprofile  1.0 ==&lt;br /&gt;
|  SQL Injection Vulnerability&lt;br /&gt;
|051211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JX Finder 2.0.1   ==&lt;br /&gt;
| XSS Vulnerabilities&lt;br /&gt;
|011211&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  wdbanners   ==&lt;br /&gt;
|Unknown Exploit&lt;br /&gt;
|301111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  JB Captify Content  J1.5 and J1.7     ==&lt;br /&gt;
|Security checks missing -Versions prior to JB_mod_captifyContent_J1.5_J1.7_1.0.1.zip&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [http://joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JB Microblog   ==&lt;br /&gt;
|Security checks missing - J1.7 only. Versions prior to 1.10.3 &lt;br /&gt;
|14111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Slideshow &amp;lt;3.5.1,   ==&lt;br /&gt;
|Security checks missing&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Bamboobox   ==&lt;br /&gt;
|Security checks missing - J1.5 all versions prior to 1.2.2 &lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  RokModule    ==&lt;br /&gt;
|SQLI - exploits     RokStock RokWeather RokNewspager&lt;br /&gt;
|121111&lt;br /&gt;
|developer release statement [http://www.rockettheme.com/blog/extensions/1300-important-security-vulnerability-fixed    RokModule v1.3 for Joomla 1.7   RokModule v1.4 for Joomla 1.5]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  hm community   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
|011111&lt;br /&gt;
|developer release [http://joomlaextensions.co.in/product/HM-Community 1.01]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Alameda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|01111&lt;br /&gt;
|developer statement [http://www.blueflyingfish.com/alameda/index.php?option=com_content&amp;amp;view=category&amp;amp;id=5&amp;amp;Itemid=28 and Latest version number v1.0.1.]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Techfolio 1.0    ==&lt;br /&gt;
|Techfolio 1.0 SQLI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Barter Sites 1.3  ==&lt;br /&gt;
|Barter Sites 1.3 SQL Injection &amp;amp; Persistent XSS vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer [http://my.barter-sites.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=6&amp;amp;Itemid=25 release 1.3.1] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Jeema SMS 3.2  ==&lt;br /&gt;
|Jeema SMS 3.2 Multiple Vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer resolution notice [http://jeema.net/about-us/securty-releases.html for 3.5.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Vik Real Estate 1.0   ==&lt;br /&gt;
|Vik Real Estate 1.0  Multiple Blind SqlI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== yj contact    ==&lt;br /&gt;
|LFI (youjoomla contact)&lt;br /&gt;
|241011&lt;br /&gt;
|developer update statement [http://www.youjoomla.com/yj-contact-us-1.0.1-released.html 261011]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   NoNumber Framework  ==&lt;br /&gt;
| Advanced Module Manager * AdminBar Docker * Add to Menu * Articles Anywhere * What? Nothing!* Tooltips* Tabber* Sourcerer* Slider* Timed Styles* Modules Anywhere* Modalizer* ReReplacer* Snippets* DB Replacer* CustoMenu* Content Templater* CDN for Joomla!* Cache Cleaner* Better Preview&lt;br /&gt;
|181011&lt;br /&gt;
|see http://feeds.feedburner.com/nonumber/news for updates of various extensions&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Time Returns    ==&lt;br /&gt;
|SQLi takeaweb.it&lt;br /&gt;
|151011&lt;br /&gt;
|No longer developed. New version 2.0.1 for Joomla 1.6/1.7 (old version are no longer supported) http://www.takeaweb.it&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|300811&lt;br /&gt;
|developer advice [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64&amp;amp;Itemid=59 page] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jumi    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|300811&lt;br /&gt;
|Developer states proper use of joomla administration/extension documentation reading&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla content editor    ==&lt;br /&gt;
|JCE lfi/rfi vulnerability&lt;br /&gt;
|&lt;br /&gt;
|JCE 2.0.11 and JCE 1.5.7.14 [http://www.joomlacontenteditor.net/news/item/jce-2011-released have been released]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Google Website Optimizer  ==&lt;br /&gt;
|Numerous vulnerabilities. Website Optimizer, Pearl Group&lt;br /&gt;
|290811&lt;br /&gt;
|developer update [http://www.pearl-group.com/optimizer-changelog statement to ver. 1.4.0] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Almond Classifieds   ==&lt;br /&gt;
|777 Folder settings (all folders it uses are set to 777 including previously 755 locked folders) &lt;br /&gt;
|260811&lt;br /&gt;
|developer resolution [http://www.almondsoft.com/acj/ notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== joomtouch    ==&lt;br /&gt;
|LFI/RFI&lt;br /&gt;
|180811&lt;br /&gt;
|developers [http://www.joomtouch.com/ultime/4-risolta-la-vulnerabilita-di-joomtouch.html resolution notice  1.0.3]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RAXO All-mode PRO   ==&lt;br /&gt;
|Timthumb  RFI &lt;br /&gt;
|110811&lt;br /&gt;
|[http://raxo.org/forum/viewtopic.php?f=2&amp;amp;t=60#p2056 developer upgrade 1.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  V-portfolio   ==&lt;br /&gt;
|DT - open folders&lt;br /&gt;
|110811&lt;br /&gt;
| [http://vsmart-extensions.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=61 developer resolution statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== obSuggest    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|310711&lt;br /&gt;
|developer [http://foobla.com/news/latest/obsuggest-1.8-security-release.html release statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple Page    ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|developer update [http://omar84.com/latest-news/65-simple-page-options-1517-security-release statement] v1.5.17 has been released&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/components/je-story-submit.html devloper security update] notice to ver 1.9&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   appointment booking pro  ==&lt;br /&gt;
|LFI 22071&lt;br /&gt;
|&lt;br /&gt;
|[http://appointmentbookingpro.com/index.php?option=com_kunena&amp;amp;Itemid=66&amp;amp;func=view&amp;amp;catid=25&amp;amp;id=8129#8129 developer update security announcement] Current 2.0.1 and 1.4.x versions, are '''not''' vulnerable,&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  acajoom   ==&lt;br /&gt;
|xss (admin permission required)&lt;br /&gt;
|220711&lt;br /&gt;
|updated to 5.20&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  gTranslate   ==&lt;br /&gt;
|ID - &lt;br /&gt;
|220711&lt;br /&gt;
|[http://edo.webmaster.am/gtranslate-changelog developer security release] 1.5 x.25 and 1.6 x.26.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  alpharegistration    ==&lt;br /&gt;
|http://www.alphaplug.com/ Please contact the developer for any questions on this extension&lt;br /&gt;
|170711 220711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jforce    ==&lt;br /&gt;
|DT - &lt;br /&gt;
|170711&lt;br /&gt;
| [http://www.jforce.com/blog/270-jforce-security-release.html developer states The new version number v1.5r1362 resolves the problem] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Flash Magazine Deluxe Joomla   ==&lt;br /&gt;
|ID [http://www.joomplace.com/joomla-components/flash-magazine-deluxe-component.html multiple vulnerabilities]&lt;br /&gt;
|170711&lt;br /&gt;
|[http://www.joomplace.com/news-blog/flashmagazine-deluxe-2-1-4-security-release.html developer release] 2.1.4&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== AVreloaded    ==&lt;br /&gt;
|SQLi - version 1.2.6&lt;br /&gt;
|150711&lt;br /&gt;
|[http://allvideos.fritz-elfert.de/ 1.2.7 released developer release statement 160711] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  Sobi   ==&lt;br /&gt;
|SQLI - &lt;br /&gt;
|130711&lt;br /&gt;
|[http://www.sigsiu.net/changelog developer fix and update statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  fabrik   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|120711&lt;br /&gt;
|[http://fabrikar.com/downloads/details/36/89 Developers Update statement 2.1]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  xmap   ==&lt;br /&gt;
|sqli 1.2.11 &lt;br /&gt;
|120711&lt;br /&gt;
|upgrade to 1.2.12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Atomic Gallery     ==&lt;br /&gt;
|Creates 777 folders [http://www.atomicon.nl/atomicongallery Atomic gallery] &lt;br /&gt;
|110711&lt;br /&gt;
|developer [http://www.atomicon.nl/atomicongallery#changelog release statement/changelog]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  myApi   ==&lt;br /&gt;
|ID [http://extensions.joomla.org/component/mtree/social-web/facebook-integration/11624 Contains &amp;quot;Call-Home&amp;quot; function. Sends private user information to developer.] &lt;br /&gt;
|020711&lt;br /&gt;
|[http://www.myapi.co.uk/ Developer states Use version 1.3.4.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  mdigg   ==&lt;br /&gt;
|SQL I (not listed in JED)&lt;br /&gt;
|020711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Calc Builder   ==&lt;br /&gt;
|sqli + ID&lt;br /&gt;
|180611&lt;br /&gt;
| [http://components.moonsoft.es/downloadcalcbuilder  dev security release 0.0.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Cool Debate    ==&lt;br /&gt;
|Cool Debate 1.03 LFI&lt;br /&gt;
|&lt;br /&gt;
| version [http://www.acoolsip.com/development/a-cool-debate.html 1.0.8 released.] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Scriptegrator Plugin 1.5.5==&lt;br /&gt;
|LFI&lt;br /&gt;
|140611&lt;br /&gt;
| [http://www.greatjoomla.com/news/index.html  Update - Core Design Scriptegrator plugin 2.0.9 &amp;amp;] 1.5.6&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Joomnik Gallery   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/joomnik/ developer update to 0.9.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JMS fileseller   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|0611&lt;br /&gt;
|[http://joommasters.com/commercial-extensions/components/jms-fileseller.html developer upgrade announcement to v1.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sh404SEF   ==&lt;br /&gt;
|low-level XSS security issue&lt;br /&gt;
|300511&lt;br /&gt;
|[http://dev.anything-digital.com/Forum/Announcements/11147-sh404SEF-2.2.6-now-available-for-Joomla-1.5/ Dev upgrade statement to 2.2.6]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story submit    ==&lt;br /&gt;
|LFI/RFI &lt;br /&gt;
|&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/modules/je-content-menu.html?page=shop.product_details&amp;amp;flypage=flypage.tpl&amp;amp;product_id=77&amp;amp;category_id=13&amp;amp;vmcchk=1 developer states Version 1.8]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   FCKeditor   ==&lt;br /&gt;
|File Upload Vulnerability&lt;br /&gt;
|230511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== KeyCaptcha    ==&lt;br /&gt;
|ID &lt;br /&gt;
|190511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ask A Question AddOn v1.1   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|160511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Global Flash Gallery     ==&lt;br /&gt;
|flash-gallery.com xss &lt;br /&gt;
|130511&lt;br /&gt;
|[http://flash-gallery.com/help/joomla-extension/faq/security-update-0.5.0/ dev release 0.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== com_google     ==&lt;br /&gt;
|LFI [http://freejoomlacomponent.appspot.com/ com_google]&lt;br /&gt;
|080511&lt;br /&gt;
|[http://freejoomlacomponent.appspot.com/securityrelease.html devs update to 1.5.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  docman   ==&lt;br /&gt;
|com-docman Input Validation Error &lt;br /&gt;
|160511&lt;br /&gt;
|[http://forum.joomla.org/viewtopic.php?p=2502904#p2502904 devs resolution statement, report for old version]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Newsletter Subscriber    ==&lt;br /&gt;
|XSS &lt;br /&gt;
|120511&lt;br /&gt;
|[http://mavrosxristoforos.com/joomla-extensions/free/newsletter-subscriber Deveopler update]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Akeeba   ==&lt;br /&gt;
|akkeba backup and joomlapack&lt;br /&gt;
|170411&lt;br /&gt;
|[https://www.akeebabackup.com/home/item/1091-akeeba-backup-3-2-7.html dev update to 3.2.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Facebook Graph Connect   ==&lt;br /&gt;
|SID. call home device with user credentials&lt;br /&gt;
|120411&lt;br /&gt;
|[http://www.sikkimonline.info/security-notice dev update notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== booklibrary    ==&lt;br /&gt;
|SQLi ordasoft booklibrary&lt;br /&gt;
|180311&lt;br /&gt;
|[http://ordasoft.com/Book-Library/security-upgrade-instructions-for-book-library.html developer upgrade instructions]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== semantic    ==&lt;br /&gt;
|com semantic http://www.scms.es/joomla creates hidden admin users &lt;br /&gt;
|150311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JOMSOCIAL 2.0.x 2.1.x   ==&lt;br /&gt;
|SID, open folders&lt;br /&gt;
|120311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  flexicontent   ==&lt;br /&gt;
|forced 777, malicious files &lt;br /&gt;
|250311&lt;br /&gt;
|[http://www.flexicontent.org/home/item/192-flexicontent-154-is-finally-out.html devs resolve statement], [http://www.flexicontent.org/downloads/latest-version.html Changelog]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== jLabs Google Analytics Counter     ==&lt;br /&gt;
|jLabs Google Analytics Counter  SID&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  xcloner   ==&lt;br /&gt;
|Unspecified&lt;br /&gt;
|260211&lt;br /&gt;
|[http://www.xcloner.com/xcloner-news/important-security-upgrade/ dev announcement of security release]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== smartformer    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|230211 (repeat of 041110)&lt;br /&gt;
|[http://www.itoris.com/joomla-form-builder-smartformer.html v2.4.1 security fix for Joomla 1.5.x]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== xmap 1.2.10    ==&lt;br /&gt;
|Malicious payload in zip&lt;br /&gt;
|230211&lt;br /&gt;
|[http://joomla.vargas.co.cr/en/news/4-xmap/95-security-notice developer resolution notic]e Clean version available from [http://joomlacode.org/gf/project/xmap/frs/ joomlacode] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Frontend-User-Access 3.4.1  ==&lt;br /&gt;
|Frontend-User-Access 3.4.1 from http://www.pages-and-items.com LFI&lt;br /&gt;
|030211&lt;br /&gt;
|update to [http://extensions.joomla.org/extensions/access-a-security/frontend-access-control/6874 Frontend-User-Access 3.4.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  com properties 7134   ==&lt;br /&gt;
| http://com-property.com/ malicious files in script&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/property/frs/?action=FrsReleaseBrowse&amp;amp;frs_package_id=5815 Dev update statement]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  B2 Portfolio ==&lt;br /&gt;
|B2 portfolio 1.0 SQLi pulseextensions.com&lt;br /&gt;
|250111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  allcinevid   ==&lt;br /&gt;
|SQLI http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/15367&lt;br /&gt;
|220111&lt;br /&gt;
|[http://www.joomtraders.com/our-blog/allcinevid-1.0-sql-injection.html Developers resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== People Component    ==&lt;br /&gt;
|People component http://www.ptt-solution.com/vmchk/people-component.html sqli&lt;br /&gt;
|150111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jimtawl    ==&lt;br /&gt;
|Jimtawl LFI &lt;br /&gt;
|251110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Maian Media SILVER  ==&lt;br /&gt;
|Maian Media SQLi&lt;br /&gt;
|151110&lt;br /&gt;
|Developer states unproven in free edition, paid/SILVER version is being upgraded. [http://www.aretimes.com/index.php?option=com_content&amp;amp;view=category&amp;amp;layout=blog&amp;amp;id=40&amp;amp;Itemid=113 dev article]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  alfurqan  ==&lt;br /&gt;
|alfurqan 1.5 sqli&lt;br /&gt;
|151110&lt;br /&gt;
|developer update [http://forums.islamis4u.com/index.php/topic%2c83.0.html statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ccboard   ==&lt;br /&gt;
|[http://extensions.joomla.org/extensions/communication/forum/6823 ccboard XSS and SQLi]&lt;br /&gt;
|131110&lt;br /&gt;
| on my site at [http://codeclassic.org/component/content/article/1-latest-news/83-ccboard-13-released.html] Please find the respective update information&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   ProDesk v 1.5  ==&lt;br /&gt;
|LFI &lt;br /&gt;
|091110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sponsorwall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
|developer  [http://demo.pulseextensions.com/sponsor-wall.html resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Flip wall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
| developer http://demo.pulseextensions.com/flip-wall.html update notice  [http://www.example.com link title]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Freestyle FAQ 1.5.6     ==&lt;br /&gt;
|http://freestyle-joomla.com/fssdownloads/viewcategory/2 Freestyle FAQ 1.5.6 ‎SQL Injection&lt;br /&gt;
|&lt;br /&gt;
|[http://freestyle-joomla.com/index.php?announceid=43 new version (1.9.0) is available which fixes] the security issues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   iJoomla Magazine 3.0.1  ==&lt;br /&gt;
|iJoomla Magazine 3.0.1 RFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Clantools   ==&lt;br /&gt;
| &lt;br /&gt;
|http://www.joomla-clantools.de/downloads/doc_download/7-clantools-123.html clantool sqli&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jphone   ==&lt;br /&gt;
|jphone LFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  PicSell    ==&lt;br /&gt;
|[http://vm.xmlswf.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=104&amp;amp;Itemid=131Picsell LFD, 777]&lt;br /&gt;
|020910&lt;br /&gt;
|new version [http://vm.xmlswf.com/picsell released 150312]  version number 11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Zoom Portfolio   ==&lt;br /&gt;
|SID&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   zina   ==&lt;br /&gt;
|[http://www.pancake.org/zina/ SQL Injection]&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Team's   ==&lt;br /&gt;
|[http://www.joomlamo.com Teams extension] SQL Injection &lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Amblog    ==&lt;br /&gt;
|[http://robitbt.hu/jm/index.php?option=com_amdownloader&amp;amp;task=showfiles&amp;amp;pathid=8 Amblog] SQLi&lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   wmtpic  ==&lt;br /&gt;
|www.webmaster-tips.net various&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Jomtube    ==&lt;br /&gt;
|http://www.jomtube.com/ SID&lt;br /&gt;
|220710&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Rapid Recipe    ==&lt;br /&gt;
|http://www.rapid-source.com Persistent XSS Vulnerability last known fix version 1.7.2 &lt;br /&gt;
|july 10,2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Health &amp;amp; Fitness Stats   ==&lt;br /&gt;
|http://joomla-extensions.instantiate.co.uk/jcomponents/healthstats Persistent XSS Vulnerability july 10,2010 &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  staticxt   ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/edition/custom-code-in-content/2184  no version number provided&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   quickfaq  ==&lt;br /&gt;
|http://www.schlu.net sqli&lt;br /&gt;
|090710&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==    Minify4Joomla  ==&lt;br /&gt;
|http://waltercedric.com/ LFI and xss&lt;br /&gt;
|090710&lt;br /&gt;
|No longer available to download&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   IXXO Cart   ==&lt;br /&gt;
|http://www.php-shop-system.com/ SQLi LFI XSS Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|developer resolution [http://support.ixxoglobal.com/index.php?/News/NewsItem/View/22/ixxo-cart-new-release-v41190 notice] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  PaymentsPlus   ==&lt;br /&gt;
|http://paymentsplus.com.au/ 2.1.5 Blind SQL Injection Vulnerability&lt;br /&gt;
|090710 &lt;br /&gt;
|current version 2.20, 2.1.5 not listed on dev site&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ArtForms   ==&lt;br /&gt;
|http://joomlacode.org/gf/project/jartforms/ ArtForms 2.1b7.2 RC2 Multiple Remote Vulnerabilities&lt;br /&gt;
|090710&lt;br /&gt;
| Old beta extension &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  autartimonial   ==&lt;br /&gt;
|autartica.be Sqli Vulnerability&lt;br /&gt;
|060710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== eventcal 1.6.4    ==&lt;br /&gt;
|http://joomlacode.org/gf/project/eventcal/frs/ SQL I  last update 2006-12-31 on joomlacode&lt;br /&gt;
|040710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== date converter    ==&lt;br /&gt;
|http://sourceforge.net/projects/date-converter/ sqli&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== real estate    ==&lt;br /&gt;
|http://www.opensourcetechnologies.com/demos/real-estate.html RFI&lt;br /&gt;
|210610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  cinema   ==&lt;br /&gt;
|SQL injection&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Jreservation  ==&lt;br /&gt;
|http://jforjoomla.com/ SQLi Vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   joomdocs  ==&lt;br /&gt;
|http://joomclan.com/index.php/JoomDocs/ xss vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Live Chat    ==&lt;br /&gt;
|http://www.joompolitan.com/livechat.html Multiple Remote Vulnerabilities &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Turtushout 0.11    ==&lt;br /&gt;
| http://www.turtus.org.ua/files?func=fileinfo&amp;amp;id=13 SQL Injection (again)&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  BF Survey Pro Free   ==&lt;br /&gt;
|BF Survey Pro Free SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|Product marker as retired by the developer&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MisterEstate   ==&lt;br /&gt;
|http://www.misterestate.com/ Blind SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  RSMonials    ==&lt;br /&gt;
|http://www.rswebsols.com/downloads/category/14-download-rsmonials-all?download=23%3Adownload-rsmonials-component XSS Exploit&lt;br /&gt;
|190610&lt;br /&gt;
|Believed to be 1.5.1 version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Answers v2.3beta   ==&lt;br /&gt;
|Multiple Vulnerabilities http://extensions.joomla.org/extensions/communication/forum/12652&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Gallery XML 1.1   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/photos-a-images/photo-gallery/12504&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JFaq 1.2   ==&lt;br /&gt;
|JFaq 1.2 Multiple Vulnerabilities&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Listbingo 1.3   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/ads-a-affiliates/classified-ads/12062&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Alpha User Points    ==&lt;br /&gt;
|www.alphaplug.com LFI&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   recruitmentmanager  ==&lt;br /&gt;
|http://recruitment.focusdev.co.uk Upload Vulnerability&lt;br /&gt;
|130610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Info Line (MT_ILine)    ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/news-display/news-tickers-a-scrollers/8425 reports of shell scripts in download file&lt;br /&gt;
|120610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ads manager  Annonce   ==&lt;br /&gt;
|http://joomla.clubnautiquemarine.fr/ &lt;br /&gt;
Upload Vulnerability&lt;br /&gt;
| 05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  lead article    ==&lt;br /&gt;
|http://www.leadya.co.il/ SQLi&lt;br /&gt;
|050610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  djartgallery   ==&lt;br /&gt;
|http://www.design-joomla.eu Multiple Vul&lt;br /&gt;
|05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Gallery 2 Bridge    ==&lt;br /&gt;
|[http://trac.4theweb.nl/g2bridge g2bridge] LFI vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jsjobs   ==&lt;br /&gt;
|[http://www.joomsky.com jsjobs] SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Poll  ==&lt;br /&gt;
|http://slideshow.joomlaextensions.co.in/ SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MediQnA   ==&lt;br /&gt;
|MediQnA LFI vulnerability version : v1.1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Job  ==&lt;br /&gt;
|http://joomlaextensions.co.in/ LFI SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  SectionEx   ==&lt;br /&gt;
|Stack Ideas section Ex LFI&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ActiveHelper LiveHelp    ==&lt;br /&gt;
|XSS in [http://extensions.joomla.org/extensions/communication/chat/12492 LiveHelp] &lt;br /&gt;
|200510&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  JE Quotation Form   ==&lt;br /&gt;
|http://joomlaextensions.co.in/free-download/doc_download/11-je-quotation-form.html  LFI&lt;br /&gt;
|&lt;br /&gt;
|developers statement of [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form resolution]  '''note''', now known as [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form JE Quote Form] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  konsultasi   ==&lt;br /&gt;
|SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Seber Cart    ==&lt;br /&gt;
|Local File Disclosure Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|[http://www.sebercart.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=158 Developer Update 140510]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Camp26 Visitor    ==&lt;br /&gt;
|RFI www.camp26.biz&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   JE Property  ==&lt;br /&gt;
|JE Property Finder Upload Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Noticeboard  ==&lt;br /&gt;
|Noticeboard for Joomla &amp;quot;controller&amp;quot; Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==SmartSite     ==&lt;br /&gt;
|SmartSite com_smartsite Local File Inclusion Vulnerability &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  htmlcoderhelper graphics   ==&lt;br /&gt;
|htmlcoderhelper graphics v1.0.6 LFI Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
== Ultimate Portfolio    ==&lt;br /&gt;
|Ultimate Portfolio  Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Archery Scores   ==&lt;br /&gt;
| [http://lispeltuut.org/ Archery Scores (com_archeryscores) v1.0.6 LFI Vulnerability]&lt;br /&gt;
&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  ZiMB Manager   ==&lt;br /&gt;
|Joomla Component ZiMB Manager Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Matamko   ==&lt;br /&gt;
|Matamko Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Root   ==&lt;br /&gt;
|Multiple Root Local File Inclusion Vulnerability http://joomlacomponent.inetlanka.com/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Map   ==&lt;br /&gt;
|Multiple Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Contact Us Draw Root Map  ==&lt;br /&gt;
|Draw Root Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  iF surfALERT   ==&lt;br /&gt;
|[http://www.inertialfate.za.net/ iF surfALERT] Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   GBU FACEBOOK  ==&lt;br /&gt;
|GBU FACEBOOK SQL injection vulnerability http://www.gbugrafici.nl/gbufacebook/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   jnewspaper  ==&lt;br /&gt;
|jnewspaper (cid) SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
== MT Fire Eagle ==&lt;br /&gt;
&lt;br /&gt;
|LFI http://joomlacode.org/gf/project/jfireeagle/frs/ http://www.moto-treks.com&lt;br /&gt;
| 190410&lt;br /&gt;
| product considered retired and to be replaced by dev&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Sweetykeeper   ==&lt;br /&gt;
|Sweetykeeper Local File Inclusion Vulnerability  http://www.joomlacorner.com/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  jvehicles   ==&lt;br /&gt;
|SQL Injection http://jvehicles.com&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  worldrates   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  cvmaker   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  advertising   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   horoscope  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   webtv  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  diary   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Memory Book   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  JprojectMan   ==&lt;br /&gt;
|LFI http://extensions.joomla.org/extensions/communities-a-groupware/project-a-task-management/5676&lt;br /&gt;
|110410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   econtentsite  ==&lt;br /&gt;
|LFI&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    Jvehicles ==&lt;br /&gt;
|ID&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    gigcalender   ==&lt;br /&gt;
&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/calendars-a-events/events/97)http://extensions.joomla.org/extensions/calendars-a-events/events/97 gigcalender]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    heza content   ==&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427)http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427  heza content]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  SqlReport   ==&lt;br /&gt;
|Sqlreport has a sql/RFI exploit. awaiting confirmation on exact developer.&lt;br /&gt;
|Feb 20&lt;br /&gt;
|'''Not Known'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Yelp ==&lt;br /&gt;
| SQLi - Unable to locate developer. Possibly a custom extension.&lt;br /&gt;
|Feb 01 &lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; | '''  Not Known'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''This list is change protected, for updates or additions [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=87230 lafrance] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD]&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
== Codes used ==&lt;br /&gt;
SQLi - SQL injection [http://en.wikipedia.org/wiki/Code_injection#SQL_injection wikipedia]&lt;br /&gt;
&lt;br /&gt;
LFI - Local File Inclusion [http://www.scribd.com/doc/6498408/Remote-and-Local-File-Inclusion-Explained scribd]&lt;br /&gt;
&lt;br /&gt;
RFI - Remote file inclusion [http://en.wikipedia.org/wiki/Remote_File_Inclusion wikipedia]&lt;br /&gt;
&lt;br /&gt;
DT - Directory Traversal [http://en.wikipedia.org/wiki/Directory_traversal wikipedia] (incl 777 folders)&lt;br /&gt;
&lt;br /&gt;
ID = Information Disclosure: account information or sensitive information publicly viewable, or passed to 3rd party without knowledge&lt;br /&gt;
&lt;br /&gt;
== Future Actions &amp;amp; WIP ==&lt;br /&gt;
&lt;br /&gt;
[http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions RSS feed] completed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to feed VEL direct to twitter&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The RSS feed is currently fed by item entry order and not by date fixed. &lt;br /&gt;
List as discussed in  [[jtopic:455746]] by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD] editing by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Security]]&lt;br /&gt;
[[Category:Component Management]]&lt;/div&gt;</summary>
		<author><name>Mandville</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Vulnerable_Extensions_List</id>
		<title>Vulnerable Extensions List</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Vulnerable_Extensions_List"/>
				<updated>2013-04-26T19:47:42Z</updated>
		
		<summary type="html">&lt;p&gt;Mandville: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- ***all wiki editors*** - do NOT touch without notice   --&amp;gt;&lt;br /&gt;
'''List prior to Jnuary 2011 ([[Archived vel|now archived]])''' Please check here also. &lt;br /&gt;
&amp;lt;!-- if you have altered the above line then revert your changes and contact me   --&amp;gt;&lt;br /&gt;
Please also check the [[Investigation of exploits|Extension Investigation List]].&lt;br /&gt;
 &lt;br /&gt;
== Check and Report.  ==&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions in the [[jforum:432|security forum]]  clearly marked with the first word in the title being ''Vulnerable'' where the security moderators or JSST team will respond. &lt;br /&gt;
This list is change protected,''' for additions or updates email''' ''vel @ joomla.org'' &lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
== How to use this list ==&lt;br /&gt;
'''Items will be removed after a suitable period and not on resolution.'''&lt;br /&gt;
&lt;br /&gt;
All known vulnerable extensions are the listed in the first column &amp;quot;Extension&amp;quot;. Any in a &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;red box &amp;lt;/span&amp;gt;are where we have not been given a fix. Any in a &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;turquoise box&amp;lt;/span&amp;gt; contain a link to the notice about an &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;update with link.&amp;lt;/span&amp;gt; Any that are in an uncolored box are a &amp;quot;Contact the Developer About This Extension&amp;quot;.&lt;br /&gt;
Alert Advisory details are in the center column.&lt;br /&gt;
If the &amp;quot;Extension Update Link &amp;amp; Date Column has &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;'''Not Known''' &amp;lt;/span&amp;gt; then it is where no update is known.&lt;br /&gt;
&lt;br /&gt;
'''This list is compiled from found information and may not be an up to date accurate list''' ''We do '''NOT''' promise to test or validate these reports. We do '''NOT''' guarantee the quality or effectiveness of any updates reported to us or listed here.''&lt;br /&gt;
To sign up for the feed please [http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions follow this link]&lt;br /&gt;
* We do not list BETA products, or extensions for J1.0.x&lt;br /&gt;
&lt;br /&gt;
== Developers - How to get yourself removed from the VEL ==&lt;br /&gt;
&lt;br /&gt;
Resolved items will be removed after a suitable period and not on resolution&lt;br /&gt;
&lt;br /&gt;
Please solve the issues and:&lt;br /&gt;
&lt;br /&gt;
* '''If JED listed''' &lt;br /&gt;
&lt;br /&gt;
To have your extension republished, please follow these steps:&lt;br /&gt;
&lt;br /&gt;
1- Solve the issues.&lt;br /&gt;
&lt;br /&gt;
2- Attach the new zip file at your actual JED listing.&lt;br /&gt;
&lt;br /&gt;
3- Change the extension version at JED listing.&lt;br /&gt;
&lt;br /&gt;
4- Make sure to include a notice in the JED description to the fact that the new release is a &amp;quot;Security Release&amp;quot; and those who use the extension should upgrade immediately.&lt;br /&gt;
&lt;br /&gt;
5- Email the VEL team with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website&lt;br /&gt;
&lt;br /&gt;
6- Create a [http://bit.ly/velunlist JED listing owner ticket] to the JED with a notice and ask that your listing be republished. Include the full details of your new version number and security notice page&lt;br /&gt;
&lt;br /&gt;
VEL email can be found above and the JED support link is in your notice of &amp;quot;unpublication&amp;quot; [http://extensions.joomla.org/component/maqmahelpdesk/ and here] &lt;br /&gt;
&lt;br /&gt;
* '''If not JED listed.''' &lt;br /&gt;
Inform us by '''email''' with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website.&lt;br /&gt;
&lt;br /&gt;
== January 2012 and onwards Reported Vulnerable Extensions ==&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  alfcontact ==&lt;br /&gt;
|xss&lt;br /&gt;
|230413&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  aiContactSafe 2.0.19 ==&lt;br /&gt;
|xss&lt;br /&gt;
|160413&lt;br /&gt;
|developer release statement  [http://www.algisinfo.com/en/home-bottom/41-xss-in-aicontactsafe.html for version 2.0.21] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RSfiles==&lt;br /&gt;
|SQL&lt;br /&gt;
|180313&lt;br /&gt;
|developer release statement  [http://www.rsjoomla.com/support/documentation/view-knowledgebase/141-changelog.html for version 12] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  1.6.8 update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Collector    ==&lt;br /&gt;
|Various [steevo.fr]&lt;br /&gt;
|230113&lt;br /&gt;
|developer update [http://www.steevo.fr/en/component/content/article/41-release-051 statement to] 0.5.1 &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  tz guestbook   ==&lt;br /&gt;
|Various &lt;br /&gt;
|100113&lt;br /&gt;
|developer release statement [http://www.templaza.com/item/256-tz-guestbook-v1-1-2-security-release for 1.1.2]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== extplorer    ==&lt;br /&gt;
| 2.1.2, 2.1.1, 2.1.0 and 2.1.0RC5 are vulnerable to an authentication bypass&lt;br /&gt;
|251212&lt;br /&gt;
|developer [http://extplorer.net/news/12  update to 2.1.3 statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JooProperty    ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|101212&lt;br /&gt;
|developer release new version 1.13.1 -  [http://jooproperty.com/en/forum/last-jooproperty-release/277-important-security-fix-released-please-update.html#277 upgrade notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ag google analytic    ==&lt;br /&gt;
|Various&lt;br /&gt;
|061212&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== sh404sef &amp;lt;3.7.0 ==&lt;br /&gt;
|Undisclosed sh404SEF 3.4.x, 3.5.x, 3.6.x for Joomla 2.5&lt;br /&gt;
|26112&lt;br /&gt;
|developer [http://anything-digital.com/sh404sef/news/releases/sh404sef-3_7_0_1485-released.html statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Login Failed Log     ==&lt;br /&gt;
|23112&lt;br /&gt;
|ID - information disclosure&lt;br /&gt;
|developer [http://www.jm-experts.com/extensions-tools/login-failed-log release statement] to ver 1.5.4&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== jNews==&lt;br /&gt;
|&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joobi.co/index.php?option=com_content&amp;amp;view=article&amp;amp;id=8560:security-release-update-to-jnews-79x&amp;amp;catid=93:jnews&amp;amp;Itemid=225 statement to version  7.9.1] 151112&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Joombah Jobs    ==&lt;br /&gt;
|Upload restriction issues&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joombah.com/home/item/joombah-jobs-security-release-update-now statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== commedia    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|231012&lt;br /&gt;
|developer update [http://www.ecolora.com/index.php/15-commedia-a-mp3browser-new/77-commedia-3-2-is-not-vulnerable#english statement to version 3.2] 271012&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Kunena ==&lt;br /&gt;
|SQLi + ID&lt;br /&gt;
|221012&lt;br /&gt;
|Developer states [http://www.kunena.org/forum/announcement/id-52 current version not exploitable] by reported methods&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Icagenda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|Developer  [http://www.joomlic.com/en/extensions/icagenda   statement for 1.2.9] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JTag [joomlatag]   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==   Freestyle Support  ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|developer update [http://freestyle-joomla.com/help/announcements?announceid=60 statement 251012]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ACEFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|AceFTP 2.0.0 released. Developer [http://www.joomace.net/blog/aceftp/aceftp-200-has-been-released statement] 101012&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  MijoFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|*''reported fixed prior to notification''*&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  spider calendar lite   ==&lt;br /&gt;
|RFI &lt;br /&gt;
|180912&lt;br /&gt;
|developer release version 1.5 [http://web-dorado.com/products/joomla-calendar-module.html  version]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RokModule   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|Rereported 180912&lt;br /&gt;
|Developer states: no known exploits for our current versions [http://www.rockettheme.com/extensions-downloads/free/1012-rokmodule of RokModule Joomla 2.5 - v1.3 Joomla 1.5 - v1.4]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ICagenda   ==&lt;br /&gt;
| SQLi&lt;br /&gt;
|developer [http://www.joomlic.com/en/extensions/icagenda security release] - v1.2.1&lt;br /&gt;
|080912&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  En Masse cart   ==&lt;br /&gt;
|RFI&lt;br /&gt;
|060812&lt;br /&gt;
|Developer upgrade statement [http://www.matamko.com/news-update/14-en-masse-releases/142-announcement-for-security-release-enmasse-313.html   to 3.1.3]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   JCE (joomla content editor)  ==&lt;br /&gt;
|Upload Restriction &amp;lt;2.2.4 &lt;br /&gt;
|050812&lt;br /&gt;
|Developer states current version not exploitable &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RSGallery2  ==&lt;br /&gt;
|SQLi XSS&lt;br /&gt;
| 31 07 12&lt;br /&gt;
|Devleoper statement versions 3.2.0 for Joomla 2.5 and version 2.3.0 for Joomla 1.5  [http://www.rsgallery2.nl/topicseen./announcements/rsgallery2_3.2.0_and_2.3.0_released_16845.msg44046.html released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  osproperty   ==&lt;br /&gt;
|Unrestricted uploads&lt;br /&gt;
|160712&lt;br /&gt;
|Developer release [http://joomservices.com/components/ossolution-property.html version  2.0.3] 180712&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== KSAdvertiser     ==&lt;br /&gt;
| RFI &lt;br /&gt;
|160712&lt;br /&gt;
|The security update version 1.5.72 advise can be found here:&lt;br /&gt;
[http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=251:kiss-advertiser-sicherheitsupdate&amp;amp;catid=69&amp;amp;Itemid=361&amp;amp;lang=de German] [http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=252:kiss-advertiser-security-update&amp;amp;catid=21&amp;amp;Itemid=362&amp;amp;lang=en English]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Shipping by State for Virtuemart   ==&lt;br /&gt;
|elevated permissions (http://web-expert.gr/en)&lt;br /&gt;
|160612&lt;br /&gt;
| [http://web-expert.gr/en/commersial/virtuemart-shipping-by-state-component Upgrade to v2.5 download] commercial product 300612&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ownbiblio 1.5.3   ==&lt;br /&gt;
|SQLi + &lt;br /&gt;
|250512&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  Ninjaxplorer &amp;lt;=1.0.6   ==&lt;br /&gt;
|developer notification&lt;br /&gt;
|250412&lt;br /&gt;
|developer statement [http://ninjaforge.com/blog/318-security-vulnerability-discovered-in-ninjaxplorer-upgrade-immediately upgrade to 1.0.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Phoca Fav Icon    ==&lt;br /&gt;
|Permissions Rewrite&lt;br /&gt;
|150412&lt;br /&gt;
| [http://www.phoca.cz/news/30-phoca-news/633-phoca-favicon-203-released developer update 2.0.3 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  estateagent improved   ==&lt;br /&gt;
|sqli (eaimproved.eu)&lt;br /&gt;
|110412&lt;br /&gt;
|developer states previous version, not current version&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  bearleague   ==&lt;br /&gt;
|110412&lt;br /&gt;
|sql &lt;br /&gt;
|(no longer maintained)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JLive! Chat v4.3.1   ==&lt;br /&gt;
|DT &lt;br /&gt;
|060412&lt;br /&gt;
|Developer reports [http://www.cmsfruit.com/security-measures.html  as unproven]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   virtuemart 2.0.2  ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|050412&lt;br /&gt;
|developers [http://virtuemart.net/news/list-all-news/417-happy-easter-new-virtuemart-204-released-security-update-sqli release statement]Current version 2.0.6 released&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JE testimonial    ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|230312&lt;br /&gt;
|Developer states '''malicious report.'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JaggyBlog   ==&lt;br /&gt;
|excessive file permission &lt;br /&gt;
|090212&lt;br /&gt;
|version 1.3.1 [http://www.jaggysnake.co.uk/products/jaggyblog released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Quickl Form   ==&lt;br /&gt;
|xss&lt;br /&gt;
|260112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  com_advert   ==&lt;br /&gt;
|sqli - unknown developer&lt;br /&gt;
|240112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla Discussions Component    ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|Discussions 1.4.1 released  [http://www.codingfish.com/news/38-joomla/101-discussions-141-released developer statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== HD Video Share (contushdvideoshare)  ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|updated [http://www.hdvideoshare.net version 2.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== January 2011 - Jan 2012  Reported Vulnerable Extensions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions either in the [[jforum:432]] security topic clearly marked with the first word in the title being ''Vulnerable Report'' where the security moderators or JSST team will respond or via email to the VEL team. For a guide to the [http://docs.joomla.org/Vulnerable_Extensions_List#Codes_used codes]&lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Dshop    ==&lt;br /&gt;
|sqli (possibly dhrusya.com)&lt;br /&gt;
|201111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  QContacts 1.0.6   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|131211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jobprofile  1.0 ==&lt;br /&gt;
|  SQL Injection Vulnerability&lt;br /&gt;
|051211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JX Finder 2.0.1   ==&lt;br /&gt;
| XSS Vulnerabilities&lt;br /&gt;
|011211&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  wdbanners   ==&lt;br /&gt;
|Unknown Exploit&lt;br /&gt;
|301111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  JB Captify Content  J1.5 and J1.7     ==&lt;br /&gt;
|Security checks missing -Versions prior to JB_mod_captifyContent_J1.5_J1.7_1.0.1.zip&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [http://joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JB Microblog   ==&lt;br /&gt;
|Security checks missing - J1.7 only. Versions prior to 1.10.3 &lt;br /&gt;
|14111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Slideshow &amp;lt;3.5.1,   ==&lt;br /&gt;
|Security checks missing&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Bamboobox   ==&lt;br /&gt;
|Security checks missing - J1.5 all versions prior to 1.2.2 &lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  RokModule    ==&lt;br /&gt;
|SQLI - exploits     RokStock RokWeather RokNewspager&lt;br /&gt;
|121111&lt;br /&gt;
|developer release statement [http://www.rockettheme.com/blog/extensions/1300-important-security-vulnerability-fixed    RokModule v1.3 for Joomla 1.7   RokModule v1.4 for Joomla 1.5]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  hm community   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
|011111&lt;br /&gt;
|developer release [http://joomlaextensions.co.in/product/HM-Community 1.01]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Alameda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|01111&lt;br /&gt;
|developer statement [http://www.blueflyingfish.com/alameda/index.php?option=com_content&amp;amp;view=category&amp;amp;id=5&amp;amp;Itemid=28 and Latest version number v1.0.1.]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Techfolio 1.0    ==&lt;br /&gt;
|Techfolio 1.0 SQLI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Barter Sites 1.3  ==&lt;br /&gt;
|Barter Sites 1.3 SQL Injection &amp;amp; Persistent XSS vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer [http://my.barter-sites.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=6&amp;amp;Itemid=25 release 1.3.1] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Jeema SMS 3.2  ==&lt;br /&gt;
|Jeema SMS 3.2 Multiple Vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer resolution notice [http://jeema.net/about-us/securty-releases.html for 3.5.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Vik Real Estate 1.0   ==&lt;br /&gt;
|Vik Real Estate 1.0  Multiple Blind SqlI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== yj contact    ==&lt;br /&gt;
|LFI (youjoomla contact)&lt;br /&gt;
|241011&lt;br /&gt;
|developer update statement [http://www.youjoomla.com/yj-contact-us-1.0.1-released.html 261011]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   NoNumber Framework  ==&lt;br /&gt;
| Advanced Module Manager * AdminBar Docker * Add to Menu * Articles Anywhere * What? Nothing!* Tooltips* Tabber* Sourcerer* Slider* Timed Styles* Modules Anywhere* Modalizer* ReReplacer* Snippets* DB Replacer* CustoMenu* Content Templater* CDN for Joomla!* Cache Cleaner* Better Preview&lt;br /&gt;
|181011&lt;br /&gt;
|see http://feeds.feedburner.com/nonumber/news for updates of various extensions&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Time Returns    ==&lt;br /&gt;
|SQLi takeaweb.it&lt;br /&gt;
|151011&lt;br /&gt;
|No longer developed. New version 2.0.1 for Joomla 1.6/1.7 (old version are no longer supported) http://www.takeaweb.it&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|300811&lt;br /&gt;
|developer advice [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64&amp;amp;Itemid=59 page] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jumi    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|300811&lt;br /&gt;
|Developer states proper use of joomla administration/extension documentation reading&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla content editor    ==&lt;br /&gt;
|JCE lfi/rfi vulnerability&lt;br /&gt;
|&lt;br /&gt;
|JCE 2.0.11 and JCE 1.5.7.14 [http://www.joomlacontenteditor.net/news/item/jce-2011-released have been released]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Google Website Optimizer  ==&lt;br /&gt;
|Numerous vulnerabilities. Website Optimizer, Pearl Group&lt;br /&gt;
|290811&lt;br /&gt;
|developer update [http://www.pearl-group.com/optimizer-changelog statement to ver. 1.4.0] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Almond Classifieds   ==&lt;br /&gt;
|777 Folder settings (all folders it uses are set to 777 including previously 755 locked folders) &lt;br /&gt;
|260811&lt;br /&gt;
|developer resolution [http://www.almondsoft.com/acj/ notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== joomtouch    ==&lt;br /&gt;
|LFI/RFI&lt;br /&gt;
|180811&lt;br /&gt;
|developers [http://www.joomtouch.com/ultime/4-risolta-la-vulnerabilita-di-joomtouch.html resolution notice  1.0.3]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RAXO All-mode PRO   ==&lt;br /&gt;
|Timthumb  RFI &lt;br /&gt;
|110811&lt;br /&gt;
|[http://raxo.org/forum/viewtopic.php?f=2&amp;amp;t=60#p2056 developer upgrade 1.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  V-portfolio   ==&lt;br /&gt;
|DT - open folders&lt;br /&gt;
|110811&lt;br /&gt;
| [http://vsmart-extensions.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=61 developer resolution statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== obSuggest    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|310711&lt;br /&gt;
|developer [http://foobla.com/news/latest/obsuggest-1.8-security-release.html release statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple Page    ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|developer update [http://omar84.com/latest-news/65-simple-page-options-1517-security-release statement] v1.5.17 has been released&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/components/je-story-submit.html devloper security update] notice to ver 1.9&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   appointment booking pro  ==&lt;br /&gt;
|LFI 22071&lt;br /&gt;
|&lt;br /&gt;
|[http://appointmentbookingpro.com/index.php?option=com_kunena&amp;amp;Itemid=66&amp;amp;func=view&amp;amp;catid=25&amp;amp;id=8129#8129 developer update security announcement] Current 2.0.1 and 1.4.x versions, are '''not''' vulnerable,&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  acajoom   ==&lt;br /&gt;
|xss (admin permission required)&lt;br /&gt;
|220711&lt;br /&gt;
|updated to 5.20&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  gTranslate   ==&lt;br /&gt;
|ID - &lt;br /&gt;
|220711&lt;br /&gt;
|[http://edo.webmaster.am/gtranslate-changelog developer security release] 1.5 x.25 and 1.6 x.26.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  alpharegistration    ==&lt;br /&gt;
|http://www.alphaplug.com/ Please contact the developer for any questions on this extension&lt;br /&gt;
|170711 220711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jforce    ==&lt;br /&gt;
|DT - &lt;br /&gt;
|170711&lt;br /&gt;
| [http://www.jforce.com/blog/270-jforce-security-release.html developer states The new version number v1.5r1362 resolves the problem] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Flash Magazine Deluxe Joomla   ==&lt;br /&gt;
|ID [http://www.joomplace.com/joomla-components/flash-magazine-deluxe-component.html multiple vulnerabilities]&lt;br /&gt;
|170711&lt;br /&gt;
|[http://www.joomplace.com/news-blog/flashmagazine-deluxe-2-1-4-security-release.html developer release] 2.1.4&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== AVreloaded    ==&lt;br /&gt;
|SQLi - version 1.2.6&lt;br /&gt;
|150711&lt;br /&gt;
|[http://allvideos.fritz-elfert.de/ 1.2.7 released developer release statement 160711] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  Sobi   ==&lt;br /&gt;
|SQLI - &lt;br /&gt;
|130711&lt;br /&gt;
|[http://www.sigsiu.net/changelog developer fix and update statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  fabrik   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|120711&lt;br /&gt;
|[http://fabrikar.com/downloads/details/36/89 Developers Update statement 2.1]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  xmap   ==&lt;br /&gt;
|sqli 1.2.11 &lt;br /&gt;
|120711&lt;br /&gt;
|upgrade to 1.2.12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Atomic Gallery     ==&lt;br /&gt;
|Creates 777 folders [http://www.atomicon.nl/atomicongallery Atomic gallery] &lt;br /&gt;
|110711&lt;br /&gt;
|developer [http://www.atomicon.nl/atomicongallery#changelog release statement/changelog]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  myApi   ==&lt;br /&gt;
|ID [http://extensions.joomla.org/component/mtree/social-web/facebook-integration/11624 Contains &amp;quot;Call-Home&amp;quot; function. Sends private user information to developer.] &lt;br /&gt;
|020711&lt;br /&gt;
|[http://www.myapi.co.uk/ Developer states Use version 1.3.4.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  mdigg   ==&lt;br /&gt;
|SQL I (not listed in JED)&lt;br /&gt;
|020711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Calc Builder   ==&lt;br /&gt;
|sqli + ID&lt;br /&gt;
|180611&lt;br /&gt;
| [http://components.moonsoft.es/downloadcalcbuilder  dev security release 0.0.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Cool Debate    ==&lt;br /&gt;
|Cool Debate 1.03 LFI&lt;br /&gt;
|&lt;br /&gt;
| version [http://www.acoolsip.com/development/a-cool-debate.html 1.0.8 released.] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Scriptegrator Plugin 1.5.5==&lt;br /&gt;
|LFI&lt;br /&gt;
|140611&lt;br /&gt;
| [http://www.greatjoomla.com/news/index.html  Update - Core Design Scriptegrator plugin 2.0.9 &amp;amp;] 1.5.6&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Joomnik Gallery   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/joomnik/ developer update to 0.9.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JMS fileseller   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|0611&lt;br /&gt;
|[http://joommasters.com/commercial-extensions/components/jms-fileseller.html developer upgrade announcement to v1.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sh404SEF   ==&lt;br /&gt;
|low-level XSS security issue&lt;br /&gt;
|300511&lt;br /&gt;
|[http://dev.anything-digital.com/Forum/Announcements/11147-sh404SEF-2.2.6-now-available-for-Joomla-1.5/ Dev upgrade statement to 2.2.6]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story submit    ==&lt;br /&gt;
|LFI/RFI &lt;br /&gt;
|&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/modules/je-content-menu.html?page=shop.product_details&amp;amp;flypage=flypage.tpl&amp;amp;product_id=77&amp;amp;category_id=13&amp;amp;vmcchk=1 developer states Version 1.8]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   FCKeditor   ==&lt;br /&gt;
|File Upload Vulnerability&lt;br /&gt;
|230511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== KeyCaptcha    ==&lt;br /&gt;
|ID &lt;br /&gt;
|190511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ask A Question AddOn v1.1   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|160511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Global Flash Gallery     ==&lt;br /&gt;
|flash-gallery.com xss &lt;br /&gt;
|130511&lt;br /&gt;
|[http://flash-gallery.com/help/joomla-extension/faq/security-update-0.5.0/ dev release 0.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== com_google     ==&lt;br /&gt;
|LFI [http://freejoomlacomponent.appspot.com/ com_google]&lt;br /&gt;
|080511&lt;br /&gt;
|[http://freejoomlacomponent.appspot.com/securityrelease.html devs update to 1.5.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  docman   ==&lt;br /&gt;
|com-docman Input Validation Error &lt;br /&gt;
|160511&lt;br /&gt;
|[http://forum.joomla.org/viewtopic.php?p=2502904#p2502904 devs resolution statement, report for old version]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Newsletter Subscriber    ==&lt;br /&gt;
|XSS &lt;br /&gt;
|120511&lt;br /&gt;
|[http://mavrosxristoforos.com/joomla-extensions/free/newsletter-subscriber Deveopler update]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Akeeba   ==&lt;br /&gt;
|akkeba backup and joomlapack&lt;br /&gt;
|170411&lt;br /&gt;
|[https://www.akeebabackup.com/home/item/1091-akeeba-backup-3-2-7.html dev update to 3.2.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Facebook Graph Connect   ==&lt;br /&gt;
|SID. call home device with user credentials&lt;br /&gt;
|120411&lt;br /&gt;
|[http://www.sikkimonline.info/security-notice dev update notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== booklibrary    ==&lt;br /&gt;
|SQLi ordasoft booklibrary&lt;br /&gt;
|180311&lt;br /&gt;
|[http://ordasoft.com/Book-Library/security-upgrade-instructions-for-book-library.html developer upgrade instructions]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== semantic    ==&lt;br /&gt;
|com semantic http://www.scms.es/joomla creates hidden admin users &lt;br /&gt;
|150311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JOMSOCIAL 2.0.x 2.1.x   ==&lt;br /&gt;
|SID, open folders&lt;br /&gt;
|120311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  flexicontent   ==&lt;br /&gt;
|forced 777, malicious files &lt;br /&gt;
|250311&lt;br /&gt;
|[http://www.flexicontent.org/home/item/192-flexicontent-154-is-finally-out.html devs resolve statement], [http://www.flexicontent.org/downloads/latest-version.html Changelog]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== jLabs Google Analytics Counter     ==&lt;br /&gt;
|jLabs Google Analytics Counter  SID&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  xcloner   ==&lt;br /&gt;
|Unspecified&lt;br /&gt;
|260211&lt;br /&gt;
|[http://www.xcloner.com/xcloner-news/important-security-upgrade/ dev announcement of security release]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== smartformer    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|230211 (repeat of 041110)&lt;br /&gt;
|[http://www.itoris.com/joomla-form-builder-smartformer.html v2.4.1 security fix for Joomla 1.5.x]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== xmap 1.2.10    ==&lt;br /&gt;
|Malicious payload in zip&lt;br /&gt;
|230211&lt;br /&gt;
|[http://joomla.vargas.co.cr/en/news/4-xmap/95-security-notice developer resolution notic]e Clean version available from [http://joomlacode.org/gf/project/xmap/frs/ joomlacode] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Frontend-User-Access 3.4.1  ==&lt;br /&gt;
|Frontend-User-Access 3.4.1 from http://www.pages-and-items.com LFI&lt;br /&gt;
|030211&lt;br /&gt;
|update to [http://extensions.joomla.org/extensions/access-a-security/frontend-access-control/6874 Frontend-User-Access 3.4.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  com properties 7134   ==&lt;br /&gt;
| http://com-property.com/ malicious files in script&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/property/frs/?action=FrsReleaseBrowse&amp;amp;frs_package_id=5815 Dev update statement]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  B2 Portfolio ==&lt;br /&gt;
|B2 portfolio 1.0 SQLi pulseextensions.com&lt;br /&gt;
|250111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  allcinevid   ==&lt;br /&gt;
|SQLI http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/15367&lt;br /&gt;
|220111&lt;br /&gt;
|[http://www.joomtraders.com/our-blog/allcinevid-1.0-sql-injection.html Developers resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== People Component    ==&lt;br /&gt;
|People component http://www.ptt-solution.com/vmchk/people-component.html sqli&lt;br /&gt;
|150111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jimtawl    ==&lt;br /&gt;
|Jimtawl LFI &lt;br /&gt;
|251110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Maian Media SILVER  ==&lt;br /&gt;
|Maian Media SQLi&lt;br /&gt;
|151110&lt;br /&gt;
|Developer states unproven in free edition, paid/SILVER version is being upgraded. [http://www.aretimes.com/index.php?option=com_content&amp;amp;view=category&amp;amp;layout=blog&amp;amp;id=40&amp;amp;Itemid=113 dev article]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  alfurqan  ==&lt;br /&gt;
|alfurqan 1.5 sqli&lt;br /&gt;
|151110&lt;br /&gt;
|developer update [http://forums.islamis4u.com/index.php/topic%2c83.0.html statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ccboard   ==&lt;br /&gt;
|[http://extensions.joomla.org/extensions/communication/forum/6823 ccboard XSS and SQLi]&lt;br /&gt;
|131110&lt;br /&gt;
| on my site at [http://codeclassic.org/component/content/article/1-latest-news/83-ccboard-13-released.html] Please find the respective update information&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   ProDesk v 1.5  ==&lt;br /&gt;
|LFI &lt;br /&gt;
|091110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sponsorwall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
|developer  [http://demo.pulseextensions.com/sponsor-wall.html resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Flip wall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
| developer http://demo.pulseextensions.com/flip-wall.html update notice  [http://www.example.com link title]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Freestyle FAQ 1.5.6     ==&lt;br /&gt;
|http://freestyle-joomla.com/fssdownloads/viewcategory/2 Freestyle FAQ 1.5.6 ‎SQL Injection&lt;br /&gt;
|&lt;br /&gt;
|[http://freestyle-joomla.com/index.php?announceid=43 new version (1.9.0) is available which fixes] the security issues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   iJoomla Magazine 3.0.1  ==&lt;br /&gt;
|iJoomla Magazine 3.0.1 RFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Clantools   ==&lt;br /&gt;
| &lt;br /&gt;
|http://www.joomla-clantools.de/downloads/doc_download/7-clantools-123.html clantool sqli&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jphone   ==&lt;br /&gt;
|jphone LFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  PicSell    ==&lt;br /&gt;
|[http://vm.xmlswf.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=104&amp;amp;Itemid=131Picsell LFD, 777]&lt;br /&gt;
|020910&lt;br /&gt;
|new version [http://vm.xmlswf.com/picsell released 150312]  version number 11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Zoom Portfolio   ==&lt;br /&gt;
|SID&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   zina   ==&lt;br /&gt;
|[http://www.pancake.org/zina/ SQL Injection]&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Team's   ==&lt;br /&gt;
|[http://www.joomlamo.com Teams extension] SQL Injection &lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Amblog    ==&lt;br /&gt;
|[http://robitbt.hu/jm/index.php?option=com_amdownloader&amp;amp;task=showfiles&amp;amp;pathid=8 Amblog] SQLi&lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   wmtpic  ==&lt;br /&gt;
|www.webmaster-tips.net various&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Jomtube    ==&lt;br /&gt;
|http://www.jomtube.com/ SID&lt;br /&gt;
|220710&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Rapid Recipe    ==&lt;br /&gt;
|http://www.rapid-source.com Persistent XSS Vulnerability last known fix version 1.7.2 &lt;br /&gt;
|july 10,2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Health &amp;amp; Fitness Stats   ==&lt;br /&gt;
|http://joomla-extensions.instantiate.co.uk/jcomponents/healthstats Persistent XSS Vulnerability july 10,2010 &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  staticxt   ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/edition/custom-code-in-content/2184  no version number provided&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   quickfaq  ==&lt;br /&gt;
|http://www.schlu.net sqli&lt;br /&gt;
|090710&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==    Minify4Joomla  ==&lt;br /&gt;
|http://waltercedric.com/ LFI and xss&lt;br /&gt;
|090710&lt;br /&gt;
|No longer available to download&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   IXXO Cart   ==&lt;br /&gt;
|http://www.php-shop-system.com/ SQLi LFI XSS Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|developer resolution [http://support.ixxoglobal.com/index.php?/News/NewsItem/View/22/ixxo-cart-new-release-v41190 notice] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  PaymentsPlus   ==&lt;br /&gt;
|http://paymentsplus.com.au/ 2.1.5 Blind SQL Injection Vulnerability&lt;br /&gt;
|090710 &lt;br /&gt;
|current version 2.20, 2.1.5 not listed on dev site&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ArtForms   ==&lt;br /&gt;
|http://joomlacode.org/gf/project/jartforms/ ArtForms 2.1b7.2 RC2 Multiple Remote Vulnerabilities&lt;br /&gt;
|090710&lt;br /&gt;
| Old beta extension &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  autartimonial   ==&lt;br /&gt;
|autartica.be Sqli Vulnerability&lt;br /&gt;
|060710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== eventcal 1.6.4    ==&lt;br /&gt;
|http://joomlacode.org/gf/project/eventcal/frs/ SQL I  last update 2006-12-31 on joomlacode&lt;br /&gt;
|040710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== date converter    ==&lt;br /&gt;
|http://sourceforge.net/projects/date-converter/ sqli&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== real estate    ==&lt;br /&gt;
|http://www.opensourcetechnologies.com/demos/real-estate.html RFI&lt;br /&gt;
|210610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  cinema   ==&lt;br /&gt;
|SQL injection&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Jreservation  ==&lt;br /&gt;
|http://jforjoomla.com/ SQLi Vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   joomdocs  ==&lt;br /&gt;
|http://joomclan.com/index.php/JoomDocs/ xss vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Live Chat    ==&lt;br /&gt;
|http://www.joompolitan.com/livechat.html Multiple Remote Vulnerabilities &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Turtushout 0.11    ==&lt;br /&gt;
| http://www.turtus.org.ua/files?func=fileinfo&amp;amp;id=13 SQL Injection (again)&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  BF Survey Pro Free   ==&lt;br /&gt;
|BF Survey Pro Free SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|Product marker as retired by the developer&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MisterEstate   ==&lt;br /&gt;
|http://www.misterestate.com/ Blind SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  RSMonials    ==&lt;br /&gt;
|http://www.rswebsols.com/downloads/category/14-download-rsmonials-all?download=23%3Adownload-rsmonials-component XSS Exploit&lt;br /&gt;
|190610&lt;br /&gt;
|Believed to be 1.5.1 version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Answers v2.3beta   ==&lt;br /&gt;
|Multiple Vulnerabilities http://extensions.joomla.org/extensions/communication/forum/12652&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Gallery XML 1.1   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/photos-a-images/photo-gallery/12504&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JFaq 1.2   ==&lt;br /&gt;
|JFaq 1.2 Multiple Vulnerabilities&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Listbingo 1.3   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/ads-a-affiliates/classified-ads/12062&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Alpha User Points    ==&lt;br /&gt;
|www.alphaplug.com LFI&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   recruitmentmanager  ==&lt;br /&gt;
|http://recruitment.focusdev.co.uk Upload Vulnerability&lt;br /&gt;
|130610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Info Line (MT_ILine)    ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/news-display/news-tickers-a-scrollers/8425 reports of shell scripts in download file&lt;br /&gt;
|120610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ads manager  Annonce   ==&lt;br /&gt;
|http://joomla.clubnautiquemarine.fr/ &lt;br /&gt;
Upload Vulnerability&lt;br /&gt;
| 05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  lead article    ==&lt;br /&gt;
|http://www.leadya.co.il/ SQLi&lt;br /&gt;
|050610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  djartgallery   ==&lt;br /&gt;
|http://www.design-joomla.eu Multiple Vul&lt;br /&gt;
|05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Gallery 2 Bridge    ==&lt;br /&gt;
|[http://trac.4theweb.nl/g2bridge g2bridge] LFI vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jsjobs   ==&lt;br /&gt;
|[http://www.joomsky.com jsjobs] SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Poll  ==&lt;br /&gt;
|http://slideshow.joomlaextensions.co.in/ SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MediQnA   ==&lt;br /&gt;
|MediQnA LFI vulnerability version : v1.1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Job  ==&lt;br /&gt;
|http://joomlaextensions.co.in/ LFI SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  SectionEx   ==&lt;br /&gt;
|Stack Ideas section Ex LFI&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ActiveHelper LiveHelp    ==&lt;br /&gt;
|XSS in [http://extensions.joomla.org/extensions/communication/chat/12492 LiveHelp] &lt;br /&gt;
|200510&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  JE Quotation Form   ==&lt;br /&gt;
|http://joomlaextensions.co.in/free-download/doc_download/11-je-quotation-form.html  LFI&lt;br /&gt;
|&lt;br /&gt;
|developers statement of [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form resolution]  '''note''', now known as [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form JE Quote Form] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  konsultasi   ==&lt;br /&gt;
|SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Seber Cart    ==&lt;br /&gt;
|Local File Disclosure Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|[http://www.sebercart.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=158 Developer Update 140510]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Camp26 Visitor    ==&lt;br /&gt;
|RFI www.camp26.biz&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   JE Property  ==&lt;br /&gt;
|JE Property Finder Upload Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Noticeboard  ==&lt;br /&gt;
|Noticeboard for Joomla &amp;quot;controller&amp;quot; Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==SmartSite     ==&lt;br /&gt;
|SmartSite com_smartsite Local File Inclusion Vulnerability &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  htmlcoderhelper graphics   ==&lt;br /&gt;
|htmlcoderhelper graphics v1.0.6 LFI Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
== Ultimate Portfolio    ==&lt;br /&gt;
|Ultimate Portfolio  Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Archery Scores   ==&lt;br /&gt;
| [http://lispeltuut.org/ Archery Scores (com_archeryscores) v1.0.6 LFI Vulnerability]&lt;br /&gt;
&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  ZiMB Manager   ==&lt;br /&gt;
|Joomla Component ZiMB Manager Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Matamko   ==&lt;br /&gt;
|Matamko Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Root   ==&lt;br /&gt;
|Multiple Root Local File Inclusion Vulnerability http://joomlacomponent.inetlanka.com/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Map   ==&lt;br /&gt;
|Multiple Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Contact Us Draw Root Map  ==&lt;br /&gt;
|Draw Root Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  iF surfALERT   ==&lt;br /&gt;
|[http://www.inertialfate.za.net/ iF surfALERT] Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   GBU FACEBOOK  ==&lt;br /&gt;
|GBU FACEBOOK SQL injection vulnerability http://www.gbugrafici.nl/gbufacebook/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   jnewspaper  ==&lt;br /&gt;
|jnewspaper (cid) SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
== MT Fire Eagle ==&lt;br /&gt;
&lt;br /&gt;
|LFI http://joomlacode.org/gf/project/jfireeagle/frs/ http://www.moto-treks.com&lt;br /&gt;
| 190410&lt;br /&gt;
| product considered retired and to be replaced by dev&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Sweetykeeper   ==&lt;br /&gt;
|Sweetykeeper Local File Inclusion Vulnerability  http://www.joomlacorner.com/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  jvehicles   ==&lt;br /&gt;
|SQL Injection http://jvehicles.com&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  worldrates   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  cvmaker   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  advertising   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   horoscope  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   webtv  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  diary   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Memory Book   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  JprojectMan   ==&lt;br /&gt;
|LFI http://extensions.joomla.org/extensions/communities-a-groupware/project-a-task-management/5676&lt;br /&gt;
|110410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   econtentsite  ==&lt;br /&gt;
|LFI&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    Jvehicles ==&lt;br /&gt;
|ID&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    gigcalender   ==&lt;br /&gt;
&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/calendars-a-events/events/97)http://extensions.joomla.org/extensions/calendars-a-events/events/97 gigcalender]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    heza content   ==&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427)http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427  heza content]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  SqlReport   ==&lt;br /&gt;
|Sqlreport has a sql/RFI exploit. awaiting confirmation on exact developer.&lt;br /&gt;
|Feb 20&lt;br /&gt;
|'''Not Known'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Yelp ==&lt;br /&gt;
| SQLi - Unable to locate developer. Possibly a custom extension.&lt;br /&gt;
|Feb 01 &lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; | '''  Not Known'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''This list is change protected, for updates or additions [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=87230 lafrance] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD]&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
== Codes used ==&lt;br /&gt;
SQLi - SQL injection [http://en.wikipedia.org/wiki/Code_injection#SQL_injection wikipedia]&lt;br /&gt;
&lt;br /&gt;
LFI - Local File Inclusion [http://www.scribd.com/doc/6498408/Remote-and-Local-File-Inclusion-Explained scribd]&lt;br /&gt;
&lt;br /&gt;
RFI - Remote file inclusion [http://en.wikipedia.org/wiki/Remote_File_Inclusion wikipedia]&lt;br /&gt;
&lt;br /&gt;
DT - Directory Traversal [http://en.wikipedia.org/wiki/Directory_traversal wikipedia] (incl 777 folders)&lt;br /&gt;
&lt;br /&gt;
ID = Information Disclosure: account information or sensitive information publicly viewable, or passed to 3rd party without knowledge&lt;br /&gt;
&lt;br /&gt;
== Future Actions &amp;amp; WIP ==&lt;br /&gt;
&lt;br /&gt;
[http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions RSS feed] completed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to feed VEL direct to twitter&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The RSS feed is currently fed by item entry order and not by date fixed. &lt;br /&gt;
List as discussed in  [[jtopic:455746]] by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD] editing by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Security]]&lt;br /&gt;
[[Category:Component Management]]&lt;/div&gt;</summary>
		<author><name>Mandville</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Vulnerable_Extensions_List</id>
		<title>Vulnerable Extensions List</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Vulnerable_Extensions_List"/>
				<updated>2013-04-23T08:27:14Z</updated>
		
		<summary type="html">&lt;p&gt;Mandville: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- ***all wiki editors*** - do NOT touch without notice   --&amp;gt;&lt;br /&gt;
'''List prior to Jnuary 2011 ([[Archived vel|now archived]])''' Please check here also. &lt;br /&gt;
&amp;lt;!-- if you have altered the above line then revert your changes and contact me   --&amp;gt;&lt;br /&gt;
Please also check the [[Investigation of exploits|Extension Investigation List]].&lt;br /&gt;
 &lt;br /&gt;
== Check and Report.  ==&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions in the [[jforum:432|security forum]]  clearly marked with the first word in the title being ''Vulnerable'' where the security moderators or JSST team will respond. &lt;br /&gt;
This list is change protected,''' for additions or updates email''' ''vel @ joomla.org'' &lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
== How to use this list ==&lt;br /&gt;
'''Items will be removed after a suitable period and not on resolution.'''&lt;br /&gt;
&lt;br /&gt;
All known vulnerable extensions are the listed in the first column &amp;quot;Extension&amp;quot;. Any in a &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;red box &amp;lt;/span&amp;gt;are where we have not been given a fix. Any in a &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;turquoise box&amp;lt;/span&amp;gt; contain a link to the notice about an &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;update with link.&amp;lt;/span&amp;gt; Any that are in an uncolored box are a &amp;quot;Contact the Developer About This Extension&amp;quot;.&lt;br /&gt;
Alert Advisory details are in the center column.&lt;br /&gt;
If the &amp;quot;Extension Update Link &amp;amp; Date Column has &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;'''Not Known''' &amp;lt;/span&amp;gt; then it is where no update is known.&lt;br /&gt;
&lt;br /&gt;
'''This list is compiled from found information and may not be an up to date accurate list''' ''We do '''NOT''' promise to test or validate these reports. We do '''NOT''' guarantee the quality or effectiveness of any updates reported to us or listed here.''&lt;br /&gt;
To sign up for the feed please [http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions follow this link]&lt;br /&gt;
* We do not list BETA products, or extensions for J1.0.x&lt;br /&gt;
&lt;br /&gt;
== Developers - How to get yourself removed from the VEL ==&lt;br /&gt;
&lt;br /&gt;
Resolved items will be removed after a suitable period and not on resolution&lt;br /&gt;
&lt;br /&gt;
Please solve the issues and:&lt;br /&gt;
&lt;br /&gt;
* '''If JED listed''' &lt;br /&gt;
&lt;br /&gt;
To have your extension republished, please follow these steps:&lt;br /&gt;
&lt;br /&gt;
1- Solve the issues.&lt;br /&gt;
&lt;br /&gt;
2- Attach the new zip file at your actual JED listing.&lt;br /&gt;
&lt;br /&gt;
3- Change the extension version at JED listing.&lt;br /&gt;
&lt;br /&gt;
4- Make sure to include a notice in the JED description to the fact that the new release is a &amp;quot;Security Release&amp;quot; and those who use the extension should upgrade immediately.&lt;br /&gt;
&lt;br /&gt;
5- Email the VEL team with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website&lt;br /&gt;
&lt;br /&gt;
6- Create a [http://bit.ly/velunlist JED listing owner ticket] to the JED with a notice and ask that your listing be republished. Include the full details of your new version number and security notice page&lt;br /&gt;
&lt;br /&gt;
VEL email can be found above and the JED support link is in your notice of &amp;quot;unpublication&amp;quot; [http://extensions.joomla.org/component/maqmahelpdesk/ and here] &lt;br /&gt;
&lt;br /&gt;
* '''If not JED listed.''' &lt;br /&gt;
Inform us by '''email''' with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website.&lt;br /&gt;
&lt;br /&gt;
== January 2012 and onwards Reported Vulnerable Extensions ==&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  alfcontact ==&lt;br /&gt;
|xss&lt;br /&gt;
|230413&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  aiContactSafe 2.0.19 ==&lt;br /&gt;
|xss&lt;br /&gt;
|160413&lt;br /&gt;
|developer release statement  [http://www.algisinfo.com/en/home-bottom/41-xss-in-aicontactsafe.html for version 2.0.21] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RSfiles==&lt;br /&gt;
|SQL&lt;br /&gt;
|180313&lt;br /&gt;
|developer release statement  [http://www.rsjoomla.com/support/documentation/view-knowledgebase/141-changelog.html for version 12] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  1.6.8 update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Collector    ==&lt;br /&gt;
|Various [steevo.fr]&lt;br /&gt;
|230113&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  tz guestbook   ==&lt;br /&gt;
|Various &lt;br /&gt;
|100113&lt;br /&gt;
|developer release statement [http://www.templaza.com/item/256-tz-guestbook-v1-1-2-security-release for 1.1.2]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== extplorer    ==&lt;br /&gt;
| 2.1.2, 2.1.1, 2.1.0 and 2.1.0RC5 are vulnerable to an authentication bypass&lt;br /&gt;
|251212&lt;br /&gt;
|developer [http://extplorer.net/news/12  update to 2.1.3 statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JooProperty    ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|101212&lt;br /&gt;
|developer release new version 1.13.1 -  [http://jooproperty.com/en/forum/last-jooproperty-release/277-important-security-fix-released-please-update.html#277 upgrade notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ag google analytic    ==&lt;br /&gt;
|Various&lt;br /&gt;
|061212&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== sh404sef &amp;lt;3.7.0 ==&lt;br /&gt;
|Undisclosed sh404SEF 3.4.x, 3.5.x, 3.6.x for Joomla 2.5&lt;br /&gt;
|26112&lt;br /&gt;
|developer [http://anything-digital.com/sh404sef/news/releases/sh404sef-3_7_0_1485-released.html statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Login Failed Log     ==&lt;br /&gt;
|23112&lt;br /&gt;
|ID - information disclosure&lt;br /&gt;
|developer [http://www.jm-experts.com/extensions-tools/login-failed-log release statement] to ver 1.5.4&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== jNews==&lt;br /&gt;
|&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joobi.co/index.php?option=com_content&amp;amp;view=article&amp;amp;id=8560:security-release-update-to-jnews-79x&amp;amp;catid=93:jnews&amp;amp;Itemid=225 statement to version  7.9.1] 151112&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Joombah Jobs    ==&lt;br /&gt;
|Upload restriction issues&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joombah.com/home/item/joombah-jobs-security-release-update-now statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== commedia    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|231012&lt;br /&gt;
|developer update [http://www.ecolora.com/index.php/15-commedia-a-mp3browser-new/77-commedia-3-2-is-not-vulnerable#english statement to version 3.2] 271012&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Kunena ==&lt;br /&gt;
|SQLi + ID&lt;br /&gt;
|221012&lt;br /&gt;
|Developer states [http://www.kunena.org/forum/announcement/id-52 current version not exploitable] by reported methods&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Icagenda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|Developer  [http://www.joomlic.com/en/extensions/icagenda   statement for 1.2.9] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JTag [joomlatag]   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==   Freestyle Support  ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|developer update [http://freestyle-joomla.com/help/announcements?announceid=60 statement 251012]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ACEFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|AceFTP 2.0.0 released. Developer [http://www.joomace.net/blog/aceftp/aceftp-200-has-been-released statement] 101012&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  MijoFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|*''reported fixed prior to notification''*&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  spider calendar lite   ==&lt;br /&gt;
|RFI &lt;br /&gt;
|180912&lt;br /&gt;
|developer release version 1.5 [http://web-dorado.com/products/joomla-calendar-module.html  version]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RokModule   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|Rereported 180912&lt;br /&gt;
|Developer states: no known exploits for our current versions [http://www.rockettheme.com/extensions-downloads/free/1012-rokmodule of RokModule Joomla 2.5 - v1.3 Joomla 1.5 - v1.4]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ICagenda   ==&lt;br /&gt;
| SQLi&lt;br /&gt;
|developer [http://www.joomlic.com/en/extensions/icagenda security release] - v1.2.1&lt;br /&gt;
|080912&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  En Masse cart   ==&lt;br /&gt;
|RFI&lt;br /&gt;
|060812&lt;br /&gt;
|Developer upgrade statement [http://www.matamko.com/news-update/14-en-masse-releases/142-announcement-for-security-release-enmasse-313.html   to 3.1.3]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   JCE (joomla content editor)  ==&lt;br /&gt;
|Upload Restriction &amp;lt;2.2.4 &lt;br /&gt;
|050812&lt;br /&gt;
|Developer states current version not exploitable &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RSGallery2  ==&lt;br /&gt;
|SQLi XSS&lt;br /&gt;
| 31 07 12&lt;br /&gt;
|Devleoper statement versions 3.2.0 for Joomla 2.5 and version 2.3.0 for Joomla 1.5  [http://www.rsgallery2.nl/topicseen./announcements/rsgallery2_3.2.0_and_2.3.0_released_16845.msg44046.html released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  osproperty   ==&lt;br /&gt;
|Unrestricted uploads&lt;br /&gt;
|160712&lt;br /&gt;
|Developer release [http://joomservices.com/components/ossolution-property.html version  2.0.3] 180712&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== KSAdvertiser     ==&lt;br /&gt;
| RFI &lt;br /&gt;
|160712&lt;br /&gt;
|The security update version 1.5.72 advise can be found here:&lt;br /&gt;
[http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=251:kiss-advertiser-sicherheitsupdate&amp;amp;catid=69&amp;amp;Itemid=361&amp;amp;lang=de German] [http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=252:kiss-advertiser-security-update&amp;amp;catid=21&amp;amp;Itemid=362&amp;amp;lang=en English]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Shipping by State for Virtuemart   ==&lt;br /&gt;
|elevated permissions (http://web-expert.gr/en)&lt;br /&gt;
|160612&lt;br /&gt;
| [http://web-expert.gr/en/commersial/virtuemart-shipping-by-state-component Upgrade to v2.5 download] commercial product 300612&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ownbiblio 1.5.3   ==&lt;br /&gt;
|SQLi + &lt;br /&gt;
|250512&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  Ninjaxplorer &amp;lt;=1.0.6   ==&lt;br /&gt;
|developer notification&lt;br /&gt;
|250412&lt;br /&gt;
|developer statement [http://ninjaforge.com/blog/318-security-vulnerability-discovered-in-ninjaxplorer-upgrade-immediately upgrade to 1.0.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Phoca Fav Icon    ==&lt;br /&gt;
|Permissions Rewrite&lt;br /&gt;
|150412&lt;br /&gt;
| [http://www.phoca.cz/news/30-phoca-news/633-phoca-favicon-203-released developer update 2.0.3 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  estateagent improved   ==&lt;br /&gt;
|sqli (eaimproved.eu)&lt;br /&gt;
|110412&lt;br /&gt;
|developer states previous version, not current version&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  bearleague   ==&lt;br /&gt;
|110412&lt;br /&gt;
|sql &lt;br /&gt;
|(no longer maintained)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JLive! Chat v4.3.1   ==&lt;br /&gt;
|DT &lt;br /&gt;
|060412&lt;br /&gt;
|Developer reports [http://www.cmsfruit.com/security-measures.html  as unproven]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   virtuemart 2.0.2  ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|050412&lt;br /&gt;
|developers [http://virtuemart.net/news/list-all-news/417-happy-easter-new-virtuemart-204-released-security-update-sqli release statement]Current version 2.0.6 released&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JE testimonial    ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|230312&lt;br /&gt;
|Developer states '''malicious report.'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JaggyBlog   ==&lt;br /&gt;
|excessive file permission &lt;br /&gt;
|090212&lt;br /&gt;
|version 1.3.1 [http://www.jaggysnake.co.uk/products/jaggyblog released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Quickl Form   ==&lt;br /&gt;
|xss&lt;br /&gt;
|260112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  com_advert   ==&lt;br /&gt;
|sqli - unknown developer&lt;br /&gt;
|240112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla Discussions Component    ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|Discussions 1.4.1 released  [http://www.codingfish.com/news/38-joomla/101-discussions-141-released developer statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== HD Video Share (contushdvideoshare)  ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|updated [http://www.hdvideoshare.net version 2.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== January 2011 - Jan 2012  Reported Vulnerable Extensions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions either in the [[jforum:432]] security topic clearly marked with the first word in the title being ''Vulnerable Report'' where the security moderators or JSST team will respond or via email to the VEL team. For a guide to the [http://docs.joomla.org/Vulnerable_Extensions_List#Codes_used codes]&lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Dshop    ==&lt;br /&gt;
|sqli (possibly dhrusya.com)&lt;br /&gt;
|201111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  QContacts 1.0.6   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|131211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jobprofile  1.0 ==&lt;br /&gt;
|  SQL Injection Vulnerability&lt;br /&gt;
|051211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JX Finder 2.0.1   ==&lt;br /&gt;
| XSS Vulnerabilities&lt;br /&gt;
|011211&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  wdbanners   ==&lt;br /&gt;
|Unknown Exploit&lt;br /&gt;
|301111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  JB Captify Content  J1.5 and J1.7     ==&lt;br /&gt;
|Security checks missing -Versions prior to JB_mod_captifyContent_J1.5_J1.7_1.0.1.zip&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [http://joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JB Microblog   ==&lt;br /&gt;
|Security checks missing - J1.7 only. Versions prior to 1.10.3 &lt;br /&gt;
|14111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Slideshow &amp;lt;3.5.1,   ==&lt;br /&gt;
|Security checks missing&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Bamboobox   ==&lt;br /&gt;
|Security checks missing - J1.5 all versions prior to 1.2.2 &lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  RokModule    ==&lt;br /&gt;
|SQLI - exploits     RokStock RokWeather RokNewspager&lt;br /&gt;
|121111&lt;br /&gt;
|developer release statement [http://www.rockettheme.com/blog/extensions/1300-important-security-vulnerability-fixed    RokModule v1.3 for Joomla 1.7   RokModule v1.4 for Joomla 1.5]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  hm community   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
|011111&lt;br /&gt;
|developer release [http://joomlaextensions.co.in/product/HM-Community 1.01]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Alameda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|01111&lt;br /&gt;
|developer statement [http://www.blueflyingfish.com/alameda/index.php?option=com_content&amp;amp;view=category&amp;amp;id=5&amp;amp;Itemid=28 and Latest version number v1.0.1.]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Techfolio 1.0    ==&lt;br /&gt;
|Techfolio 1.0 SQLI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Barter Sites 1.3  ==&lt;br /&gt;
|Barter Sites 1.3 SQL Injection &amp;amp; Persistent XSS vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer [http://my.barter-sites.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=6&amp;amp;Itemid=25 release 1.3.1] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Jeema SMS 3.2  ==&lt;br /&gt;
|Jeema SMS 3.2 Multiple Vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer resolution notice [http://jeema.net/about-us/securty-releases.html for 3.5.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Vik Real Estate 1.0   ==&lt;br /&gt;
|Vik Real Estate 1.0  Multiple Blind SqlI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== yj contact    ==&lt;br /&gt;
|LFI (youjoomla contact)&lt;br /&gt;
|241011&lt;br /&gt;
|developer update statement [http://www.youjoomla.com/yj-contact-us-1.0.1-released.html 261011]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   NoNumber Framework  ==&lt;br /&gt;
| Advanced Module Manager * AdminBar Docker * Add to Menu * Articles Anywhere * What? Nothing!* Tooltips* Tabber* Sourcerer* Slider* Timed Styles* Modules Anywhere* Modalizer* ReReplacer* Snippets* DB Replacer* CustoMenu* Content Templater* CDN for Joomla!* Cache Cleaner* Better Preview&lt;br /&gt;
|181011&lt;br /&gt;
|see http://feeds.feedburner.com/nonumber/news for updates of various extensions&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Time Returns    ==&lt;br /&gt;
|SQLi takeaweb.it&lt;br /&gt;
|151011&lt;br /&gt;
|No longer developed. New version 2.0.1 for Joomla 1.6/1.7 (old version are no longer supported) http://www.takeaweb.it&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|300811&lt;br /&gt;
|developer advice [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64&amp;amp;Itemid=59 page] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jumi    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|300811&lt;br /&gt;
|Developer states proper use of joomla administration/extension documentation reading&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla content editor    ==&lt;br /&gt;
|JCE lfi/rfi vulnerability&lt;br /&gt;
|&lt;br /&gt;
|JCE 2.0.11 and JCE 1.5.7.14 [http://www.joomlacontenteditor.net/news/item/jce-2011-released have been released]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Google Website Optimizer  ==&lt;br /&gt;
|Numerous vulnerabilities. Website Optimizer, Pearl Group&lt;br /&gt;
|290811&lt;br /&gt;
|developer update [http://www.pearl-group.com/optimizer-changelog statement to ver. 1.4.0] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Almond Classifieds   ==&lt;br /&gt;
|777 Folder settings (all folders it uses are set to 777 including previously 755 locked folders) &lt;br /&gt;
|260811&lt;br /&gt;
|developer resolution [http://www.almondsoft.com/acj/ notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== joomtouch    ==&lt;br /&gt;
|LFI/RFI&lt;br /&gt;
|180811&lt;br /&gt;
|developers [http://www.joomtouch.com/ultime/4-risolta-la-vulnerabilita-di-joomtouch.html resolution notice  1.0.3]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RAXO All-mode PRO   ==&lt;br /&gt;
|Timthumb  RFI &lt;br /&gt;
|110811&lt;br /&gt;
|[http://raxo.org/forum/viewtopic.php?f=2&amp;amp;t=60#p2056 developer upgrade 1.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  V-portfolio   ==&lt;br /&gt;
|DT - open folders&lt;br /&gt;
|110811&lt;br /&gt;
| [http://vsmart-extensions.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=61 developer resolution statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== obSuggest    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|310711&lt;br /&gt;
|developer [http://foobla.com/news/latest/obsuggest-1.8-security-release.html release statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple Page    ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|developer update [http://omar84.com/latest-news/65-simple-page-options-1517-security-release statement] v1.5.17 has been released&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/components/je-story-submit.html devloper security update] notice to ver 1.9&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   appointment booking pro  ==&lt;br /&gt;
|LFI 22071&lt;br /&gt;
|&lt;br /&gt;
|[http://appointmentbookingpro.com/index.php?option=com_kunena&amp;amp;Itemid=66&amp;amp;func=view&amp;amp;catid=25&amp;amp;id=8129#8129 developer update security announcement] Current 2.0.1 and 1.4.x versions, are '''not''' vulnerable,&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  acajoom   ==&lt;br /&gt;
|xss (admin permission required)&lt;br /&gt;
|220711&lt;br /&gt;
|updated to 5.20&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  gTranslate   ==&lt;br /&gt;
|ID - &lt;br /&gt;
|220711&lt;br /&gt;
|[http://edo.webmaster.am/gtranslate-changelog developer security release] 1.5 x.25 and 1.6 x.26.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  alpharegistration    ==&lt;br /&gt;
|http://www.alphaplug.com/ Please contact the developer for any questions on this extension&lt;br /&gt;
|170711 220711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jforce    ==&lt;br /&gt;
|DT - &lt;br /&gt;
|170711&lt;br /&gt;
| [http://www.jforce.com/blog/270-jforce-security-release.html developer states The new version number v1.5r1362 resolves the problem] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Flash Magazine Deluxe Joomla   ==&lt;br /&gt;
|ID [http://www.joomplace.com/joomla-components/flash-magazine-deluxe-component.html multiple vulnerabilities]&lt;br /&gt;
|170711&lt;br /&gt;
|[http://www.joomplace.com/news-blog/flashmagazine-deluxe-2-1-4-security-release.html developer release] 2.1.4&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== AVreloaded    ==&lt;br /&gt;
|SQLi - version 1.2.6&lt;br /&gt;
|150711&lt;br /&gt;
|[http://allvideos.fritz-elfert.de/ 1.2.7 released developer release statement 160711] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  Sobi   ==&lt;br /&gt;
|SQLI - &lt;br /&gt;
|130711&lt;br /&gt;
|[http://www.sigsiu.net/changelog developer fix and update statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  fabrik   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|120711&lt;br /&gt;
|[http://fabrikar.com/downloads/details/36/89 Developers Update statement 2.1]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  xmap   ==&lt;br /&gt;
|sqli 1.2.11 &lt;br /&gt;
|120711&lt;br /&gt;
|upgrade to 1.2.12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Atomic Gallery     ==&lt;br /&gt;
|Creates 777 folders [http://www.atomicon.nl/atomicongallery Atomic gallery] &lt;br /&gt;
|110711&lt;br /&gt;
|developer [http://www.atomicon.nl/atomicongallery#changelog release statement/changelog]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  myApi   ==&lt;br /&gt;
|ID [http://extensions.joomla.org/component/mtree/social-web/facebook-integration/11624 Contains &amp;quot;Call-Home&amp;quot; function. Sends private user information to developer.] &lt;br /&gt;
|020711&lt;br /&gt;
|[http://www.myapi.co.uk/ Developer states Use version 1.3.4.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  mdigg   ==&lt;br /&gt;
|SQL I (not listed in JED)&lt;br /&gt;
|020711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Calc Builder   ==&lt;br /&gt;
|sqli + ID&lt;br /&gt;
|180611&lt;br /&gt;
| [http://components.moonsoft.es/downloadcalcbuilder  dev security release 0.0.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Cool Debate    ==&lt;br /&gt;
|Cool Debate 1.03 LFI&lt;br /&gt;
|&lt;br /&gt;
| version [http://www.acoolsip.com/development/a-cool-debate.html 1.0.8 released.] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Scriptegrator Plugin 1.5.5==&lt;br /&gt;
|LFI&lt;br /&gt;
|140611&lt;br /&gt;
| [http://www.greatjoomla.com/news/index.html  Update - Core Design Scriptegrator plugin 2.0.9 &amp;amp;] 1.5.6&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Joomnik Gallery   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/joomnik/ developer update to 0.9.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JMS fileseller   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|0611&lt;br /&gt;
|[http://joommasters.com/commercial-extensions/components/jms-fileseller.html developer upgrade announcement to v1.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sh404SEF   ==&lt;br /&gt;
|low-level XSS security issue&lt;br /&gt;
|300511&lt;br /&gt;
|[http://dev.anything-digital.com/Forum/Announcements/11147-sh404SEF-2.2.6-now-available-for-Joomla-1.5/ Dev upgrade statement to 2.2.6]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story submit    ==&lt;br /&gt;
|LFI/RFI &lt;br /&gt;
|&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/modules/je-content-menu.html?page=shop.product_details&amp;amp;flypage=flypage.tpl&amp;amp;product_id=77&amp;amp;category_id=13&amp;amp;vmcchk=1 developer states Version 1.8]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   FCKeditor   ==&lt;br /&gt;
|File Upload Vulnerability&lt;br /&gt;
|230511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== KeyCaptcha    ==&lt;br /&gt;
|ID &lt;br /&gt;
|190511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ask A Question AddOn v1.1   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|160511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Global Flash Gallery     ==&lt;br /&gt;
|flash-gallery.com xss &lt;br /&gt;
|130511&lt;br /&gt;
|[http://flash-gallery.com/help/joomla-extension/faq/security-update-0.5.0/ dev release 0.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== com_google     ==&lt;br /&gt;
|LFI [http://freejoomlacomponent.appspot.com/ com_google]&lt;br /&gt;
|080511&lt;br /&gt;
|[http://freejoomlacomponent.appspot.com/securityrelease.html devs update to 1.5.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  docman   ==&lt;br /&gt;
|com-docman Input Validation Error &lt;br /&gt;
|160511&lt;br /&gt;
|[http://forum.joomla.org/viewtopic.php?p=2502904#p2502904 devs resolution statement, report for old version]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Newsletter Subscriber    ==&lt;br /&gt;
|XSS &lt;br /&gt;
|120511&lt;br /&gt;
|[http://mavrosxristoforos.com/joomla-extensions/free/newsletter-subscriber Deveopler update]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Akeeba   ==&lt;br /&gt;
|akkeba backup and joomlapack&lt;br /&gt;
|170411&lt;br /&gt;
|[https://www.akeebabackup.com/home/item/1091-akeeba-backup-3-2-7.html dev update to 3.2.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Facebook Graph Connect   ==&lt;br /&gt;
|SID. call home device with user credentials&lt;br /&gt;
|120411&lt;br /&gt;
|[http://www.sikkimonline.info/security-notice dev update notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== booklibrary    ==&lt;br /&gt;
|SQLi ordasoft booklibrary&lt;br /&gt;
|180311&lt;br /&gt;
|[http://ordasoft.com/Book-Library/security-upgrade-instructions-for-book-library.html developer upgrade instructions]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== semantic    ==&lt;br /&gt;
|com semantic http://www.scms.es/joomla creates hidden admin users &lt;br /&gt;
|150311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JOMSOCIAL 2.0.x 2.1.x   ==&lt;br /&gt;
|SID, open folders&lt;br /&gt;
|120311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  flexicontent   ==&lt;br /&gt;
|forced 777, malicious files &lt;br /&gt;
|250311&lt;br /&gt;
|[http://www.flexicontent.org/home/item/192-flexicontent-154-is-finally-out.html devs resolve statement], [http://www.flexicontent.org/downloads/latest-version.html Changelog]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== jLabs Google Analytics Counter     ==&lt;br /&gt;
|jLabs Google Analytics Counter  SID&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  xcloner   ==&lt;br /&gt;
|Unspecified&lt;br /&gt;
|260211&lt;br /&gt;
|[http://www.xcloner.com/xcloner-news/important-security-upgrade/ dev announcement of security release]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== smartformer    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|230211 (repeat of 041110)&lt;br /&gt;
|[http://www.itoris.com/joomla-form-builder-smartformer.html v2.4.1 security fix for Joomla 1.5.x]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== xmap 1.2.10    ==&lt;br /&gt;
|Malicious payload in zip&lt;br /&gt;
|230211&lt;br /&gt;
|[http://joomla.vargas.co.cr/en/news/4-xmap/95-security-notice developer resolution notic]e Clean version available from [http://joomlacode.org/gf/project/xmap/frs/ joomlacode] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Frontend-User-Access 3.4.1  ==&lt;br /&gt;
|Frontend-User-Access 3.4.1 from http://www.pages-and-items.com LFI&lt;br /&gt;
|030211&lt;br /&gt;
|update to [http://extensions.joomla.org/extensions/access-a-security/frontend-access-control/6874 Frontend-User-Access 3.4.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  com properties 7134   ==&lt;br /&gt;
| http://com-property.com/ malicious files in script&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/property/frs/?action=FrsReleaseBrowse&amp;amp;frs_package_id=5815 Dev update statement]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  B2 Portfolio ==&lt;br /&gt;
|B2 portfolio 1.0 SQLi pulseextensions.com&lt;br /&gt;
|250111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  allcinevid   ==&lt;br /&gt;
|SQLI http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/15367&lt;br /&gt;
|220111&lt;br /&gt;
|[http://www.joomtraders.com/our-blog/allcinevid-1.0-sql-injection.html Developers resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== People Component    ==&lt;br /&gt;
|People component http://www.ptt-solution.com/vmchk/people-component.html sqli&lt;br /&gt;
|150111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jimtawl    ==&lt;br /&gt;
|Jimtawl LFI &lt;br /&gt;
|251110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Maian Media SILVER  ==&lt;br /&gt;
|Maian Media SQLi&lt;br /&gt;
|151110&lt;br /&gt;
|Developer states unproven in free edition, paid/SILVER version is being upgraded. [http://www.aretimes.com/index.php?option=com_content&amp;amp;view=category&amp;amp;layout=blog&amp;amp;id=40&amp;amp;Itemid=113 dev article]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  alfurqan  ==&lt;br /&gt;
|alfurqan 1.5 sqli&lt;br /&gt;
|151110&lt;br /&gt;
|developer update [http://forums.islamis4u.com/index.php/topic%2c83.0.html statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ccboard   ==&lt;br /&gt;
|[http://extensions.joomla.org/extensions/communication/forum/6823 ccboard XSS and SQLi]&lt;br /&gt;
|131110&lt;br /&gt;
| on my site at [http://codeclassic.org/component/content/article/1-latest-news/83-ccboard-13-released.html] Please find the respective update information&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   ProDesk v 1.5  ==&lt;br /&gt;
|LFI &lt;br /&gt;
|091110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sponsorwall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
|developer  [http://demo.pulseextensions.com/sponsor-wall.html resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Flip wall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
| developer http://demo.pulseextensions.com/flip-wall.html update notice  [http://www.example.com link title]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Freestyle FAQ 1.5.6     ==&lt;br /&gt;
|http://freestyle-joomla.com/fssdownloads/viewcategory/2 Freestyle FAQ 1.5.6 ‎SQL Injection&lt;br /&gt;
|&lt;br /&gt;
|[http://freestyle-joomla.com/index.php?announceid=43 new version (1.9.0) is available which fixes] the security issues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   iJoomla Magazine 3.0.1  ==&lt;br /&gt;
|iJoomla Magazine 3.0.1 RFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Clantools   ==&lt;br /&gt;
| &lt;br /&gt;
|http://www.joomla-clantools.de/downloads/doc_download/7-clantools-123.html clantool sqli&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jphone   ==&lt;br /&gt;
|jphone LFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  PicSell    ==&lt;br /&gt;
|[http://vm.xmlswf.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=104&amp;amp;Itemid=131Picsell LFD, 777]&lt;br /&gt;
|020910&lt;br /&gt;
|new version [http://vm.xmlswf.com/picsell released 150312]  version number 11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Zoom Portfolio   ==&lt;br /&gt;
|SID&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   zina   ==&lt;br /&gt;
|[http://www.pancake.org/zina/ SQL Injection]&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Team's   ==&lt;br /&gt;
|[http://www.joomlamo.com Teams extension] SQL Injection &lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Amblog    ==&lt;br /&gt;
|[http://robitbt.hu/jm/index.php?option=com_amdownloader&amp;amp;task=showfiles&amp;amp;pathid=8 Amblog] SQLi&lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   wmtpic  ==&lt;br /&gt;
|www.webmaster-tips.net various&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Jomtube    ==&lt;br /&gt;
|http://www.jomtube.com/ SID&lt;br /&gt;
|220710&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Rapid Recipe    ==&lt;br /&gt;
|http://www.rapid-source.com Persistent XSS Vulnerability last known fix version 1.7.2 &lt;br /&gt;
|july 10,2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Health &amp;amp; Fitness Stats   ==&lt;br /&gt;
|http://joomla-extensions.instantiate.co.uk/jcomponents/healthstats Persistent XSS Vulnerability july 10,2010 &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  staticxt   ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/edition/custom-code-in-content/2184  no version number provided&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   quickfaq  ==&lt;br /&gt;
|http://www.schlu.net sqli&lt;br /&gt;
|090710&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==    Minify4Joomla  ==&lt;br /&gt;
|http://waltercedric.com/ LFI and xss&lt;br /&gt;
|090710&lt;br /&gt;
|No longer available to download&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   IXXO Cart   ==&lt;br /&gt;
|http://www.php-shop-system.com/ SQLi LFI XSS Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|developer resolution [http://support.ixxoglobal.com/index.php?/News/NewsItem/View/22/ixxo-cart-new-release-v41190 notice] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  PaymentsPlus   ==&lt;br /&gt;
|http://paymentsplus.com.au/ 2.1.5 Blind SQL Injection Vulnerability&lt;br /&gt;
|090710 &lt;br /&gt;
|current version 2.20, 2.1.5 not listed on dev site&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ArtForms   ==&lt;br /&gt;
|http://joomlacode.org/gf/project/jartforms/ ArtForms 2.1b7.2 RC2 Multiple Remote Vulnerabilities&lt;br /&gt;
|090710&lt;br /&gt;
| Old beta extension &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  autartimonial   ==&lt;br /&gt;
|autartica.be Sqli Vulnerability&lt;br /&gt;
|060710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== eventcal 1.6.4    ==&lt;br /&gt;
|http://joomlacode.org/gf/project/eventcal/frs/ SQL I  last update 2006-12-31 on joomlacode&lt;br /&gt;
|040710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== date converter    ==&lt;br /&gt;
|http://sourceforge.net/projects/date-converter/ sqli&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== real estate    ==&lt;br /&gt;
|http://www.opensourcetechnologies.com/demos/real-estate.html RFI&lt;br /&gt;
|210610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  cinema   ==&lt;br /&gt;
|SQL injection&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Jreservation  ==&lt;br /&gt;
|http://jforjoomla.com/ SQLi Vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   joomdocs  ==&lt;br /&gt;
|http://joomclan.com/index.php/JoomDocs/ xss vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Live Chat    ==&lt;br /&gt;
|http://www.joompolitan.com/livechat.html Multiple Remote Vulnerabilities &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Turtushout 0.11    ==&lt;br /&gt;
| http://www.turtus.org.ua/files?func=fileinfo&amp;amp;id=13 SQL Injection (again)&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  BF Survey Pro Free   ==&lt;br /&gt;
|BF Survey Pro Free SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|Product marker as retired by the developer&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MisterEstate   ==&lt;br /&gt;
|http://www.misterestate.com/ Blind SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  RSMonials    ==&lt;br /&gt;
|http://www.rswebsols.com/downloads/category/14-download-rsmonials-all?download=23%3Adownload-rsmonials-component XSS Exploit&lt;br /&gt;
|190610&lt;br /&gt;
|Believed to be 1.5.1 version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Answers v2.3beta   ==&lt;br /&gt;
|Multiple Vulnerabilities http://extensions.joomla.org/extensions/communication/forum/12652&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Gallery XML 1.1   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/photos-a-images/photo-gallery/12504&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JFaq 1.2   ==&lt;br /&gt;
|JFaq 1.2 Multiple Vulnerabilities&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Listbingo 1.3   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/ads-a-affiliates/classified-ads/12062&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Alpha User Points    ==&lt;br /&gt;
|www.alphaplug.com LFI&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   recruitmentmanager  ==&lt;br /&gt;
|http://recruitment.focusdev.co.uk Upload Vulnerability&lt;br /&gt;
|130610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Info Line (MT_ILine)    ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/news-display/news-tickers-a-scrollers/8425 reports of shell scripts in download file&lt;br /&gt;
|120610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ads manager  Annonce   ==&lt;br /&gt;
|http://joomla.clubnautiquemarine.fr/ &lt;br /&gt;
Upload Vulnerability&lt;br /&gt;
| 05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  lead article    ==&lt;br /&gt;
|http://www.leadya.co.il/ SQLi&lt;br /&gt;
|050610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  djartgallery   ==&lt;br /&gt;
|http://www.design-joomla.eu Multiple Vul&lt;br /&gt;
|05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Gallery 2 Bridge    ==&lt;br /&gt;
|[http://trac.4theweb.nl/g2bridge g2bridge] LFI vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jsjobs   ==&lt;br /&gt;
|[http://www.joomsky.com jsjobs] SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Poll  ==&lt;br /&gt;
|http://slideshow.joomlaextensions.co.in/ SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MediQnA   ==&lt;br /&gt;
|MediQnA LFI vulnerability version : v1.1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Job  ==&lt;br /&gt;
|http://joomlaextensions.co.in/ LFI SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  SectionEx   ==&lt;br /&gt;
|Stack Ideas section Ex LFI&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ActiveHelper LiveHelp    ==&lt;br /&gt;
|XSS in [http://extensions.joomla.org/extensions/communication/chat/12492 LiveHelp] &lt;br /&gt;
|200510&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  JE Quotation Form   ==&lt;br /&gt;
|http://joomlaextensions.co.in/free-download/doc_download/11-je-quotation-form.html  LFI&lt;br /&gt;
|&lt;br /&gt;
|developers statement of [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form resolution]  '''note''', now known as [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form JE Quote Form] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  konsultasi   ==&lt;br /&gt;
|SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Seber Cart    ==&lt;br /&gt;
|Local File Disclosure Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|[http://www.sebercart.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=158 Developer Update 140510]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Camp26 Visitor    ==&lt;br /&gt;
|RFI www.camp26.biz&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   JE Property  ==&lt;br /&gt;
|JE Property Finder Upload Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Noticeboard  ==&lt;br /&gt;
|Noticeboard for Joomla &amp;quot;controller&amp;quot; Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==SmartSite     ==&lt;br /&gt;
|SmartSite com_smartsite Local File Inclusion Vulnerability &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  htmlcoderhelper graphics   ==&lt;br /&gt;
|htmlcoderhelper graphics v1.0.6 LFI Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
== Ultimate Portfolio    ==&lt;br /&gt;
|Ultimate Portfolio  Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Archery Scores   ==&lt;br /&gt;
| [http://lispeltuut.org/ Archery Scores (com_archeryscores) v1.0.6 LFI Vulnerability]&lt;br /&gt;
&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  ZiMB Manager   ==&lt;br /&gt;
|Joomla Component ZiMB Manager Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Matamko   ==&lt;br /&gt;
|Matamko Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Root   ==&lt;br /&gt;
|Multiple Root Local File Inclusion Vulnerability http://joomlacomponent.inetlanka.com/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Map   ==&lt;br /&gt;
|Multiple Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Contact Us Draw Root Map  ==&lt;br /&gt;
|Draw Root Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  iF surfALERT   ==&lt;br /&gt;
|[http://www.inertialfate.za.net/ iF surfALERT] Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   GBU FACEBOOK  ==&lt;br /&gt;
|GBU FACEBOOK SQL injection vulnerability http://www.gbugrafici.nl/gbufacebook/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   jnewspaper  ==&lt;br /&gt;
|jnewspaper (cid) SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
== MT Fire Eagle ==&lt;br /&gt;
&lt;br /&gt;
|LFI http://joomlacode.org/gf/project/jfireeagle/frs/ http://www.moto-treks.com&lt;br /&gt;
| 190410&lt;br /&gt;
| product considered retired and to be replaced by dev&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Sweetykeeper   ==&lt;br /&gt;
|Sweetykeeper Local File Inclusion Vulnerability  http://www.joomlacorner.com/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  jvehicles   ==&lt;br /&gt;
|SQL Injection http://jvehicles.com&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  worldrates   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  cvmaker   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  advertising   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   horoscope  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   webtv  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  diary   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Memory Book   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  JprojectMan   ==&lt;br /&gt;
|LFI http://extensions.joomla.org/extensions/communities-a-groupware/project-a-task-management/5676&lt;br /&gt;
|110410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   econtentsite  ==&lt;br /&gt;
|LFI&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    Jvehicles ==&lt;br /&gt;
|ID&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    gigcalender   ==&lt;br /&gt;
&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/calendars-a-events/events/97)http://extensions.joomla.org/extensions/calendars-a-events/events/97 gigcalender]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    heza content   ==&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427)http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427  heza content]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  SqlReport   ==&lt;br /&gt;
|Sqlreport has a sql/RFI exploit. awaiting confirmation on exact developer.&lt;br /&gt;
|Feb 20&lt;br /&gt;
|'''Not Known'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Yelp ==&lt;br /&gt;
| SQLi - Unable to locate developer. Possibly a custom extension.&lt;br /&gt;
|Feb 01 &lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; | '''  Not Known'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''This list is change protected, for updates or additions [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=87230 lafrance] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD]&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
== Codes used ==&lt;br /&gt;
SQLi - SQL injection [http://en.wikipedia.org/wiki/Code_injection#SQL_injection wikipedia]&lt;br /&gt;
&lt;br /&gt;
LFI - Local File Inclusion [http://www.scribd.com/doc/6498408/Remote-and-Local-File-Inclusion-Explained scribd]&lt;br /&gt;
&lt;br /&gt;
RFI - Remote file inclusion [http://en.wikipedia.org/wiki/Remote_File_Inclusion wikipedia]&lt;br /&gt;
&lt;br /&gt;
DT - Directory Traversal [http://en.wikipedia.org/wiki/Directory_traversal wikipedia] (incl 777 folders)&lt;br /&gt;
&lt;br /&gt;
ID = Information Disclosure: account information or sensitive information publicly viewable, or passed to 3rd party without knowledge&lt;br /&gt;
&lt;br /&gt;
== Future Actions &amp;amp; WIP ==&lt;br /&gt;
&lt;br /&gt;
[http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions RSS feed] completed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to feed VEL direct to twitter&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The RSS feed is currently fed by item entry order and not by date fixed. &lt;br /&gt;
List as discussed in  [[jtopic:455746]] by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD] editing by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Security]]&lt;br /&gt;
[[Category:Component Management]]&lt;/div&gt;</summary>
		<author><name>Mandville</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Vulnerable_Extensions_List</id>
		<title>Vulnerable Extensions List</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Vulnerable_Extensions_List"/>
				<updated>2013-04-16T18:56:33Z</updated>
		
		<summary type="html">&lt;p&gt;Mandville: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- ***all wiki editors*** - do NOT touch without notice   --&amp;gt;&lt;br /&gt;
'''List prior to Jnuary 2011 ([[Archived vel|now archived]])''' Please check here also. &lt;br /&gt;
&amp;lt;!-- if you have altered the above line then revert your changes and contact me   --&amp;gt;&lt;br /&gt;
Please also check the [[Investigation of exploits|Extension Investigation List]].&lt;br /&gt;
 &lt;br /&gt;
== Check and Report.  ==&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions in the [[jforum:432|security forum]]  clearly marked with the first word in the title being ''Vulnerable'' where the security moderators or JSST team will respond. &lt;br /&gt;
This list is change protected,''' for additions or updates email''' ''vel @ joomla.org'' &lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
== How to use this list ==&lt;br /&gt;
'''Items will be removed after a suitable period and not on resolution.'''&lt;br /&gt;
&lt;br /&gt;
All known vulnerable extensions are the listed in the first column &amp;quot;Extension&amp;quot;. Any in a &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;red box &amp;lt;/span&amp;gt;are where we have not been given a fix. Any in a &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;turquoise box&amp;lt;/span&amp;gt; contain a link to the notice about an &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;update with link.&amp;lt;/span&amp;gt; Any that are in an uncolored box are a &amp;quot;Contact the Developer About This Extension&amp;quot;.&lt;br /&gt;
Alert Advisory details are in the center column.&lt;br /&gt;
If the &amp;quot;Extension Update Link &amp;amp; Date Column has &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;'''Not Known''' &amp;lt;/span&amp;gt; then it is where no update is known.&lt;br /&gt;
&lt;br /&gt;
'''This list is compiled from found information and may not be an up to date accurate list''' ''We do '''NOT''' promise to test or validate these reports. We do '''NOT''' guarantee the quality or effectiveness of any updates reported to us or listed here.''&lt;br /&gt;
To sign up for the feed please [http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions follow this link]&lt;br /&gt;
* We do not list BETA products, or extensions for J1.0.x&lt;br /&gt;
&lt;br /&gt;
== Developers - How to get yourself removed from the VEL ==&lt;br /&gt;
&lt;br /&gt;
Resolved items will be removed after a suitable period and not on resolution&lt;br /&gt;
&lt;br /&gt;
Please solve the issues and:&lt;br /&gt;
&lt;br /&gt;
* '''If JED listed''' &lt;br /&gt;
&lt;br /&gt;
To have your extension republished, please follow these steps:&lt;br /&gt;
&lt;br /&gt;
1- Solve the issues.&lt;br /&gt;
&lt;br /&gt;
2- Attach the new zip file at your actual JED listing.&lt;br /&gt;
&lt;br /&gt;
3- Change the extension version at JED listing.&lt;br /&gt;
&lt;br /&gt;
4- Make sure to include a notice in the JED description to the fact that the new release is a &amp;quot;Security Release&amp;quot; and those who use the extension should upgrade immediately.&lt;br /&gt;
&lt;br /&gt;
5- Email the VEL team with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website&lt;br /&gt;
&lt;br /&gt;
6- Create a [http://bit.ly/velunlist JED listing owner ticket] to the JED with a notice and ask that your listing be republished. Include the full details of your new version number and security notice page&lt;br /&gt;
&lt;br /&gt;
VEL email can be found above and the JED support link is in your notice of &amp;quot;unpublication&amp;quot; [http://extensions.joomla.org/component/maqmahelpdesk/ and here] &lt;br /&gt;
&lt;br /&gt;
* '''If not JED listed.''' &lt;br /&gt;
Inform us by '''email''' with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website.&lt;br /&gt;
&lt;br /&gt;
== January 2012 and onwards Reported Vulnerable Extensions ==&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  aiContactSafe 2.0.19 ==&lt;br /&gt;
|xss&lt;br /&gt;
|160413&lt;br /&gt;
|developer release statement  [http://www.algisinfo.com/en/home-bottom/41-xss-in-aicontactsafe.html for version 2.0.21] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RSfiles==&lt;br /&gt;
|SQL&lt;br /&gt;
|180313&lt;br /&gt;
|developer release statement  [http://www.rsjoomla.com/support/documentation/view-knowledgebase/141-changelog.html for version 12] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  1.6.8 update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Collector    ==&lt;br /&gt;
|Various [steevo.fr]&lt;br /&gt;
|230113&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  tz guestbook   ==&lt;br /&gt;
|Various &lt;br /&gt;
|100113&lt;br /&gt;
|developer release statement [http://www.templaza.com/item/256-tz-guestbook-v1-1-2-security-release for 1.1.2]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== extplorer    ==&lt;br /&gt;
| 2.1.2, 2.1.1, 2.1.0 and 2.1.0RC5 are vulnerable to an authentication bypass&lt;br /&gt;
|251212&lt;br /&gt;
|developer [http://extplorer.net/news/12  update to 2.1.3 statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JooProperty    ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|101212&lt;br /&gt;
|developer release new version 1.13.1 -  [http://jooproperty.com/en/forum/last-jooproperty-release/277-important-security-fix-released-please-update.html#277 upgrade notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ag google analytic    ==&lt;br /&gt;
|Various&lt;br /&gt;
|061212&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== sh404sef &amp;lt;3.7.0 ==&lt;br /&gt;
|Undisclosed sh404SEF 3.4.x, 3.5.x, 3.6.x for Joomla 2.5&lt;br /&gt;
|26112&lt;br /&gt;
|developer [http://anything-digital.com/sh404sef/news/releases/sh404sef-3_7_0_1485-released.html statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Login Failed Log     ==&lt;br /&gt;
|23112&lt;br /&gt;
|ID - information disclosure&lt;br /&gt;
|developer [http://www.jm-experts.com/extensions-tools/login-failed-log release statement] to ver 1.5.4&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== jNews==&lt;br /&gt;
|&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joobi.co/index.php?option=com_content&amp;amp;view=article&amp;amp;id=8560:security-release-update-to-jnews-79x&amp;amp;catid=93:jnews&amp;amp;Itemid=225 statement to version  7.9.1] 151112&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Joombah Jobs    ==&lt;br /&gt;
|Upload restriction issues&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joombah.com/home/item/joombah-jobs-security-release-update-now statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== commedia    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|231012&lt;br /&gt;
|developer update [http://www.ecolora.com/index.php/15-commedia-a-mp3browser-new/77-commedia-3-2-is-not-vulnerable#english statement to version 3.2] 271012&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Kunena ==&lt;br /&gt;
|SQLi + ID&lt;br /&gt;
|221012&lt;br /&gt;
|Developer states [http://www.kunena.org/forum/announcement/id-52 current version not exploitable] by reported methods&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Icagenda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|Developer  [http://www.joomlic.com/en/extensions/icagenda   statement for 1.2.9] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JTag [joomlatag]   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==   Freestyle Support  ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|developer update [http://freestyle-joomla.com/help/announcements?announceid=60 statement 251012]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ACEFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|AceFTP 2.0.0 released. Developer [http://www.joomace.net/blog/aceftp/aceftp-200-has-been-released statement] 101012&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  MijoFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|*''reported fixed prior to notification''*&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  spider calendar lite   ==&lt;br /&gt;
|RFI &lt;br /&gt;
|180912&lt;br /&gt;
|developer release version 1.5 [http://web-dorado.com/products/joomla-calendar-module.html  version]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RokModule   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|Rereported 180912&lt;br /&gt;
|Developer states: no known exploits for our current versions [http://www.rockettheme.com/extensions-downloads/free/1012-rokmodule of RokModule Joomla 2.5 - v1.3 Joomla 1.5 - v1.4]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ICagenda   ==&lt;br /&gt;
| SQLi&lt;br /&gt;
|developer [http://www.joomlic.com/en/extensions/icagenda security release] - v1.2.1&lt;br /&gt;
|080912&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  En Masse cart   ==&lt;br /&gt;
|RFI&lt;br /&gt;
|060812&lt;br /&gt;
|Developer upgrade statement [http://www.matamko.com/news-update/14-en-masse-releases/142-announcement-for-security-release-enmasse-313.html   to 3.1.3]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   JCE (joomla content editor)  ==&lt;br /&gt;
|Upload Restriction &amp;lt;2.2.4 &lt;br /&gt;
|050812&lt;br /&gt;
|Developer states current version not exploitable &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RSGallery2  ==&lt;br /&gt;
|SQLi XSS&lt;br /&gt;
| 31 07 12&lt;br /&gt;
|Devleoper statement versions 3.2.0 for Joomla 2.5 and version 2.3.0 for Joomla 1.5  [http://www.rsgallery2.nl/topicseen./announcements/rsgallery2_3.2.0_and_2.3.0_released_16845.msg44046.html released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  osproperty   ==&lt;br /&gt;
|Unrestricted uploads&lt;br /&gt;
|160712&lt;br /&gt;
|Developer release [http://joomservices.com/components/ossolution-property.html version  2.0.3] 180712&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== KSAdvertiser     ==&lt;br /&gt;
| RFI &lt;br /&gt;
|160712&lt;br /&gt;
|The security update version 1.5.72 advise can be found here:&lt;br /&gt;
[http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=251:kiss-advertiser-sicherheitsupdate&amp;amp;catid=69&amp;amp;Itemid=361&amp;amp;lang=de German] [http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=252:kiss-advertiser-security-update&amp;amp;catid=21&amp;amp;Itemid=362&amp;amp;lang=en English]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Shipping by State for Virtuemart   ==&lt;br /&gt;
|elevated permissions (http://web-expert.gr/en)&lt;br /&gt;
|160612&lt;br /&gt;
| [http://web-expert.gr/en/commersial/virtuemart-shipping-by-state-component Upgrade to v2.5 download] commercial product 300612&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ownbiblio 1.5.3   ==&lt;br /&gt;
|SQLi + &lt;br /&gt;
|250512&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  Ninjaxplorer &amp;lt;=1.0.6   ==&lt;br /&gt;
|developer notification&lt;br /&gt;
|250412&lt;br /&gt;
|developer statement [http://ninjaforge.com/blog/318-security-vulnerability-discovered-in-ninjaxplorer-upgrade-immediately upgrade to 1.0.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Phoca Fav Icon    ==&lt;br /&gt;
|Permissions Rewrite&lt;br /&gt;
|150412&lt;br /&gt;
| [http://www.phoca.cz/news/30-phoca-news/633-phoca-favicon-203-released developer update 2.0.3 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  estateagent improved   ==&lt;br /&gt;
|sqli (eaimproved.eu)&lt;br /&gt;
|110412&lt;br /&gt;
|developer states previous version, not current version&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  bearleague   ==&lt;br /&gt;
|110412&lt;br /&gt;
|sql &lt;br /&gt;
|(no longer maintained)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JLive! Chat v4.3.1   ==&lt;br /&gt;
|DT &lt;br /&gt;
|060412&lt;br /&gt;
|Developer reports [http://www.cmsfruit.com/security-measures.html  as unproven]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   virtuemart 2.0.2  ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|050412&lt;br /&gt;
|developers [http://virtuemart.net/news/list-all-news/417-happy-easter-new-virtuemart-204-released-security-update-sqli release statement]Current version 2.0.6 released&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JE testimonial    ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|230312&lt;br /&gt;
|Developer states '''malicious report.'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JaggyBlog   ==&lt;br /&gt;
|excessive file permission &lt;br /&gt;
|090212&lt;br /&gt;
|version 1.3.1 [http://www.jaggysnake.co.uk/products/jaggyblog released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Quickl Form   ==&lt;br /&gt;
|xss&lt;br /&gt;
|260112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  com_advert   ==&lt;br /&gt;
|sqli - unknown developer&lt;br /&gt;
|240112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla Discussions Component    ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|Discussions 1.4.1 released  [http://www.codingfish.com/news/38-joomla/101-discussions-141-released developer statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== HD Video Share (contushdvideoshare)  ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|updated [http://www.hdvideoshare.net version 2.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== January 2011 - Jan 2012  Reported Vulnerable Extensions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions either in the [[jforum:432]] security topic clearly marked with the first word in the title being ''Vulnerable Report'' where the security moderators or JSST team will respond or via email to the VEL team. For a guide to the [http://docs.joomla.org/Vulnerable_Extensions_List#Codes_used codes]&lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Dshop    ==&lt;br /&gt;
|sqli (possibly dhrusya.com)&lt;br /&gt;
|201111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  QContacts 1.0.6   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|131211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jobprofile  1.0 ==&lt;br /&gt;
|  SQL Injection Vulnerability&lt;br /&gt;
|051211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JX Finder 2.0.1   ==&lt;br /&gt;
| XSS Vulnerabilities&lt;br /&gt;
|011211&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  wdbanners   ==&lt;br /&gt;
|Unknown Exploit&lt;br /&gt;
|301111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  JB Captify Content  J1.5 and J1.7     ==&lt;br /&gt;
|Security checks missing -Versions prior to JB_mod_captifyContent_J1.5_J1.7_1.0.1.zip&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [http://joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JB Microblog   ==&lt;br /&gt;
|Security checks missing - J1.7 only. Versions prior to 1.10.3 &lt;br /&gt;
|14111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Slideshow &amp;lt;3.5.1,   ==&lt;br /&gt;
|Security checks missing&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Bamboobox   ==&lt;br /&gt;
|Security checks missing - J1.5 all versions prior to 1.2.2 &lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  RokModule    ==&lt;br /&gt;
|SQLI - exploits     RokStock RokWeather RokNewspager&lt;br /&gt;
|121111&lt;br /&gt;
|developer release statement [http://www.rockettheme.com/blog/extensions/1300-important-security-vulnerability-fixed    RokModule v1.3 for Joomla 1.7   RokModule v1.4 for Joomla 1.5]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  hm community   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
|011111&lt;br /&gt;
|developer release [http://joomlaextensions.co.in/product/HM-Community 1.01]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Alameda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|01111&lt;br /&gt;
|developer statement [http://www.blueflyingfish.com/alameda/index.php?option=com_content&amp;amp;view=category&amp;amp;id=5&amp;amp;Itemid=28 and Latest version number v1.0.1.]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Techfolio 1.0    ==&lt;br /&gt;
|Techfolio 1.0 SQLI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Barter Sites 1.3  ==&lt;br /&gt;
|Barter Sites 1.3 SQL Injection &amp;amp; Persistent XSS vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer [http://my.barter-sites.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=6&amp;amp;Itemid=25 release 1.3.1] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Jeema SMS 3.2  ==&lt;br /&gt;
|Jeema SMS 3.2 Multiple Vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer resolution notice [http://jeema.net/about-us/securty-releases.html for 3.5.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Vik Real Estate 1.0   ==&lt;br /&gt;
|Vik Real Estate 1.0  Multiple Blind SqlI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== yj contact    ==&lt;br /&gt;
|LFI (youjoomla contact)&lt;br /&gt;
|241011&lt;br /&gt;
|developer update statement [http://www.youjoomla.com/yj-contact-us-1.0.1-released.html 261011]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   NoNumber Framework  ==&lt;br /&gt;
| Advanced Module Manager * AdminBar Docker * Add to Menu * Articles Anywhere * What? Nothing!* Tooltips* Tabber* Sourcerer* Slider* Timed Styles* Modules Anywhere* Modalizer* ReReplacer* Snippets* DB Replacer* CustoMenu* Content Templater* CDN for Joomla!* Cache Cleaner* Better Preview&lt;br /&gt;
|181011&lt;br /&gt;
|see http://feeds.feedburner.com/nonumber/news for updates of various extensions&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Time Returns    ==&lt;br /&gt;
|SQLi takeaweb.it&lt;br /&gt;
|151011&lt;br /&gt;
|No longer developed. New version 2.0.1 for Joomla 1.6/1.7 (old version are no longer supported) http://www.takeaweb.it&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|300811&lt;br /&gt;
|developer advice [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64&amp;amp;Itemid=59 page] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jumi    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|300811&lt;br /&gt;
|Developer states proper use of joomla administration/extension documentation reading&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla content editor    ==&lt;br /&gt;
|JCE lfi/rfi vulnerability&lt;br /&gt;
|&lt;br /&gt;
|JCE 2.0.11 and JCE 1.5.7.14 [http://www.joomlacontenteditor.net/news/item/jce-2011-released have been released]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Google Website Optimizer  ==&lt;br /&gt;
|Numerous vulnerabilities. Website Optimizer, Pearl Group&lt;br /&gt;
|290811&lt;br /&gt;
|developer update [http://www.pearl-group.com/optimizer-changelog statement to ver. 1.4.0] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Almond Classifieds   ==&lt;br /&gt;
|777 Folder settings (all folders it uses are set to 777 including previously 755 locked folders) &lt;br /&gt;
|260811&lt;br /&gt;
|developer resolution [http://www.almondsoft.com/acj/ notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== joomtouch    ==&lt;br /&gt;
|LFI/RFI&lt;br /&gt;
|180811&lt;br /&gt;
|developers [http://www.joomtouch.com/ultime/4-risolta-la-vulnerabilita-di-joomtouch.html resolution notice  1.0.3]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RAXO All-mode PRO   ==&lt;br /&gt;
|Timthumb  RFI &lt;br /&gt;
|110811&lt;br /&gt;
|[http://raxo.org/forum/viewtopic.php?f=2&amp;amp;t=60#p2056 developer upgrade 1.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  V-portfolio   ==&lt;br /&gt;
|DT - open folders&lt;br /&gt;
|110811&lt;br /&gt;
| [http://vsmart-extensions.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=61 developer resolution statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== obSuggest    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|310711&lt;br /&gt;
|developer [http://foobla.com/news/latest/obsuggest-1.8-security-release.html release statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple Page    ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|developer update [http://omar84.com/latest-news/65-simple-page-options-1517-security-release statement] v1.5.17 has been released&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/components/je-story-submit.html devloper security update] notice to ver 1.9&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   appointment booking pro  ==&lt;br /&gt;
|LFI 22071&lt;br /&gt;
|&lt;br /&gt;
|[http://appointmentbookingpro.com/index.php?option=com_kunena&amp;amp;Itemid=66&amp;amp;func=view&amp;amp;catid=25&amp;amp;id=8129#8129 developer update security announcement] Current 2.0.1 and 1.4.x versions, are '''not''' vulnerable,&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  acajoom   ==&lt;br /&gt;
|xss (admin permission required)&lt;br /&gt;
|220711&lt;br /&gt;
|updated to 5.20&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  gTranslate   ==&lt;br /&gt;
|ID - &lt;br /&gt;
|220711&lt;br /&gt;
|[http://edo.webmaster.am/gtranslate-changelog developer security release] 1.5 x.25 and 1.6 x.26.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  alpharegistration    ==&lt;br /&gt;
|http://www.alphaplug.com/ Please contact the developer for any questions on this extension&lt;br /&gt;
|170711 220711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jforce    ==&lt;br /&gt;
|DT - &lt;br /&gt;
|170711&lt;br /&gt;
| [http://www.jforce.com/blog/270-jforce-security-release.html developer states The new version number v1.5r1362 resolves the problem] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Flash Magazine Deluxe Joomla   ==&lt;br /&gt;
|ID [http://www.joomplace.com/joomla-components/flash-magazine-deluxe-component.html multiple vulnerabilities]&lt;br /&gt;
|170711&lt;br /&gt;
|[http://www.joomplace.com/news-blog/flashmagazine-deluxe-2-1-4-security-release.html developer release] 2.1.4&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== AVreloaded    ==&lt;br /&gt;
|SQLi - version 1.2.6&lt;br /&gt;
|150711&lt;br /&gt;
|[http://allvideos.fritz-elfert.de/ 1.2.7 released developer release statement 160711] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  Sobi   ==&lt;br /&gt;
|SQLI - &lt;br /&gt;
|130711&lt;br /&gt;
|[http://www.sigsiu.net/changelog developer fix and update statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  fabrik   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|120711&lt;br /&gt;
|[http://fabrikar.com/downloads/details/36/89 Developers Update statement 2.1]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  xmap   ==&lt;br /&gt;
|sqli 1.2.11 &lt;br /&gt;
|120711&lt;br /&gt;
|upgrade to 1.2.12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Atomic Gallery     ==&lt;br /&gt;
|Creates 777 folders [http://www.atomicon.nl/atomicongallery Atomic gallery] &lt;br /&gt;
|110711&lt;br /&gt;
|developer [http://www.atomicon.nl/atomicongallery#changelog release statement/changelog]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  myApi   ==&lt;br /&gt;
|ID [http://extensions.joomla.org/component/mtree/social-web/facebook-integration/11624 Contains &amp;quot;Call-Home&amp;quot; function. Sends private user information to developer.] &lt;br /&gt;
|020711&lt;br /&gt;
|[http://www.myapi.co.uk/ Developer states Use version 1.3.4.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  mdigg   ==&lt;br /&gt;
|SQL I (not listed in JED)&lt;br /&gt;
|020711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Calc Builder   ==&lt;br /&gt;
|sqli + ID&lt;br /&gt;
|180611&lt;br /&gt;
| [http://components.moonsoft.es/downloadcalcbuilder  dev security release 0.0.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Cool Debate    ==&lt;br /&gt;
|Cool Debate 1.03 LFI&lt;br /&gt;
|&lt;br /&gt;
| version [http://www.acoolsip.com/development/a-cool-debate.html 1.0.8 released.] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Scriptegrator Plugin 1.5.5==&lt;br /&gt;
|LFI&lt;br /&gt;
|140611&lt;br /&gt;
| [http://www.greatjoomla.com/news/index.html  Update - Core Design Scriptegrator plugin 2.0.9 &amp;amp;] 1.5.6&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Joomnik Gallery   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/joomnik/ developer update to 0.9.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JMS fileseller   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|0611&lt;br /&gt;
|[http://joommasters.com/commercial-extensions/components/jms-fileseller.html developer upgrade announcement to v1.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sh404SEF   ==&lt;br /&gt;
|low-level XSS security issue&lt;br /&gt;
|300511&lt;br /&gt;
|[http://dev.anything-digital.com/Forum/Announcements/11147-sh404SEF-2.2.6-now-available-for-Joomla-1.5/ Dev upgrade statement to 2.2.6]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story submit    ==&lt;br /&gt;
|LFI/RFI &lt;br /&gt;
|&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/modules/je-content-menu.html?page=shop.product_details&amp;amp;flypage=flypage.tpl&amp;amp;product_id=77&amp;amp;category_id=13&amp;amp;vmcchk=1 developer states Version 1.8]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   FCKeditor   ==&lt;br /&gt;
|File Upload Vulnerability&lt;br /&gt;
|230511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== KeyCaptcha    ==&lt;br /&gt;
|ID &lt;br /&gt;
|190511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ask A Question AddOn v1.1   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|160511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Global Flash Gallery     ==&lt;br /&gt;
|flash-gallery.com xss &lt;br /&gt;
|130511&lt;br /&gt;
|[http://flash-gallery.com/help/joomla-extension/faq/security-update-0.5.0/ dev release 0.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== com_google     ==&lt;br /&gt;
|LFI [http://freejoomlacomponent.appspot.com/ com_google]&lt;br /&gt;
|080511&lt;br /&gt;
|[http://freejoomlacomponent.appspot.com/securityrelease.html devs update to 1.5.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  docman   ==&lt;br /&gt;
|com-docman Input Validation Error &lt;br /&gt;
|160511&lt;br /&gt;
|[http://forum.joomla.org/viewtopic.php?p=2502904#p2502904 devs resolution statement, report for old version]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Newsletter Subscriber    ==&lt;br /&gt;
|XSS &lt;br /&gt;
|120511&lt;br /&gt;
|[http://mavrosxristoforos.com/joomla-extensions/free/newsletter-subscriber Deveopler update]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Akeeba   ==&lt;br /&gt;
|akkeba backup and joomlapack&lt;br /&gt;
|170411&lt;br /&gt;
|[https://www.akeebabackup.com/home/item/1091-akeeba-backup-3-2-7.html dev update to 3.2.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Facebook Graph Connect   ==&lt;br /&gt;
|SID. call home device with user credentials&lt;br /&gt;
|120411&lt;br /&gt;
|[http://www.sikkimonline.info/security-notice dev update notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== booklibrary    ==&lt;br /&gt;
|SQLi ordasoft booklibrary&lt;br /&gt;
|180311&lt;br /&gt;
|[http://ordasoft.com/Book-Library/security-upgrade-instructions-for-book-library.html developer upgrade instructions]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== semantic    ==&lt;br /&gt;
|com semantic http://www.scms.es/joomla creates hidden admin users &lt;br /&gt;
|150311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JOMSOCIAL 2.0.x 2.1.x   ==&lt;br /&gt;
|SID, open folders&lt;br /&gt;
|120311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  flexicontent   ==&lt;br /&gt;
|forced 777, malicious files &lt;br /&gt;
|250311&lt;br /&gt;
|[http://www.flexicontent.org/home/item/192-flexicontent-154-is-finally-out.html devs resolve statement], [http://www.flexicontent.org/downloads/latest-version.html Changelog]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== jLabs Google Analytics Counter     ==&lt;br /&gt;
|jLabs Google Analytics Counter  SID&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  xcloner   ==&lt;br /&gt;
|Unspecified&lt;br /&gt;
|260211&lt;br /&gt;
|[http://www.xcloner.com/xcloner-news/important-security-upgrade/ dev announcement of security release]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== smartformer    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|230211 (repeat of 041110)&lt;br /&gt;
|[http://www.itoris.com/joomla-form-builder-smartformer.html v2.4.1 security fix for Joomla 1.5.x]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== xmap 1.2.10    ==&lt;br /&gt;
|Malicious payload in zip&lt;br /&gt;
|230211&lt;br /&gt;
|[http://joomla.vargas.co.cr/en/news/4-xmap/95-security-notice developer resolution notic]e Clean version available from [http://joomlacode.org/gf/project/xmap/frs/ joomlacode] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Frontend-User-Access 3.4.1  ==&lt;br /&gt;
|Frontend-User-Access 3.4.1 from http://www.pages-and-items.com LFI&lt;br /&gt;
|030211&lt;br /&gt;
|update to [http://extensions.joomla.org/extensions/access-a-security/frontend-access-control/6874 Frontend-User-Access 3.4.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  com properties 7134   ==&lt;br /&gt;
| http://com-property.com/ malicious files in script&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/property/frs/?action=FrsReleaseBrowse&amp;amp;frs_package_id=5815 Dev update statement]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  B2 Portfolio ==&lt;br /&gt;
|B2 portfolio 1.0 SQLi pulseextensions.com&lt;br /&gt;
|250111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  allcinevid   ==&lt;br /&gt;
|SQLI http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/15367&lt;br /&gt;
|220111&lt;br /&gt;
|[http://www.joomtraders.com/our-blog/allcinevid-1.0-sql-injection.html Developers resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== People Component    ==&lt;br /&gt;
|People component http://www.ptt-solution.com/vmchk/people-component.html sqli&lt;br /&gt;
|150111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jimtawl    ==&lt;br /&gt;
|Jimtawl LFI &lt;br /&gt;
|251110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Maian Media SILVER  ==&lt;br /&gt;
|Maian Media SQLi&lt;br /&gt;
|151110&lt;br /&gt;
|Developer states unproven in free edition, paid/SILVER version is being upgraded. [http://www.aretimes.com/index.php?option=com_content&amp;amp;view=category&amp;amp;layout=blog&amp;amp;id=40&amp;amp;Itemid=113 dev article]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  alfurqan  ==&lt;br /&gt;
|alfurqan 1.5 sqli&lt;br /&gt;
|151110&lt;br /&gt;
|developer update [http://forums.islamis4u.com/index.php/topic%2c83.0.html statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ccboard   ==&lt;br /&gt;
|[http://extensions.joomla.org/extensions/communication/forum/6823 ccboard XSS and SQLi]&lt;br /&gt;
|131110&lt;br /&gt;
| on my site at [http://codeclassic.org/component/content/article/1-latest-news/83-ccboard-13-released.html] Please find the respective update information&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   ProDesk v 1.5  ==&lt;br /&gt;
|LFI &lt;br /&gt;
|091110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sponsorwall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
|developer  [http://demo.pulseextensions.com/sponsor-wall.html resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Flip wall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
| developer http://demo.pulseextensions.com/flip-wall.html update notice  [http://www.example.com link title]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Freestyle FAQ 1.5.6     ==&lt;br /&gt;
|http://freestyle-joomla.com/fssdownloads/viewcategory/2 Freestyle FAQ 1.5.6 ‎SQL Injection&lt;br /&gt;
|&lt;br /&gt;
|[http://freestyle-joomla.com/index.php?announceid=43 new version (1.9.0) is available which fixes] the security issues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   iJoomla Magazine 3.0.1  ==&lt;br /&gt;
|iJoomla Magazine 3.0.1 RFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Clantools   ==&lt;br /&gt;
| &lt;br /&gt;
|http://www.joomla-clantools.de/downloads/doc_download/7-clantools-123.html clantool sqli&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jphone   ==&lt;br /&gt;
|jphone LFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  PicSell    ==&lt;br /&gt;
|[http://vm.xmlswf.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=104&amp;amp;Itemid=131Picsell LFD, 777]&lt;br /&gt;
|020910&lt;br /&gt;
|new version [http://vm.xmlswf.com/picsell released 150312]  version number 11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Zoom Portfolio   ==&lt;br /&gt;
|SID&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   zina   ==&lt;br /&gt;
|[http://www.pancake.org/zina/ SQL Injection]&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Team's   ==&lt;br /&gt;
|[http://www.joomlamo.com Teams extension] SQL Injection &lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Amblog    ==&lt;br /&gt;
|[http://robitbt.hu/jm/index.php?option=com_amdownloader&amp;amp;task=showfiles&amp;amp;pathid=8 Amblog] SQLi&lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   wmtpic  ==&lt;br /&gt;
|www.webmaster-tips.net various&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Jomtube    ==&lt;br /&gt;
|http://www.jomtube.com/ SID&lt;br /&gt;
|220710&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Rapid Recipe    ==&lt;br /&gt;
|http://www.rapid-source.com Persistent XSS Vulnerability last known fix version 1.7.2 &lt;br /&gt;
|july 10,2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Health &amp;amp; Fitness Stats   ==&lt;br /&gt;
|http://joomla-extensions.instantiate.co.uk/jcomponents/healthstats Persistent XSS Vulnerability july 10,2010 &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  staticxt   ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/edition/custom-code-in-content/2184  no version number provided&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   quickfaq  ==&lt;br /&gt;
|http://www.schlu.net sqli&lt;br /&gt;
|090710&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==    Minify4Joomla  ==&lt;br /&gt;
|http://waltercedric.com/ LFI and xss&lt;br /&gt;
|090710&lt;br /&gt;
|No longer available to download&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   IXXO Cart   ==&lt;br /&gt;
|http://www.php-shop-system.com/ SQLi LFI XSS Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|developer resolution [http://support.ixxoglobal.com/index.php?/News/NewsItem/View/22/ixxo-cart-new-release-v41190 notice] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  PaymentsPlus   ==&lt;br /&gt;
|http://paymentsplus.com.au/ 2.1.5 Blind SQL Injection Vulnerability&lt;br /&gt;
|090710 &lt;br /&gt;
|current version 2.20, 2.1.5 not listed on dev site&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ArtForms   ==&lt;br /&gt;
|http://joomlacode.org/gf/project/jartforms/ ArtForms 2.1b7.2 RC2 Multiple Remote Vulnerabilities&lt;br /&gt;
|090710&lt;br /&gt;
| Old beta extension &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  autartimonial   ==&lt;br /&gt;
|autartica.be Sqli Vulnerability&lt;br /&gt;
|060710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== eventcal 1.6.4    ==&lt;br /&gt;
|http://joomlacode.org/gf/project/eventcal/frs/ SQL I  last update 2006-12-31 on joomlacode&lt;br /&gt;
|040710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== date converter    ==&lt;br /&gt;
|http://sourceforge.net/projects/date-converter/ sqli&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== real estate    ==&lt;br /&gt;
|http://www.opensourcetechnologies.com/demos/real-estate.html RFI&lt;br /&gt;
|210610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  cinema   ==&lt;br /&gt;
|SQL injection&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Jreservation  ==&lt;br /&gt;
|http://jforjoomla.com/ SQLi Vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   joomdocs  ==&lt;br /&gt;
|http://joomclan.com/index.php/JoomDocs/ xss vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Live Chat    ==&lt;br /&gt;
|http://www.joompolitan.com/livechat.html Multiple Remote Vulnerabilities &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Turtushout 0.11    ==&lt;br /&gt;
| http://www.turtus.org.ua/files?func=fileinfo&amp;amp;id=13 SQL Injection (again)&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  BF Survey Pro Free   ==&lt;br /&gt;
|BF Survey Pro Free SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|Product marker as retired by the developer&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MisterEstate   ==&lt;br /&gt;
|http://www.misterestate.com/ Blind SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  RSMonials    ==&lt;br /&gt;
|http://www.rswebsols.com/downloads/category/14-download-rsmonials-all?download=23%3Adownload-rsmonials-component XSS Exploit&lt;br /&gt;
|190610&lt;br /&gt;
|Believed to be 1.5.1 version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Answers v2.3beta   ==&lt;br /&gt;
|Multiple Vulnerabilities http://extensions.joomla.org/extensions/communication/forum/12652&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Gallery XML 1.1   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/photos-a-images/photo-gallery/12504&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JFaq 1.2   ==&lt;br /&gt;
|JFaq 1.2 Multiple Vulnerabilities&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Listbingo 1.3   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/ads-a-affiliates/classified-ads/12062&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Alpha User Points    ==&lt;br /&gt;
|www.alphaplug.com LFI&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   recruitmentmanager  ==&lt;br /&gt;
|http://recruitment.focusdev.co.uk Upload Vulnerability&lt;br /&gt;
|130610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Info Line (MT_ILine)    ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/news-display/news-tickers-a-scrollers/8425 reports of shell scripts in download file&lt;br /&gt;
|120610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ads manager  Annonce   ==&lt;br /&gt;
|http://joomla.clubnautiquemarine.fr/ &lt;br /&gt;
Upload Vulnerability&lt;br /&gt;
| 05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  lead article    ==&lt;br /&gt;
|http://www.leadya.co.il/ SQLi&lt;br /&gt;
|050610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  djartgallery   ==&lt;br /&gt;
|http://www.design-joomla.eu Multiple Vul&lt;br /&gt;
|05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Gallery 2 Bridge    ==&lt;br /&gt;
|[http://trac.4theweb.nl/g2bridge g2bridge] LFI vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jsjobs   ==&lt;br /&gt;
|[http://www.joomsky.com jsjobs] SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Poll  ==&lt;br /&gt;
|http://slideshow.joomlaextensions.co.in/ SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MediQnA   ==&lt;br /&gt;
|MediQnA LFI vulnerability version : v1.1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Job  ==&lt;br /&gt;
|http://joomlaextensions.co.in/ LFI SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  SectionEx   ==&lt;br /&gt;
|Stack Ideas section Ex LFI&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ActiveHelper LiveHelp    ==&lt;br /&gt;
|XSS in [http://extensions.joomla.org/extensions/communication/chat/12492 LiveHelp] &lt;br /&gt;
|200510&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  JE Quotation Form   ==&lt;br /&gt;
|http://joomlaextensions.co.in/free-download/doc_download/11-je-quotation-form.html  LFI&lt;br /&gt;
|&lt;br /&gt;
|developers statement of [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form resolution]  '''note''', now known as [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form JE Quote Form] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  konsultasi   ==&lt;br /&gt;
|SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Seber Cart    ==&lt;br /&gt;
|Local File Disclosure Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|[http://www.sebercart.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=158 Developer Update 140510]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Camp26 Visitor    ==&lt;br /&gt;
|RFI www.camp26.biz&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   JE Property  ==&lt;br /&gt;
|JE Property Finder Upload Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Noticeboard  ==&lt;br /&gt;
|Noticeboard for Joomla &amp;quot;controller&amp;quot; Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==SmartSite     ==&lt;br /&gt;
|SmartSite com_smartsite Local File Inclusion Vulnerability &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  htmlcoderhelper graphics   ==&lt;br /&gt;
|htmlcoderhelper graphics v1.0.6 LFI Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
== Ultimate Portfolio    ==&lt;br /&gt;
|Ultimate Portfolio  Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Archery Scores   ==&lt;br /&gt;
| [http://lispeltuut.org/ Archery Scores (com_archeryscores) v1.0.6 LFI Vulnerability]&lt;br /&gt;
&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  ZiMB Manager   ==&lt;br /&gt;
|Joomla Component ZiMB Manager Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Matamko   ==&lt;br /&gt;
|Matamko Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Root   ==&lt;br /&gt;
|Multiple Root Local File Inclusion Vulnerability http://joomlacomponent.inetlanka.com/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Map   ==&lt;br /&gt;
|Multiple Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Contact Us Draw Root Map  ==&lt;br /&gt;
|Draw Root Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  iF surfALERT   ==&lt;br /&gt;
|[http://www.inertialfate.za.net/ iF surfALERT] Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   GBU FACEBOOK  ==&lt;br /&gt;
|GBU FACEBOOK SQL injection vulnerability http://www.gbugrafici.nl/gbufacebook/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   jnewspaper  ==&lt;br /&gt;
|jnewspaper (cid) SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
== MT Fire Eagle ==&lt;br /&gt;
&lt;br /&gt;
|LFI http://joomlacode.org/gf/project/jfireeagle/frs/ http://www.moto-treks.com&lt;br /&gt;
| 190410&lt;br /&gt;
| product considered retired and to be replaced by dev&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Sweetykeeper   ==&lt;br /&gt;
|Sweetykeeper Local File Inclusion Vulnerability  http://www.joomlacorner.com/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  jvehicles   ==&lt;br /&gt;
|SQL Injection http://jvehicles.com&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  worldrates   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  cvmaker   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  advertising   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   horoscope  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   webtv  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  diary   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Memory Book   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  JprojectMan   ==&lt;br /&gt;
|LFI http://extensions.joomla.org/extensions/communities-a-groupware/project-a-task-management/5676&lt;br /&gt;
|110410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   econtentsite  ==&lt;br /&gt;
|LFI&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    Jvehicles ==&lt;br /&gt;
|ID&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    gigcalender   ==&lt;br /&gt;
&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/calendars-a-events/events/97)http://extensions.joomla.org/extensions/calendars-a-events/events/97 gigcalender]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    heza content   ==&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427)http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427  heza content]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  SqlReport   ==&lt;br /&gt;
|Sqlreport has a sql/RFI exploit. awaiting confirmation on exact developer.&lt;br /&gt;
|Feb 20&lt;br /&gt;
|'''Not Known'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Yelp ==&lt;br /&gt;
| SQLi - Unable to locate developer. Possibly a custom extension.&lt;br /&gt;
|Feb 01 &lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; | '''  Not Known'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''This list is change protected, for updates or additions [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=87230 lafrance] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD]&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
== Codes used ==&lt;br /&gt;
SQLi - SQL injection [http://en.wikipedia.org/wiki/Code_injection#SQL_injection wikipedia]&lt;br /&gt;
&lt;br /&gt;
LFI - Local File Inclusion [http://www.scribd.com/doc/6498408/Remote-and-Local-File-Inclusion-Explained scribd]&lt;br /&gt;
&lt;br /&gt;
RFI - Remote file inclusion [http://en.wikipedia.org/wiki/Remote_File_Inclusion wikipedia]&lt;br /&gt;
&lt;br /&gt;
DT - Directory Traversal [http://en.wikipedia.org/wiki/Directory_traversal wikipedia] (incl 777 folders)&lt;br /&gt;
&lt;br /&gt;
ID = Information Disclosure: account information or sensitive information publicly viewable, or passed to 3rd party without knowledge&lt;br /&gt;
&lt;br /&gt;
== Future Actions &amp;amp; WIP ==&lt;br /&gt;
&lt;br /&gt;
[http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions RSS feed] completed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to feed VEL direct to twitter&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The RSS feed is currently fed by item entry order and not by date fixed. &lt;br /&gt;
List as discussed in  [[jtopic:455746]] by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD] editing by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Security]]&lt;br /&gt;
[[Category:Component Management]]&lt;/div&gt;</summary>
		<author><name>Mandville</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Vulnerable_Extensions_List</id>
		<title>Vulnerable Extensions List</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Vulnerable_Extensions_List"/>
				<updated>2013-04-06T20:38:17Z</updated>
		
		<summary type="html">&lt;p&gt;Mandville: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- ***all wiki editors*** - do NOT touch without notice   --&amp;gt;&lt;br /&gt;
'''List prior to Jnuary 2011 ([[Archived vel|now archived]])''' Please check here also. &lt;br /&gt;
&amp;lt;!-- if you have altered the above line then revert your changes and contact me   --&amp;gt;&lt;br /&gt;
Please also check the [[Investigation of exploits|Extension Investigation List]].&lt;br /&gt;
 &lt;br /&gt;
== Check and Report.  ==&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions in the [[jforum:432|security forum]]  clearly marked with the first word in the title being ''Vulnerable'' where the security moderators or JSST team will respond. &lt;br /&gt;
This list is change protected,''' for additions or updates email''' ''vel @ joomla.org'' &lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
== How to use this list ==&lt;br /&gt;
'''Items will be removed after a suitable period and not on resolution.'''&lt;br /&gt;
&lt;br /&gt;
All known vulnerable extensions are the listed in the first column &amp;quot;Extension&amp;quot;. Any in a &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;red box &amp;lt;/span&amp;gt;are where we have not been given a fix. Any in a &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;turquoise box&amp;lt;/span&amp;gt; contain a link to the notice about an &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;update with link.&amp;lt;/span&amp;gt; Any that are in an uncolored box are a &amp;quot;Contact the Developer About This Extension&amp;quot;.&lt;br /&gt;
Alert Advisory details are in the center column.&lt;br /&gt;
If the &amp;quot;Extension Update Link &amp;amp; Date Column has &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;'''Not Known''' &amp;lt;/span&amp;gt; then it is where no update is known.&lt;br /&gt;
&lt;br /&gt;
'''This list is compiled from found information and may not be an up to date accurate list''' ''We do '''NOT''' promise to test or validate these reports. We do '''NOT''' guarantee the quality or effectiveness of any updates reported to us or listed here.''&lt;br /&gt;
To sign up for the feed please [http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions follow this link]&lt;br /&gt;
* We do not list BETA products, or extensions for J1.0.x&lt;br /&gt;
&lt;br /&gt;
== Developers - How to get yourself removed from the VEL ==&lt;br /&gt;
&lt;br /&gt;
Resolved items will be removed after a suitable period and not on resolution&lt;br /&gt;
&lt;br /&gt;
Please solve the issues and:&lt;br /&gt;
&lt;br /&gt;
* '''If JED listed''' &lt;br /&gt;
&lt;br /&gt;
To have your extension republished, please follow these steps:&lt;br /&gt;
&lt;br /&gt;
1- Solve the issues.&lt;br /&gt;
&lt;br /&gt;
2- Attach the new zip file at your actual JED listing.&lt;br /&gt;
&lt;br /&gt;
3- Change the extension version at JED listing.&lt;br /&gt;
&lt;br /&gt;
4- Make sure to include a notice in the JED description to the fact that the new release is a &amp;quot;Security Release&amp;quot; and those who use the extension should upgrade immediately.&lt;br /&gt;
&lt;br /&gt;
5- Email the VEL team with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website&lt;br /&gt;
&lt;br /&gt;
6- Create a [http://bit.ly/velunlist JED listing owner ticket] to the JED with a notice and ask that your listing be republished. Include the full details of your new version number and security notice page&lt;br /&gt;
&lt;br /&gt;
VEL email can be found above and the JED support link is in your notice of &amp;quot;unpublication&amp;quot; [http://extensions.joomla.org/component/maqmahelpdesk/ and here] &lt;br /&gt;
&lt;br /&gt;
* '''If not JED listed.''' &lt;br /&gt;
Inform us by '''email''' with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website.&lt;br /&gt;
&lt;br /&gt;
== January 2012 and onwards Reported Vulnerable Extensions ==&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RSfiles==&lt;br /&gt;
|SQL&lt;br /&gt;
|180313&lt;br /&gt;
|developer release statement  [http://www.rsjoomla.com/support/documentation/view-knowledgebase/141-changelog.html for version 12] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  1.6.8 update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Collector    ==&lt;br /&gt;
|Various [steevo.fr]&lt;br /&gt;
|230113&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  tz guestbook   ==&lt;br /&gt;
|Various &lt;br /&gt;
|100113&lt;br /&gt;
|developer release statement [http://www.templaza.com/item/256-tz-guestbook-v1-1-2-security-release for 1.1.2]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== extplorer    ==&lt;br /&gt;
| 2.1.2, 2.1.1, 2.1.0 and 2.1.0RC5 are vulnerable to an authentication bypass&lt;br /&gt;
|251212&lt;br /&gt;
|developer [http://extplorer.net/news/12  update to 2.1.3 statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JooProperty    ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|101212&lt;br /&gt;
|developer release new version 1.13.1 -  [http://jooproperty.com/en/forum/last-jooproperty-release/277-important-security-fix-released-please-update.html#277 upgrade notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ag google analytic    ==&lt;br /&gt;
|Various&lt;br /&gt;
|061212&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== sh404sef &amp;lt;3.7.0 ==&lt;br /&gt;
|Undisclosed sh404SEF 3.4.x, 3.5.x, 3.6.x for Joomla 2.5&lt;br /&gt;
|26112&lt;br /&gt;
|developer [http://anything-digital.com/sh404sef/news/releases/sh404sef-3_7_0_1485-released.html statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Login Failed Log     ==&lt;br /&gt;
|23112&lt;br /&gt;
|ID - information disclosure&lt;br /&gt;
|developer [http://www.jm-experts.com/extensions-tools/login-failed-log release statement] to ver 1.5.4&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== jNews==&lt;br /&gt;
|&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joobi.co/index.php?option=com_content&amp;amp;view=article&amp;amp;id=8560:security-release-update-to-jnews-79x&amp;amp;catid=93:jnews&amp;amp;Itemid=225 statement to version  7.9.1] 151112&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Joombah Jobs    ==&lt;br /&gt;
|Upload restriction issues&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joombah.com/home/item/joombah-jobs-security-release-update-now statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== commedia    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|231012&lt;br /&gt;
|developer update [http://www.ecolora.com/index.php/15-commedia-a-mp3browser-new/77-commedia-3-2-is-not-vulnerable#english statement to version 3.2] 271012&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Kunena ==&lt;br /&gt;
|SQLi + ID&lt;br /&gt;
|221012&lt;br /&gt;
|Developer states [http://www.kunena.org/forum/announcement/id-52 current version not exploitable] by reported methods&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Icagenda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|Developer  [http://www.joomlic.com/en/extensions/icagenda   statement for 1.2.9] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JTag [joomlatag]   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==   Freestyle Support  ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|developer update [http://freestyle-joomla.com/help/announcements?announceid=60 statement 251012]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ACEFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|AceFTP 2.0.0 released. Developer [http://www.joomace.net/blog/aceftp/aceftp-200-has-been-released statement] 101012&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  MijoFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|*''reported fixed prior to notification''*&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  spider calendar lite   ==&lt;br /&gt;
|RFI &lt;br /&gt;
|180912&lt;br /&gt;
|developer release version 1.5 [http://web-dorado.com/products/joomla-calendar-module.html  version]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RokModule   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|Rereported 180912&lt;br /&gt;
|Developer states: no known exploits for our current versions [http://www.rockettheme.com/extensions-downloads/free/1012-rokmodule of RokModule Joomla 2.5 - v1.3 Joomla 1.5 - v1.4]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ICagenda   ==&lt;br /&gt;
| SQLi&lt;br /&gt;
|developer [http://www.joomlic.com/en/extensions/icagenda security release] - v1.2.1&lt;br /&gt;
|080912&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  En Masse cart   ==&lt;br /&gt;
|RFI&lt;br /&gt;
|060812&lt;br /&gt;
|Developer upgrade statement [http://www.matamko.com/news-update/14-en-masse-releases/142-announcement-for-security-release-enmasse-313.html   to 3.1.3]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   JCE (joomla content editor)  ==&lt;br /&gt;
|Upload Restriction &amp;lt;2.2.4 &lt;br /&gt;
|050812&lt;br /&gt;
|Developer states current version not exploitable &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RSGallery2  ==&lt;br /&gt;
|SQLi XSS&lt;br /&gt;
| 31 07 12&lt;br /&gt;
|Devleoper statement versions 3.2.0 for Joomla 2.5 and version 2.3.0 for Joomla 1.5  [http://www.rsgallery2.nl/topicseen./announcements/rsgallery2_3.2.0_and_2.3.0_released_16845.msg44046.html released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  osproperty   ==&lt;br /&gt;
|Unrestricted uploads&lt;br /&gt;
|160712&lt;br /&gt;
|Developer release [http://joomservices.com/components/ossolution-property.html version  2.0.3] 180712&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== KSAdvertiser     ==&lt;br /&gt;
| RFI &lt;br /&gt;
|160712&lt;br /&gt;
|The security update version 1.5.72 advise can be found here:&lt;br /&gt;
[http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=251:kiss-advertiser-sicherheitsupdate&amp;amp;catid=69&amp;amp;Itemid=361&amp;amp;lang=de German] [http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=252:kiss-advertiser-security-update&amp;amp;catid=21&amp;amp;Itemid=362&amp;amp;lang=en English]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Shipping by State for Virtuemart   ==&lt;br /&gt;
|elevated permissions (http://web-expert.gr/en)&lt;br /&gt;
|160612&lt;br /&gt;
| [http://web-expert.gr/en/commersial/virtuemart-shipping-by-state-component Upgrade to v2.5 download] commercial product 300612&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ownbiblio 1.5.3   ==&lt;br /&gt;
|SQLi + &lt;br /&gt;
|250512&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  Ninjaxplorer &amp;lt;=1.0.6   ==&lt;br /&gt;
|developer notification&lt;br /&gt;
|250412&lt;br /&gt;
|developer statement [http://ninjaforge.com/blog/318-security-vulnerability-discovered-in-ninjaxplorer-upgrade-immediately upgrade to 1.0.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Phoca Fav Icon    ==&lt;br /&gt;
|Permissions Rewrite&lt;br /&gt;
|150412&lt;br /&gt;
| [http://www.phoca.cz/news/30-phoca-news/633-phoca-favicon-203-released developer update 2.0.3 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  estateagent improved   ==&lt;br /&gt;
|sqli (eaimproved.eu)&lt;br /&gt;
|110412&lt;br /&gt;
|developer states previous version, not current version&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  bearleague   ==&lt;br /&gt;
|110412&lt;br /&gt;
|sql &lt;br /&gt;
|(no longer maintained)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JLive! Chat v4.3.1   ==&lt;br /&gt;
|DT &lt;br /&gt;
|060412&lt;br /&gt;
|Developer reports [http://www.cmsfruit.com/security-measures.html  as unproven]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   virtuemart 2.0.2  ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|050412&lt;br /&gt;
|developers [http://virtuemart.net/news/list-all-news/417-happy-easter-new-virtuemart-204-released-security-update-sqli release statement]Current version 2.0.6 released&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JE testimonial    ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|230312&lt;br /&gt;
|Developer states '''malicious report.'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JaggyBlog   ==&lt;br /&gt;
|excessive file permission &lt;br /&gt;
|090212&lt;br /&gt;
|version 1.3.1 [http://www.jaggysnake.co.uk/products/jaggyblog released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Quickl Form   ==&lt;br /&gt;
|xss&lt;br /&gt;
|260112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  com_advert   ==&lt;br /&gt;
|sqli - unknown developer&lt;br /&gt;
|240112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla Discussions Component    ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|Discussions 1.4.1 released  [http://www.codingfish.com/news/38-joomla/101-discussions-141-released developer statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== HD Video Share (contushdvideoshare)  ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|updated [http://www.hdvideoshare.net version 2.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== January 2011 - Jan 2012  Reported Vulnerable Extensions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions either in the [[jforum:432]] security topic clearly marked with the first word in the title being ''Vulnerable Report'' where the security moderators or JSST team will respond or via email to the VEL team. For a guide to the [http://docs.joomla.org/Vulnerable_Extensions_List#Codes_used codes]&lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Dshop    ==&lt;br /&gt;
|sqli (possibly dhrusya.com)&lt;br /&gt;
|201111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  QContacts 1.0.6   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|131211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jobprofile  1.0 ==&lt;br /&gt;
|  SQL Injection Vulnerability&lt;br /&gt;
|051211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JX Finder 2.0.1   ==&lt;br /&gt;
| XSS Vulnerabilities&lt;br /&gt;
|011211&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  wdbanners   ==&lt;br /&gt;
|Unknown Exploit&lt;br /&gt;
|301111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  JB Captify Content  J1.5 and J1.7     ==&lt;br /&gt;
|Security checks missing -Versions prior to JB_mod_captifyContent_J1.5_J1.7_1.0.1.zip&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [http://joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JB Microblog   ==&lt;br /&gt;
|Security checks missing - J1.7 only. Versions prior to 1.10.3 &lt;br /&gt;
|14111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Slideshow &amp;lt;3.5.1,   ==&lt;br /&gt;
|Security checks missing&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Bamboobox   ==&lt;br /&gt;
|Security checks missing - J1.5 all versions prior to 1.2.2 &lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  RokModule    ==&lt;br /&gt;
|SQLI - exploits     RokStock RokWeather RokNewspager&lt;br /&gt;
|121111&lt;br /&gt;
|developer release statement [http://www.rockettheme.com/blog/extensions/1300-important-security-vulnerability-fixed    RokModule v1.3 for Joomla 1.7   RokModule v1.4 for Joomla 1.5]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  hm community   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
|011111&lt;br /&gt;
|developer release [http://joomlaextensions.co.in/product/HM-Community 1.01]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Alameda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|01111&lt;br /&gt;
|developer statement [http://www.blueflyingfish.com/alameda/index.php?option=com_content&amp;amp;view=category&amp;amp;id=5&amp;amp;Itemid=28 and Latest version number v1.0.1.]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Techfolio 1.0    ==&lt;br /&gt;
|Techfolio 1.0 SQLI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Barter Sites 1.3  ==&lt;br /&gt;
|Barter Sites 1.3 SQL Injection &amp;amp; Persistent XSS vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer [http://my.barter-sites.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=6&amp;amp;Itemid=25 release 1.3.1] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Jeema SMS 3.2  ==&lt;br /&gt;
|Jeema SMS 3.2 Multiple Vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer resolution notice [http://jeema.net/about-us/securty-releases.html for 3.5.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Vik Real Estate 1.0   ==&lt;br /&gt;
|Vik Real Estate 1.0  Multiple Blind SqlI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== yj contact    ==&lt;br /&gt;
|LFI (youjoomla contact)&lt;br /&gt;
|241011&lt;br /&gt;
|developer update statement [http://www.youjoomla.com/yj-contact-us-1.0.1-released.html 261011]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   NoNumber Framework  ==&lt;br /&gt;
| Advanced Module Manager * AdminBar Docker * Add to Menu * Articles Anywhere * What? Nothing!* Tooltips* Tabber* Sourcerer* Slider* Timed Styles* Modules Anywhere* Modalizer* ReReplacer* Snippets* DB Replacer* CustoMenu* Content Templater* CDN for Joomla!* Cache Cleaner* Better Preview&lt;br /&gt;
|181011&lt;br /&gt;
|see http://feeds.feedburner.com/nonumber/news for updates of various extensions&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Time Returns    ==&lt;br /&gt;
|SQLi takeaweb.it&lt;br /&gt;
|151011&lt;br /&gt;
|No longer developed. New version 2.0.1 for Joomla 1.6/1.7 (old version are no longer supported) http://www.takeaweb.it&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|300811&lt;br /&gt;
|developer advice [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64&amp;amp;Itemid=59 page] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jumi    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|300811&lt;br /&gt;
|Developer states proper use of joomla administration/extension documentation reading&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla content editor    ==&lt;br /&gt;
|JCE lfi/rfi vulnerability&lt;br /&gt;
|&lt;br /&gt;
|JCE 2.0.11 and JCE 1.5.7.14 [http://www.joomlacontenteditor.net/news/item/jce-2011-released have been released]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Google Website Optimizer  ==&lt;br /&gt;
|Numerous vulnerabilities. Website Optimizer, Pearl Group&lt;br /&gt;
|290811&lt;br /&gt;
|developer update [http://www.pearl-group.com/optimizer-changelog statement to ver. 1.4.0] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Almond Classifieds   ==&lt;br /&gt;
|777 Folder settings (all folders it uses are set to 777 including previously 755 locked folders) &lt;br /&gt;
|260811&lt;br /&gt;
|developer resolution [http://www.almondsoft.com/acj/ notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== joomtouch    ==&lt;br /&gt;
|LFI/RFI&lt;br /&gt;
|180811&lt;br /&gt;
|developers [http://www.joomtouch.com/ultime/4-risolta-la-vulnerabilita-di-joomtouch.html resolution notice  1.0.3]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RAXO All-mode PRO   ==&lt;br /&gt;
|Timthumb  RFI &lt;br /&gt;
|110811&lt;br /&gt;
|[http://raxo.org/forum/viewtopic.php?f=2&amp;amp;t=60#p2056 developer upgrade 1.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  V-portfolio   ==&lt;br /&gt;
|DT - open folders&lt;br /&gt;
|110811&lt;br /&gt;
| [http://vsmart-extensions.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=61 developer resolution statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== obSuggest    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|310711&lt;br /&gt;
|developer [http://foobla.com/news/latest/obsuggest-1.8-security-release.html release statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple Page    ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|developer update [http://omar84.com/latest-news/65-simple-page-options-1517-security-release statement] v1.5.17 has been released&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/components/je-story-submit.html devloper security update] notice to ver 1.9&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   appointment booking pro  ==&lt;br /&gt;
|LFI 22071&lt;br /&gt;
|&lt;br /&gt;
|[http://appointmentbookingpro.com/index.php?option=com_kunena&amp;amp;Itemid=66&amp;amp;func=view&amp;amp;catid=25&amp;amp;id=8129#8129 developer update security announcement] Current 2.0.1 and 1.4.x versions, are '''not''' vulnerable,&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  acajoom   ==&lt;br /&gt;
|xss (admin permission required)&lt;br /&gt;
|220711&lt;br /&gt;
|updated to 5.20&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  gTranslate   ==&lt;br /&gt;
|ID - &lt;br /&gt;
|220711&lt;br /&gt;
|[http://edo.webmaster.am/gtranslate-changelog developer security release] 1.5 x.25 and 1.6 x.26.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  alpharegistration    ==&lt;br /&gt;
|http://www.alphaplug.com/ Please contact the developer for any questions on this extension&lt;br /&gt;
|170711 220711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jforce    ==&lt;br /&gt;
|DT - &lt;br /&gt;
|170711&lt;br /&gt;
| [http://www.jforce.com/blog/270-jforce-security-release.html developer states The new version number v1.5r1362 resolves the problem] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Flash Magazine Deluxe Joomla   ==&lt;br /&gt;
|ID [http://www.joomplace.com/joomla-components/flash-magazine-deluxe-component.html multiple vulnerabilities]&lt;br /&gt;
|170711&lt;br /&gt;
|[http://www.joomplace.com/news-blog/flashmagazine-deluxe-2-1-4-security-release.html developer release] 2.1.4&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== AVreloaded    ==&lt;br /&gt;
|SQLi - version 1.2.6&lt;br /&gt;
|150711&lt;br /&gt;
|[http://allvideos.fritz-elfert.de/ 1.2.7 released developer release statement 160711] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  Sobi   ==&lt;br /&gt;
|SQLI - &lt;br /&gt;
|130711&lt;br /&gt;
|[http://www.sigsiu.net/changelog developer fix and update statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  fabrik   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|120711&lt;br /&gt;
|[http://fabrikar.com/downloads/details/36/89 Developers Update statement 2.1]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  xmap   ==&lt;br /&gt;
|sqli 1.2.11 &lt;br /&gt;
|120711&lt;br /&gt;
|upgrade to 1.2.12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Atomic Gallery     ==&lt;br /&gt;
|Creates 777 folders [http://www.atomicon.nl/atomicongallery Atomic gallery] &lt;br /&gt;
|110711&lt;br /&gt;
|developer [http://www.atomicon.nl/atomicongallery#changelog release statement/changelog]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  myApi   ==&lt;br /&gt;
|ID [http://extensions.joomla.org/component/mtree/social-web/facebook-integration/11624 Contains &amp;quot;Call-Home&amp;quot; function. Sends private user information to developer.] &lt;br /&gt;
|020711&lt;br /&gt;
|[http://www.myapi.co.uk/ Developer states Use version 1.3.4.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  mdigg   ==&lt;br /&gt;
|SQL I (not listed in JED)&lt;br /&gt;
|020711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Calc Builder   ==&lt;br /&gt;
|sqli + ID&lt;br /&gt;
|180611&lt;br /&gt;
| [http://components.moonsoft.es/downloadcalcbuilder  dev security release 0.0.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Cool Debate    ==&lt;br /&gt;
|Cool Debate 1.03 LFI&lt;br /&gt;
|&lt;br /&gt;
| version [http://www.acoolsip.com/development/a-cool-debate.html 1.0.8 released.] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Scriptegrator Plugin 1.5.5==&lt;br /&gt;
|LFI&lt;br /&gt;
|140611&lt;br /&gt;
| [http://www.greatjoomla.com/news/index.html  Update - Core Design Scriptegrator plugin 2.0.9 &amp;amp;] 1.5.6&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Joomnik Gallery   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/joomnik/ developer update to 0.9.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JMS fileseller   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|0611&lt;br /&gt;
|[http://joommasters.com/commercial-extensions/components/jms-fileseller.html developer upgrade announcement to v1.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sh404SEF   ==&lt;br /&gt;
|low-level XSS security issue&lt;br /&gt;
|300511&lt;br /&gt;
|[http://dev.anything-digital.com/Forum/Announcements/11147-sh404SEF-2.2.6-now-available-for-Joomla-1.5/ Dev upgrade statement to 2.2.6]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story submit    ==&lt;br /&gt;
|LFI/RFI &lt;br /&gt;
|&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/modules/je-content-menu.html?page=shop.product_details&amp;amp;flypage=flypage.tpl&amp;amp;product_id=77&amp;amp;category_id=13&amp;amp;vmcchk=1 developer states Version 1.8]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   FCKeditor   ==&lt;br /&gt;
|File Upload Vulnerability&lt;br /&gt;
|230511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== KeyCaptcha    ==&lt;br /&gt;
|ID &lt;br /&gt;
|190511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ask A Question AddOn v1.1   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|160511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Global Flash Gallery     ==&lt;br /&gt;
|flash-gallery.com xss &lt;br /&gt;
|130511&lt;br /&gt;
|[http://flash-gallery.com/help/joomla-extension/faq/security-update-0.5.0/ dev release 0.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== com_google     ==&lt;br /&gt;
|LFI [http://freejoomlacomponent.appspot.com/ com_google]&lt;br /&gt;
|080511&lt;br /&gt;
|[http://freejoomlacomponent.appspot.com/securityrelease.html devs update to 1.5.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  docman   ==&lt;br /&gt;
|com-docman Input Validation Error &lt;br /&gt;
|160511&lt;br /&gt;
|[http://forum.joomla.org/viewtopic.php?p=2502904#p2502904 devs resolution statement, report for old version]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Newsletter Subscriber    ==&lt;br /&gt;
|XSS &lt;br /&gt;
|120511&lt;br /&gt;
|[http://mavrosxristoforos.com/joomla-extensions/free/newsletter-subscriber Deveopler update]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Akeeba   ==&lt;br /&gt;
|akkeba backup and joomlapack&lt;br /&gt;
|170411&lt;br /&gt;
|[https://www.akeebabackup.com/home/item/1091-akeeba-backup-3-2-7.html dev update to 3.2.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Facebook Graph Connect   ==&lt;br /&gt;
|SID. call home device with user credentials&lt;br /&gt;
|120411&lt;br /&gt;
|[http://www.sikkimonline.info/security-notice dev update notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== booklibrary    ==&lt;br /&gt;
|SQLi ordasoft booklibrary&lt;br /&gt;
|180311&lt;br /&gt;
|[http://ordasoft.com/Book-Library/security-upgrade-instructions-for-book-library.html developer upgrade instructions]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== semantic    ==&lt;br /&gt;
|com semantic http://www.scms.es/joomla creates hidden admin users &lt;br /&gt;
|150311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JOMSOCIAL 2.0.x 2.1.x   ==&lt;br /&gt;
|SID, open folders&lt;br /&gt;
|120311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  flexicontent   ==&lt;br /&gt;
|forced 777, malicious files &lt;br /&gt;
|250311&lt;br /&gt;
|[http://www.flexicontent.org/home/item/192-flexicontent-154-is-finally-out.html devs resolve statement], [http://www.flexicontent.org/downloads/latest-version.html Changelog]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== jLabs Google Analytics Counter     ==&lt;br /&gt;
|jLabs Google Analytics Counter  SID&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  xcloner   ==&lt;br /&gt;
|Unspecified&lt;br /&gt;
|260211&lt;br /&gt;
|[http://www.xcloner.com/xcloner-news/important-security-upgrade/ dev announcement of security release]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== smartformer    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|230211 (repeat of 041110)&lt;br /&gt;
|[http://www.itoris.com/joomla-form-builder-smartformer.html v2.4.1 security fix for Joomla 1.5.x]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== xmap 1.2.10    ==&lt;br /&gt;
|Malicious payload in zip&lt;br /&gt;
|230211&lt;br /&gt;
|[http://joomla.vargas.co.cr/en/news/4-xmap/95-security-notice developer resolution notic]e Clean version available from [http://joomlacode.org/gf/project/xmap/frs/ joomlacode] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Frontend-User-Access 3.4.1  ==&lt;br /&gt;
|Frontend-User-Access 3.4.1 from http://www.pages-and-items.com LFI&lt;br /&gt;
|030211&lt;br /&gt;
|update to [http://extensions.joomla.org/extensions/access-a-security/frontend-access-control/6874 Frontend-User-Access 3.4.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  com properties 7134   ==&lt;br /&gt;
| http://com-property.com/ malicious files in script&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/property/frs/?action=FrsReleaseBrowse&amp;amp;frs_package_id=5815 Dev update statement]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  B2 Portfolio ==&lt;br /&gt;
|B2 portfolio 1.0 SQLi pulseextensions.com&lt;br /&gt;
|250111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  allcinevid   ==&lt;br /&gt;
|SQLI http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/15367&lt;br /&gt;
|220111&lt;br /&gt;
|[http://www.joomtraders.com/our-blog/allcinevid-1.0-sql-injection.html Developers resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== People Component    ==&lt;br /&gt;
|People component http://www.ptt-solution.com/vmchk/people-component.html sqli&lt;br /&gt;
|150111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jimtawl    ==&lt;br /&gt;
|Jimtawl LFI &lt;br /&gt;
|251110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Maian Media SILVER  ==&lt;br /&gt;
|Maian Media SQLi&lt;br /&gt;
|151110&lt;br /&gt;
|Developer states unproven in free edition, paid/SILVER version is being upgraded. [http://www.aretimes.com/index.php?option=com_content&amp;amp;view=category&amp;amp;layout=blog&amp;amp;id=40&amp;amp;Itemid=113 dev article]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  alfurqan  ==&lt;br /&gt;
|alfurqan 1.5 sqli&lt;br /&gt;
|151110&lt;br /&gt;
|developer update [http://forums.islamis4u.com/index.php/topic%2c83.0.html statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ccboard   ==&lt;br /&gt;
|[http://extensions.joomla.org/extensions/communication/forum/6823 ccboard XSS and SQLi]&lt;br /&gt;
|131110&lt;br /&gt;
| on my site at [http://codeclassic.org/component/content/article/1-latest-news/83-ccboard-13-released.html] Please find the respective update information&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   ProDesk v 1.5  ==&lt;br /&gt;
|LFI &lt;br /&gt;
|091110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sponsorwall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
|developer  [http://demo.pulseextensions.com/sponsor-wall.html resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Flip wall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
| developer http://demo.pulseextensions.com/flip-wall.html update notice  [http://www.example.com link title]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Freestyle FAQ 1.5.6     ==&lt;br /&gt;
|http://freestyle-joomla.com/fssdownloads/viewcategory/2 Freestyle FAQ 1.5.6 ‎SQL Injection&lt;br /&gt;
|&lt;br /&gt;
|[http://freestyle-joomla.com/index.php?announceid=43 new version (1.9.0) is available which fixes] the security issues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   iJoomla Magazine 3.0.1  ==&lt;br /&gt;
|iJoomla Magazine 3.0.1 RFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Clantools   ==&lt;br /&gt;
| &lt;br /&gt;
|http://www.joomla-clantools.de/downloads/doc_download/7-clantools-123.html clantool sqli&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jphone   ==&lt;br /&gt;
|jphone LFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  PicSell    ==&lt;br /&gt;
|[http://vm.xmlswf.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=104&amp;amp;Itemid=131Picsell LFD, 777]&lt;br /&gt;
|020910&lt;br /&gt;
|new version [http://vm.xmlswf.com/picsell released 150312]  version number 11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Zoom Portfolio   ==&lt;br /&gt;
|SID&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   zina   ==&lt;br /&gt;
|[http://www.pancake.org/zina/ SQL Injection]&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Team's   ==&lt;br /&gt;
|[http://www.joomlamo.com Teams extension] SQL Injection &lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Amblog    ==&lt;br /&gt;
|[http://robitbt.hu/jm/index.php?option=com_amdownloader&amp;amp;task=showfiles&amp;amp;pathid=8 Amblog] SQLi&lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   wmtpic  ==&lt;br /&gt;
|www.webmaster-tips.net various&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Jomtube    ==&lt;br /&gt;
|http://www.jomtube.com/ SID&lt;br /&gt;
|220710&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Rapid Recipe    ==&lt;br /&gt;
|http://www.rapid-source.com Persistent XSS Vulnerability last known fix version 1.7.2 &lt;br /&gt;
|july 10,2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Health &amp;amp; Fitness Stats   ==&lt;br /&gt;
|http://joomla-extensions.instantiate.co.uk/jcomponents/healthstats Persistent XSS Vulnerability july 10,2010 &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  staticxt   ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/edition/custom-code-in-content/2184  no version number provided&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   quickfaq  ==&lt;br /&gt;
|http://www.schlu.net sqli&lt;br /&gt;
|090710&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==    Minify4Joomla  ==&lt;br /&gt;
|http://waltercedric.com/ LFI and xss&lt;br /&gt;
|090710&lt;br /&gt;
|No longer available to download&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   IXXO Cart   ==&lt;br /&gt;
|http://www.php-shop-system.com/ SQLi LFI XSS Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|developer resolution [http://support.ixxoglobal.com/index.php?/News/NewsItem/View/22/ixxo-cart-new-release-v41190 notice] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  PaymentsPlus   ==&lt;br /&gt;
|http://paymentsplus.com.au/ 2.1.5 Blind SQL Injection Vulnerability&lt;br /&gt;
|090710 &lt;br /&gt;
|current version 2.20, 2.1.5 not listed on dev site&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ArtForms   ==&lt;br /&gt;
|http://joomlacode.org/gf/project/jartforms/ ArtForms 2.1b7.2 RC2 Multiple Remote Vulnerabilities&lt;br /&gt;
|090710&lt;br /&gt;
| Old beta extension &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  autartimonial   ==&lt;br /&gt;
|autartica.be Sqli Vulnerability&lt;br /&gt;
|060710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== eventcal 1.6.4    ==&lt;br /&gt;
|http://joomlacode.org/gf/project/eventcal/frs/ SQL I  last update 2006-12-31 on joomlacode&lt;br /&gt;
|040710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== date converter    ==&lt;br /&gt;
|http://sourceforge.net/projects/date-converter/ sqli&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== real estate    ==&lt;br /&gt;
|http://www.opensourcetechnologies.com/demos/real-estate.html RFI&lt;br /&gt;
|210610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  cinema   ==&lt;br /&gt;
|SQL injection&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Jreservation  ==&lt;br /&gt;
|http://jforjoomla.com/ SQLi Vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   joomdocs  ==&lt;br /&gt;
|http://joomclan.com/index.php/JoomDocs/ xss vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Live Chat    ==&lt;br /&gt;
|http://www.joompolitan.com/livechat.html Multiple Remote Vulnerabilities &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Turtushout 0.11    ==&lt;br /&gt;
| http://www.turtus.org.ua/files?func=fileinfo&amp;amp;id=13 SQL Injection (again)&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  BF Survey Pro Free   ==&lt;br /&gt;
|BF Survey Pro Free SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|Product marker as retired by the developer&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MisterEstate   ==&lt;br /&gt;
|http://www.misterestate.com/ Blind SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  RSMonials    ==&lt;br /&gt;
|http://www.rswebsols.com/downloads/category/14-download-rsmonials-all?download=23%3Adownload-rsmonials-component XSS Exploit&lt;br /&gt;
|190610&lt;br /&gt;
|Believed to be 1.5.1 version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Answers v2.3beta   ==&lt;br /&gt;
|Multiple Vulnerabilities http://extensions.joomla.org/extensions/communication/forum/12652&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Gallery XML 1.1   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/photos-a-images/photo-gallery/12504&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JFaq 1.2   ==&lt;br /&gt;
|JFaq 1.2 Multiple Vulnerabilities&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Listbingo 1.3   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/ads-a-affiliates/classified-ads/12062&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Alpha User Points    ==&lt;br /&gt;
|www.alphaplug.com LFI&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   recruitmentmanager  ==&lt;br /&gt;
|http://recruitment.focusdev.co.uk Upload Vulnerability&lt;br /&gt;
|130610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Info Line (MT_ILine)    ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/news-display/news-tickers-a-scrollers/8425 reports of shell scripts in download file&lt;br /&gt;
|120610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ads manager  Annonce   ==&lt;br /&gt;
|http://joomla.clubnautiquemarine.fr/ &lt;br /&gt;
Upload Vulnerability&lt;br /&gt;
| 05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  lead article    ==&lt;br /&gt;
|http://www.leadya.co.il/ SQLi&lt;br /&gt;
|050610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  djartgallery   ==&lt;br /&gt;
|http://www.design-joomla.eu Multiple Vul&lt;br /&gt;
|05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Gallery 2 Bridge    ==&lt;br /&gt;
|[http://trac.4theweb.nl/g2bridge g2bridge] LFI vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jsjobs   ==&lt;br /&gt;
|[http://www.joomsky.com jsjobs] SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Poll  ==&lt;br /&gt;
|http://slideshow.joomlaextensions.co.in/ SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MediQnA   ==&lt;br /&gt;
|MediQnA LFI vulnerability version : v1.1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Job  ==&lt;br /&gt;
|http://joomlaextensions.co.in/ LFI SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  SectionEx   ==&lt;br /&gt;
|Stack Ideas section Ex LFI&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ActiveHelper LiveHelp    ==&lt;br /&gt;
|XSS in [http://extensions.joomla.org/extensions/communication/chat/12492 LiveHelp] &lt;br /&gt;
|200510&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  JE Quotation Form   ==&lt;br /&gt;
|http://joomlaextensions.co.in/free-download/doc_download/11-je-quotation-form.html  LFI&lt;br /&gt;
|&lt;br /&gt;
|developers statement of [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form resolution]  '''note''', now known as [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form JE Quote Form] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  konsultasi   ==&lt;br /&gt;
|SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Seber Cart    ==&lt;br /&gt;
|Local File Disclosure Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|[http://www.sebercart.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=158 Developer Update 140510]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Camp26 Visitor    ==&lt;br /&gt;
|RFI www.camp26.biz&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   JE Property  ==&lt;br /&gt;
|JE Property Finder Upload Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Noticeboard  ==&lt;br /&gt;
|Noticeboard for Joomla &amp;quot;controller&amp;quot; Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==SmartSite     ==&lt;br /&gt;
|SmartSite com_smartsite Local File Inclusion Vulnerability &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  htmlcoderhelper graphics   ==&lt;br /&gt;
|htmlcoderhelper graphics v1.0.6 LFI Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
== Ultimate Portfolio    ==&lt;br /&gt;
|Ultimate Portfolio  Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Archery Scores   ==&lt;br /&gt;
| [http://lispeltuut.org/ Archery Scores (com_archeryscores) v1.0.6 LFI Vulnerability]&lt;br /&gt;
&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  ZiMB Manager   ==&lt;br /&gt;
|Joomla Component ZiMB Manager Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Matamko   ==&lt;br /&gt;
|Matamko Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Root   ==&lt;br /&gt;
|Multiple Root Local File Inclusion Vulnerability http://joomlacomponent.inetlanka.com/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Map   ==&lt;br /&gt;
|Multiple Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Contact Us Draw Root Map  ==&lt;br /&gt;
|Draw Root Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  iF surfALERT   ==&lt;br /&gt;
|[http://www.inertialfate.za.net/ iF surfALERT] Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   GBU FACEBOOK  ==&lt;br /&gt;
|GBU FACEBOOK SQL injection vulnerability http://www.gbugrafici.nl/gbufacebook/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   jnewspaper  ==&lt;br /&gt;
|jnewspaper (cid) SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
== MT Fire Eagle ==&lt;br /&gt;
&lt;br /&gt;
|LFI http://joomlacode.org/gf/project/jfireeagle/frs/ http://www.moto-treks.com&lt;br /&gt;
| 190410&lt;br /&gt;
| product considered retired and to be replaced by dev&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Sweetykeeper   ==&lt;br /&gt;
|Sweetykeeper Local File Inclusion Vulnerability  http://www.joomlacorner.com/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  jvehicles   ==&lt;br /&gt;
|SQL Injection http://jvehicles.com&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  worldrates   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  cvmaker   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  advertising   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   horoscope  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   webtv  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  diary   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Memory Book   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  JprojectMan   ==&lt;br /&gt;
|LFI http://extensions.joomla.org/extensions/communities-a-groupware/project-a-task-management/5676&lt;br /&gt;
|110410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   econtentsite  ==&lt;br /&gt;
|LFI&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    Jvehicles ==&lt;br /&gt;
|ID&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    gigcalender   ==&lt;br /&gt;
&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/calendars-a-events/events/97)http://extensions.joomla.org/extensions/calendars-a-events/events/97 gigcalender]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    heza content   ==&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427)http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427  heza content]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  SqlReport   ==&lt;br /&gt;
|Sqlreport has a sql/RFI exploit. awaiting confirmation on exact developer.&lt;br /&gt;
|Feb 20&lt;br /&gt;
|'''Not Known'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Yelp ==&lt;br /&gt;
| SQLi - Unable to locate developer. Possibly a custom extension.&lt;br /&gt;
|Feb 01 &lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; | '''  Not Known'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''This list is change protected, for updates or additions [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=87230 lafrance] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD]&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
== Codes used ==&lt;br /&gt;
SQLi - SQL injection [http://en.wikipedia.org/wiki/Code_injection#SQL_injection wikipedia]&lt;br /&gt;
&lt;br /&gt;
LFI - Local File Inclusion [http://www.scribd.com/doc/6498408/Remote-and-Local-File-Inclusion-Explained scribd]&lt;br /&gt;
&lt;br /&gt;
RFI - Remote file inclusion [http://en.wikipedia.org/wiki/Remote_File_Inclusion wikipedia]&lt;br /&gt;
&lt;br /&gt;
DT - Directory Traversal [http://en.wikipedia.org/wiki/Directory_traversal wikipedia] (incl 777 folders)&lt;br /&gt;
&lt;br /&gt;
ID = Information Disclosure: account information or sensitive information publicly viewable, or passed to 3rd party without knowledge&lt;br /&gt;
&lt;br /&gt;
== Future Actions &amp;amp; WIP ==&lt;br /&gt;
&lt;br /&gt;
[http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions RSS feed] completed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to feed VEL direct to twitter&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The RSS feed is currently fed by item entry order and not by date fixed. &lt;br /&gt;
List as discussed in  [[jtopic:455746]] by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD] editing by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Security]]&lt;br /&gt;
[[Category:Component Management]]&lt;/div&gt;</summary>
		<author><name>Mandville</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Vulnerable_Extensions_List</id>
		<title>Vulnerable Extensions List</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Vulnerable_Extensions_List"/>
				<updated>2013-03-18T23:33:22Z</updated>
		
		<summary type="html">&lt;p&gt;Mandville: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- ***all wiki editors*** - do NOT touch without notice   --&amp;gt;&lt;br /&gt;
'''List prior to Jnuary 2011 ([[Archived vel|now archived]])''' Please check here also. &lt;br /&gt;
&amp;lt;!-- if you have altered the above line then revert your changes and contact me   --&amp;gt;&lt;br /&gt;
Please also check the [[Investigation of exploits|Extension Investigation List]].&lt;br /&gt;
 &lt;br /&gt;
== Check and Report.  ==&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions in the [[jforum:432|security forum]]  clearly marked with the first word in the title being ''Vulnerable'' where the security moderators or JSST team will respond. &lt;br /&gt;
This list is change protected,''' for additions or updates email''' ''vel @ joomla.org'' &lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
== How to use this list ==&lt;br /&gt;
'''Items will be removed after a suitable period and not on resolution.'''&lt;br /&gt;
&lt;br /&gt;
All known vulnerable extensions are the listed in the first column &amp;quot;Extension&amp;quot;. Any in a &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;red box &amp;lt;/span&amp;gt;are where we have not been given a fix. Any in a &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;turquoise box&amp;lt;/span&amp;gt; contain a link to the notice about an &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;update with link.&amp;lt;/span&amp;gt; Any that are in an uncolored box are a &amp;quot;Contact the Developer About This Extension&amp;quot;.&lt;br /&gt;
Alert Advisory details are in the center column.&lt;br /&gt;
If the &amp;quot;Extension Update Link &amp;amp; Date Column has &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;'''Not Known''' &amp;lt;/span&amp;gt; then it is where no update is known.&lt;br /&gt;
&lt;br /&gt;
'''This list is compiled from found information and may not be an up to date accurate list''' ''We do '''NOT''' promise to test or validate these reports. We do '''NOT''' guarantee the quality or effectiveness of any updates reported to us or listed here.''&lt;br /&gt;
To sign up for the feed please [http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions follow this link]&lt;br /&gt;
* We do not list BETA products, or extensions for J1.0.x&lt;br /&gt;
&lt;br /&gt;
== Developers - How to get yourself removed from the VEL ==&lt;br /&gt;
&lt;br /&gt;
Resolved items will be removed after a suitable period and not on resolution&lt;br /&gt;
&lt;br /&gt;
Please solve the issues and:&lt;br /&gt;
&lt;br /&gt;
* '''If JED listed''' &lt;br /&gt;
&lt;br /&gt;
To have your extension republished, please follow these steps:&lt;br /&gt;
&lt;br /&gt;
1- Solve the issues.&lt;br /&gt;
&lt;br /&gt;
2- Attach the new zip file at your actual JED listing.&lt;br /&gt;
&lt;br /&gt;
3- Change the extension version at JED listing.&lt;br /&gt;
&lt;br /&gt;
4- Make sure to include a notice in the JED description to the fact that the new release is a &amp;quot;Security Release&amp;quot; and those who use the extension should upgrade immediately.&lt;br /&gt;
&lt;br /&gt;
5- Email the VEL team with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website&lt;br /&gt;
&lt;br /&gt;
6- Create a [http://bit.ly/velunlist JED listing owner ticket] to the JED with a notice and ask that your listing be republished. Include the full details of your new version number and security notice page&lt;br /&gt;
&lt;br /&gt;
VEL email can be found above and the JED support link is in your notice of &amp;quot;unpublication&amp;quot; [http://extensions.joomla.org/component/maqmahelpdesk/ and here] &lt;br /&gt;
&lt;br /&gt;
* '''If not JED listed.''' &lt;br /&gt;
Inform us by '''email''' with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website.&lt;br /&gt;
&lt;br /&gt;
== January 2012 and onwards Reported Vulnerable Extensions ==&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  RSfiles==&lt;br /&gt;
|SQL&lt;br /&gt;
|180313&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  1.6.8 update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Collector    ==&lt;br /&gt;
|Various [steevo.fr]&lt;br /&gt;
|230113&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  tz guestbook   ==&lt;br /&gt;
|Various &lt;br /&gt;
|100113&lt;br /&gt;
|developer release statement [http://www.templaza.com/item/256-tz-guestbook-v1-1-2-security-release for 1.1.2]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== extplorer    ==&lt;br /&gt;
| 2.1.2, 2.1.1, 2.1.0 and 2.1.0RC5 are vulnerable to an authentication bypass&lt;br /&gt;
|251212&lt;br /&gt;
|developer [http://extplorer.net/news/12  update to 2.1.3 statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JooProperty    ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|101212&lt;br /&gt;
|developer release new version 1.13.1 -  [http://jooproperty.com/en/forum/last-jooproperty-release/277-important-security-fix-released-please-update.html#277 upgrade notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ag google analytic    ==&lt;br /&gt;
|Various&lt;br /&gt;
|061212&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== sh404sef &amp;lt;3.7.0 ==&lt;br /&gt;
|Undisclosed sh404SEF 3.4.x, 3.5.x, 3.6.x for Joomla 2.5&lt;br /&gt;
|26112&lt;br /&gt;
|developer [http://anything-digital.com/sh404sef/news/releases/sh404sef-3_7_0_1485-released.html statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Login Failed Log     ==&lt;br /&gt;
|23112&lt;br /&gt;
|ID - information disclosure&lt;br /&gt;
|developer [http://www.jm-experts.com/extensions-tools/login-failed-log release statement] to ver 1.5.4&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== jNews==&lt;br /&gt;
|&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joobi.co/index.php?option=com_content&amp;amp;view=article&amp;amp;id=8560:security-release-update-to-jnews-79x&amp;amp;catid=93:jnews&amp;amp;Itemid=225 statement to version  7.9.1] 151112&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Joombah Jobs    ==&lt;br /&gt;
|Upload restriction issues&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joombah.com/home/item/joombah-jobs-security-release-update-now statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== commedia    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|231012&lt;br /&gt;
|developer update [http://www.ecolora.com/index.php/15-commedia-a-mp3browser-new/77-commedia-3-2-is-not-vulnerable#english statement to version 3.2] 271012&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Kunena ==&lt;br /&gt;
|SQLi + ID&lt;br /&gt;
|221012&lt;br /&gt;
|Developer states [http://www.kunena.org/forum/announcement/id-52 current version not exploitable] by reported methods&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Icagenda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|Developer  [http://www.joomlic.com/en/extensions/icagenda   statement for 1.2.9] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JTag [joomlatag]   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==   Freestyle Support  ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|developer update [http://freestyle-joomla.com/help/announcements?announceid=60 statement 251012]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ACEFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|AceFTP 2.0.0 released. Developer [http://www.joomace.net/blog/aceftp/aceftp-200-has-been-released statement] 101012&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  MijoFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|*''reported fixed prior to notification''*&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  spider calendar lite   ==&lt;br /&gt;
|RFI &lt;br /&gt;
|180912&lt;br /&gt;
|developer release version 1.5 [http://web-dorado.com/products/joomla-calendar-module.html  version]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RokModule   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|Rereported 180912&lt;br /&gt;
|Developer states: no known exploits for our current versions [http://www.rockettheme.com/extensions-downloads/free/1012-rokmodule of RokModule Joomla 2.5 - v1.3 Joomla 1.5 - v1.4]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ICagenda   ==&lt;br /&gt;
| SQLi&lt;br /&gt;
|developer [http://www.joomlic.com/en/extensions/icagenda security release] - v1.2.1&lt;br /&gt;
|080912&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  En Masse cart   ==&lt;br /&gt;
|RFI&lt;br /&gt;
|060812&lt;br /&gt;
|Developer upgrade statement [http://www.matamko.com/news-update/14-en-masse-releases/142-announcement-for-security-release-enmasse-313.html   to 3.1.3]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   JCE (joomla content editor)  ==&lt;br /&gt;
|Upload Restriction &amp;lt;2.2.4 &lt;br /&gt;
|050812&lt;br /&gt;
|Developer states current version not exploitable &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RSGallery2  ==&lt;br /&gt;
|SQLi XSS&lt;br /&gt;
| 31 07 12&lt;br /&gt;
|Devleoper statement versions 3.2.0 for Joomla 2.5 and version 2.3.0 for Joomla 1.5  [http://www.rsgallery2.nl/topicseen./announcements/rsgallery2_3.2.0_and_2.3.0_released_16845.msg44046.html released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  osproperty   ==&lt;br /&gt;
|Unrestricted uploads&lt;br /&gt;
|160712&lt;br /&gt;
|Developer release [http://joomservices.com/components/ossolution-property.html version  2.0.3] 180712&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== KSAdvertiser     ==&lt;br /&gt;
| RFI &lt;br /&gt;
|160712&lt;br /&gt;
|The security update version 1.5.72 advise can be found here:&lt;br /&gt;
[http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=251:kiss-advertiser-sicherheitsupdate&amp;amp;catid=69&amp;amp;Itemid=361&amp;amp;lang=de German] [http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=252:kiss-advertiser-security-update&amp;amp;catid=21&amp;amp;Itemid=362&amp;amp;lang=en English]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Shipping by State for Virtuemart   ==&lt;br /&gt;
|elevated permissions (http://web-expert.gr/en)&lt;br /&gt;
|160612&lt;br /&gt;
| [http://web-expert.gr/en/commersial/virtuemart-shipping-by-state-component Upgrade to v2.5 download] commercial product 300612&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ownbiblio 1.5.3   ==&lt;br /&gt;
|SQLi + &lt;br /&gt;
|250512&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  Ninjaxplorer &amp;lt;=1.0.6   ==&lt;br /&gt;
|developer notification&lt;br /&gt;
|250412&lt;br /&gt;
|developer statement [http://ninjaforge.com/blog/318-security-vulnerability-discovered-in-ninjaxplorer-upgrade-immediately upgrade to 1.0.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Phoca Fav Icon    ==&lt;br /&gt;
|Permissions Rewrite&lt;br /&gt;
|150412&lt;br /&gt;
| [http://www.phoca.cz/news/30-phoca-news/633-phoca-favicon-203-released developer update 2.0.3 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  estateagent improved   ==&lt;br /&gt;
|sqli (eaimproved.eu)&lt;br /&gt;
|110412&lt;br /&gt;
|developer states previous version, not current version&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  bearleague   ==&lt;br /&gt;
|110412&lt;br /&gt;
|sql &lt;br /&gt;
|(no longer maintained)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JLive! Chat v4.3.1   ==&lt;br /&gt;
|DT &lt;br /&gt;
|060412&lt;br /&gt;
|Developer reports [http://www.cmsfruit.com/security-measures.html  as unproven]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   virtuemart 2.0.2  ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|050412&lt;br /&gt;
|developers [http://virtuemart.net/news/list-all-news/417-happy-easter-new-virtuemart-204-released-security-update-sqli release statement]Current version 2.0.6 released&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JE testimonial    ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|230312&lt;br /&gt;
|Developer states '''malicious report.'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JaggyBlog   ==&lt;br /&gt;
|excessive file permission &lt;br /&gt;
|090212&lt;br /&gt;
|version 1.3.1 [http://www.jaggysnake.co.uk/products/jaggyblog released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Quickl Form   ==&lt;br /&gt;
|xss&lt;br /&gt;
|260112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  com_advert   ==&lt;br /&gt;
|sqli - unknown developer&lt;br /&gt;
|240112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla Discussions Component    ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|Discussions 1.4.1 released  [http://www.codingfish.com/news/38-joomla/101-discussions-141-released developer statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== HD Video Share (contushdvideoshare)  ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|updated [http://www.hdvideoshare.net version 2.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== January 2011 - Jan 2012  Reported Vulnerable Extensions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions either in the [[jforum:432]] security topic clearly marked with the first word in the title being ''Vulnerable Report'' where the security moderators or JSST team will respond or via email to the VEL team. For a guide to the [http://docs.joomla.org/Vulnerable_Extensions_List#Codes_used codes]&lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Dshop    ==&lt;br /&gt;
|sqli (possibly dhrusya.com)&lt;br /&gt;
|201111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  QContacts 1.0.6   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|131211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jobprofile  1.0 ==&lt;br /&gt;
|  SQL Injection Vulnerability&lt;br /&gt;
|051211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JX Finder 2.0.1   ==&lt;br /&gt;
| XSS Vulnerabilities&lt;br /&gt;
|011211&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  wdbanners   ==&lt;br /&gt;
|Unknown Exploit&lt;br /&gt;
|301111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  JB Captify Content  J1.5 and J1.7     ==&lt;br /&gt;
|Security checks missing -Versions prior to JB_mod_captifyContent_J1.5_J1.7_1.0.1.zip&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [http://joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JB Microblog   ==&lt;br /&gt;
|Security checks missing - J1.7 only. Versions prior to 1.10.3 &lt;br /&gt;
|14111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Slideshow &amp;lt;3.5.1,   ==&lt;br /&gt;
|Security checks missing&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Bamboobox   ==&lt;br /&gt;
|Security checks missing - J1.5 all versions prior to 1.2.2 &lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  RokModule    ==&lt;br /&gt;
|SQLI - exploits     RokStock RokWeather RokNewspager&lt;br /&gt;
|121111&lt;br /&gt;
|developer release statement [http://www.rockettheme.com/blog/extensions/1300-important-security-vulnerability-fixed    RokModule v1.3 for Joomla 1.7   RokModule v1.4 for Joomla 1.5]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  hm community   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
|011111&lt;br /&gt;
|developer release [http://joomlaextensions.co.in/product/HM-Community 1.01]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Alameda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|01111&lt;br /&gt;
|developer statement [http://www.blueflyingfish.com/alameda/index.php?option=com_content&amp;amp;view=category&amp;amp;id=5&amp;amp;Itemid=28 and Latest version number v1.0.1.]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Techfolio 1.0    ==&lt;br /&gt;
|Techfolio 1.0 SQLI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Barter Sites 1.3  ==&lt;br /&gt;
|Barter Sites 1.3 SQL Injection &amp;amp; Persistent XSS vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer [http://my.barter-sites.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=6&amp;amp;Itemid=25 release 1.3.1] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Jeema SMS 3.2  ==&lt;br /&gt;
|Jeema SMS 3.2 Multiple Vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer resolution notice [http://jeema.net/about-us/securty-releases.html for 3.5.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Vik Real Estate 1.0   ==&lt;br /&gt;
|Vik Real Estate 1.0  Multiple Blind SqlI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== yj contact    ==&lt;br /&gt;
|LFI (youjoomla contact)&lt;br /&gt;
|241011&lt;br /&gt;
|developer update statement [http://www.youjoomla.com/yj-contact-us-1.0.1-released.html 261011]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   NoNumber Framework  ==&lt;br /&gt;
| Advanced Module Manager * AdminBar Docker * Add to Menu * Articles Anywhere * What? Nothing!* Tooltips* Tabber* Sourcerer* Slider* Timed Styles* Modules Anywhere* Modalizer* ReReplacer* Snippets* DB Replacer* CustoMenu* Content Templater* CDN for Joomla!* Cache Cleaner* Better Preview&lt;br /&gt;
|181011&lt;br /&gt;
|see http://feeds.feedburner.com/nonumber/news for updates of various extensions&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Time Returns    ==&lt;br /&gt;
|SQLi takeaweb.it&lt;br /&gt;
|151011&lt;br /&gt;
|No longer developed. New version 2.0.1 for Joomla 1.6/1.7 (old version are no longer supported) http://www.takeaweb.it&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|300811&lt;br /&gt;
|developer advice [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64&amp;amp;Itemid=59 page] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jumi    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|300811&lt;br /&gt;
|Developer states proper use of joomla administration/extension documentation reading&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla content editor    ==&lt;br /&gt;
|JCE lfi/rfi vulnerability&lt;br /&gt;
|&lt;br /&gt;
|JCE 2.0.11 and JCE 1.5.7.14 [http://www.joomlacontenteditor.net/news/item/jce-2011-released have been released]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Google Website Optimizer  ==&lt;br /&gt;
|Numerous vulnerabilities. Website Optimizer, Pearl Group&lt;br /&gt;
|290811&lt;br /&gt;
|developer update [http://www.pearl-group.com/optimizer-changelog statement to ver. 1.4.0] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Almond Classifieds   ==&lt;br /&gt;
|777 Folder settings (all folders it uses are set to 777 including previously 755 locked folders) &lt;br /&gt;
|260811&lt;br /&gt;
|developer resolution [http://www.almondsoft.com/acj/ notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== joomtouch    ==&lt;br /&gt;
|LFI/RFI&lt;br /&gt;
|180811&lt;br /&gt;
|developers [http://www.joomtouch.com/ultime/4-risolta-la-vulnerabilita-di-joomtouch.html resolution notice  1.0.3]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RAXO All-mode PRO   ==&lt;br /&gt;
|Timthumb  RFI &lt;br /&gt;
|110811&lt;br /&gt;
|[http://raxo.org/forum/viewtopic.php?f=2&amp;amp;t=60#p2056 developer upgrade 1.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  V-portfolio   ==&lt;br /&gt;
|DT - open folders&lt;br /&gt;
|110811&lt;br /&gt;
| [http://vsmart-extensions.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=61 developer resolution statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== obSuggest    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|310711&lt;br /&gt;
|developer [http://foobla.com/news/latest/obsuggest-1.8-security-release.html release statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple Page    ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|developer update [http://omar84.com/latest-news/65-simple-page-options-1517-security-release statement] v1.5.17 has been released&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/components/je-story-submit.html devloper security update] notice to ver 1.9&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   appointment booking pro  ==&lt;br /&gt;
|LFI 22071&lt;br /&gt;
|&lt;br /&gt;
|[http://appointmentbookingpro.com/index.php?option=com_kunena&amp;amp;Itemid=66&amp;amp;func=view&amp;amp;catid=25&amp;amp;id=8129#8129 developer update security announcement] Current 2.0.1 and 1.4.x versions, are '''not''' vulnerable,&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  acajoom   ==&lt;br /&gt;
|xss (admin permission required)&lt;br /&gt;
|220711&lt;br /&gt;
|updated to 5.20&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  gTranslate   ==&lt;br /&gt;
|ID - &lt;br /&gt;
|220711&lt;br /&gt;
|[http://edo.webmaster.am/gtranslate-changelog developer security release] 1.5 x.25 and 1.6 x.26.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  alpharegistration    ==&lt;br /&gt;
|http://www.alphaplug.com/ Please contact the developer for any questions on this extension&lt;br /&gt;
|170711 220711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jforce    ==&lt;br /&gt;
|DT - &lt;br /&gt;
|170711&lt;br /&gt;
| [http://www.jforce.com/blog/270-jforce-security-release.html developer states The new version number v1.5r1362 resolves the problem] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Flash Magazine Deluxe Joomla   ==&lt;br /&gt;
|ID [http://www.joomplace.com/joomla-components/flash-magazine-deluxe-component.html multiple vulnerabilities]&lt;br /&gt;
|170711&lt;br /&gt;
|[http://www.joomplace.com/news-blog/flashmagazine-deluxe-2-1-4-security-release.html developer release] 2.1.4&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== AVreloaded    ==&lt;br /&gt;
|SQLi - version 1.2.6&lt;br /&gt;
|150711&lt;br /&gt;
|[http://allvideos.fritz-elfert.de/ 1.2.7 released developer release statement 160711] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  Sobi   ==&lt;br /&gt;
|SQLI - &lt;br /&gt;
|130711&lt;br /&gt;
|[http://www.sigsiu.net/changelog developer fix and update statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  fabrik   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|120711&lt;br /&gt;
|[http://fabrikar.com/downloads/details/36/89 Developers Update statement 2.1]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  xmap   ==&lt;br /&gt;
|sqli 1.2.11 &lt;br /&gt;
|120711&lt;br /&gt;
|upgrade to 1.2.12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Atomic Gallery     ==&lt;br /&gt;
|Creates 777 folders [http://www.atomicon.nl/atomicongallery Atomic gallery] &lt;br /&gt;
|110711&lt;br /&gt;
|developer [http://www.atomicon.nl/atomicongallery#changelog release statement/changelog]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  myApi   ==&lt;br /&gt;
|ID [http://extensions.joomla.org/component/mtree/social-web/facebook-integration/11624 Contains &amp;quot;Call-Home&amp;quot; function. Sends private user information to developer.] &lt;br /&gt;
|020711&lt;br /&gt;
|[http://www.myapi.co.uk/ Developer states Use version 1.3.4.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  mdigg   ==&lt;br /&gt;
|SQL I (not listed in JED)&lt;br /&gt;
|020711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Calc Builder   ==&lt;br /&gt;
|sqli + ID&lt;br /&gt;
|180611&lt;br /&gt;
| [http://components.moonsoft.es/downloadcalcbuilder  dev security release 0.0.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Cool Debate    ==&lt;br /&gt;
|Cool Debate 1.03 LFI&lt;br /&gt;
|&lt;br /&gt;
| version [http://www.acoolsip.com/development/a-cool-debate.html 1.0.8 released.] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Scriptegrator Plugin 1.5.5==&lt;br /&gt;
|LFI&lt;br /&gt;
|140611&lt;br /&gt;
| [http://www.greatjoomla.com/news/index.html  Update - Core Design Scriptegrator plugin 2.0.9 &amp;amp;] 1.5.6&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Joomnik Gallery   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/joomnik/ developer update to 0.9.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JMS fileseller   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|0611&lt;br /&gt;
|[http://joommasters.com/commercial-extensions/components/jms-fileseller.html developer upgrade announcement to v1.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sh404SEF   ==&lt;br /&gt;
|low-level XSS security issue&lt;br /&gt;
|300511&lt;br /&gt;
|[http://dev.anything-digital.com/Forum/Announcements/11147-sh404SEF-2.2.6-now-available-for-Joomla-1.5/ Dev upgrade statement to 2.2.6]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story submit    ==&lt;br /&gt;
|LFI/RFI &lt;br /&gt;
|&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/modules/je-content-menu.html?page=shop.product_details&amp;amp;flypage=flypage.tpl&amp;amp;product_id=77&amp;amp;category_id=13&amp;amp;vmcchk=1 developer states Version 1.8]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   FCKeditor   ==&lt;br /&gt;
|File Upload Vulnerability&lt;br /&gt;
|230511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== KeyCaptcha    ==&lt;br /&gt;
|ID &lt;br /&gt;
|190511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ask A Question AddOn v1.1   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|160511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Global Flash Gallery     ==&lt;br /&gt;
|flash-gallery.com xss &lt;br /&gt;
|130511&lt;br /&gt;
|[http://flash-gallery.com/help/joomla-extension/faq/security-update-0.5.0/ dev release 0.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== com_google     ==&lt;br /&gt;
|LFI [http://freejoomlacomponent.appspot.com/ com_google]&lt;br /&gt;
|080511&lt;br /&gt;
|[http://freejoomlacomponent.appspot.com/securityrelease.html devs update to 1.5.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  docman   ==&lt;br /&gt;
|com-docman Input Validation Error &lt;br /&gt;
|160511&lt;br /&gt;
|[http://forum.joomla.org/viewtopic.php?p=2502904#p2502904 devs resolution statement, report for old version]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Newsletter Subscriber    ==&lt;br /&gt;
|XSS &lt;br /&gt;
|120511&lt;br /&gt;
|[http://mavrosxristoforos.com/joomla-extensions/free/newsletter-subscriber Deveopler update]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Akeeba   ==&lt;br /&gt;
|akkeba backup and joomlapack&lt;br /&gt;
|170411&lt;br /&gt;
|[https://www.akeebabackup.com/home/item/1091-akeeba-backup-3-2-7.html dev update to 3.2.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Facebook Graph Connect   ==&lt;br /&gt;
|SID. call home device with user credentials&lt;br /&gt;
|120411&lt;br /&gt;
|[http://www.sikkimonline.info/security-notice dev update notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== booklibrary    ==&lt;br /&gt;
|SQLi ordasoft booklibrary&lt;br /&gt;
|180311&lt;br /&gt;
|[http://ordasoft.com/Book-Library/security-upgrade-instructions-for-book-library.html developer upgrade instructions]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== semantic    ==&lt;br /&gt;
|com semantic http://www.scms.es/joomla creates hidden admin users &lt;br /&gt;
|150311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JOMSOCIAL 2.0.x 2.1.x   ==&lt;br /&gt;
|SID, open folders&lt;br /&gt;
|120311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  flexicontent   ==&lt;br /&gt;
|forced 777, malicious files &lt;br /&gt;
|250311&lt;br /&gt;
|[http://www.flexicontent.org/home/item/192-flexicontent-154-is-finally-out.html devs resolve statement], [http://www.flexicontent.org/downloads/latest-version.html Changelog]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== jLabs Google Analytics Counter     ==&lt;br /&gt;
|jLabs Google Analytics Counter  SID&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  xcloner   ==&lt;br /&gt;
|Unspecified&lt;br /&gt;
|260211&lt;br /&gt;
|[http://www.xcloner.com/xcloner-news/important-security-upgrade/ dev announcement of security release]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== smartformer    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|230211 (repeat of 041110)&lt;br /&gt;
|[http://www.itoris.com/joomla-form-builder-smartformer.html v2.4.1 security fix for Joomla 1.5.x]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== xmap 1.2.10    ==&lt;br /&gt;
|Malicious payload in zip&lt;br /&gt;
|230211&lt;br /&gt;
|[http://joomla.vargas.co.cr/en/news/4-xmap/95-security-notice developer resolution notic]e Clean version available from [http://joomlacode.org/gf/project/xmap/frs/ joomlacode] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Frontend-User-Access 3.4.1  ==&lt;br /&gt;
|Frontend-User-Access 3.4.1 from http://www.pages-and-items.com LFI&lt;br /&gt;
|030211&lt;br /&gt;
|update to [http://extensions.joomla.org/extensions/access-a-security/frontend-access-control/6874 Frontend-User-Access 3.4.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  com properties 7134   ==&lt;br /&gt;
| http://com-property.com/ malicious files in script&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/property/frs/?action=FrsReleaseBrowse&amp;amp;frs_package_id=5815 Dev update statement]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  B2 Portfolio ==&lt;br /&gt;
|B2 portfolio 1.0 SQLi pulseextensions.com&lt;br /&gt;
|250111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  allcinevid   ==&lt;br /&gt;
|SQLI http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/15367&lt;br /&gt;
|220111&lt;br /&gt;
|[http://www.joomtraders.com/our-blog/allcinevid-1.0-sql-injection.html Developers resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== People Component    ==&lt;br /&gt;
|People component http://www.ptt-solution.com/vmchk/people-component.html sqli&lt;br /&gt;
|150111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jimtawl    ==&lt;br /&gt;
|Jimtawl LFI &lt;br /&gt;
|251110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Maian Media SILVER  ==&lt;br /&gt;
|Maian Media SQLi&lt;br /&gt;
|151110&lt;br /&gt;
|Developer states unproven in free edition, paid/SILVER version is being upgraded. [http://www.aretimes.com/index.php?option=com_content&amp;amp;view=category&amp;amp;layout=blog&amp;amp;id=40&amp;amp;Itemid=113 dev article]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  alfurqan  ==&lt;br /&gt;
|alfurqan 1.5 sqli&lt;br /&gt;
|151110&lt;br /&gt;
|developer update [http://forums.islamis4u.com/index.php/topic%2c83.0.html statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ccboard   ==&lt;br /&gt;
|[http://extensions.joomla.org/extensions/communication/forum/6823 ccboard XSS and SQLi]&lt;br /&gt;
|131110&lt;br /&gt;
| on my site at [http://codeclassic.org/component/content/article/1-latest-news/83-ccboard-13-released.html] Please find the respective update information&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   ProDesk v 1.5  ==&lt;br /&gt;
|LFI &lt;br /&gt;
|091110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sponsorwall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
|developer  [http://demo.pulseextensions.com/sponsor-wall.html resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Flip wall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
| developer http://demo.pulseextensions.com/flip-wall.html update notice  [http://www.example.com link title]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Freestyle FAQ 1.5.6     ==&lt;br /&gt;
|http://freestyle-joomla.com/fssdownloads/viewcategory/2 Freestyle FAQ 1.5.6 ‎SQL Injection&lt;br /&gt;
|&lt;br /&gt;
|[http://freestyle-joomla.com/index.php?announceid=43 new version (1.9.0) is available which fixes] the security issues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   iJoomla Magazine 3.0.1  ==&lt;br /&gt;
|iJoomla Magazine 3.0.1 RFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Clantools   ==&lt;br /&gt;
| &lt;br /&gt;
|http://www.joomla-clantools.de/downloads/doc_download/7-clantools-123.html clantool sqli&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jphone   ==&lt;br /&gt;
|jphone LFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  PicSell    ==&lt;br /&gt;
|[http://vm.xmlswf.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=104&amp;amp;Itemid=131Picsell LFD, 777]&lt;br /&gt;
|020910&lt;br /&gt;
|new version [http://vm.xmlswf.com/picsell released 150312]  version number 11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Zoom Portfolio   ==&lt;br /&gt;
|SID&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   zina   ==&lt;br /&gt;
|[http://www.pancake.org/zina/ SQL Injection]&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Team's   ==&lt;br /&gt;
|[http://www.joomlamo.com Teams extension] SQL Injection &lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Amblog    ==&lt;br /&gt;
|[http://robitbt.hu/jm/index.php?option=com_amdownloader&amp;amp;task=showfiles&amp;amp;pathid=8 Amblog] SQLi&lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   wmtpic  ==&lt;br /&gt;
|www.webmaster-tips.net various&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Jomtube    ==&lt;br /&gt;
|http://www.jomtube.com/ SID&lt;br /&gt;
|220710&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Rapid Recipe    ==&lt;br /&gt;
|http://www.rapid-source.com Persistent XSS Vulnerability last known fix version 1.7.2 &lt;br /&gt;
|july 10,2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Health &amp;amp; Fitness Stats   ==&lt;br /&gt;
|http://joomla-extensions.instantiate.co.uk/jcomponents/healthstats Persistent XSS Vulnerability july 10,2010 &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  staticxt   ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/edition/custom-code-in-content/2184  no version number provided&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   quickfaq  ==&lt;br /&gt;
|http://www.schlu.net sqli&lt;br /&gt;
|090710&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==    Minify4Joomla  ==&lt;br /&gt;
|http://waltercedric.com/ LFI and xss&lt;br /&gt;
|090710&lt;br /&gt;
|No longer available to download&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   IXXO Cart   ==&lt;br /&gt;
|http://www.php-shop-system.com/ SQLi LFI XSS Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|developer resolution [http://support.ixxoglobal.com/index.php?/News/NewsItem/View/22/ixxo-cart-new-release-v41190 notice] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  PaymentsPlus   ==&lt;br /&gt;
|http://paymentsplus.com.au/ 2.1.5 Blind SQL Injection Vulnerability&lt;br /&gt;
|090710 &lt;br /&gt;
|current version 2.20, 2.1.5 not listed on dev site&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ArtForms   ==&lt;br /&gt;
|http://joomlacode.org/gf/project/jartforms/ ArtForms 2.1b7.2 RC2 Multiple Remote Vulnerabilities&lt;br /&gt;
|090710&lt;br /&gt;
| Old beta extension &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  autartimonial   ==&lt;br /&gt;
|autartica.be Sqli Vulnerability&lt;br /&gt;
|060710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== eventcal 1.6.4    ==&lt;br /&gt;
|http://joomlacode.org/gf/project/eventcal/frs/ SQL I  last update 2006-12-31 on joomlacode&lt;br /&gt;
|040710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== date converter    ==&lt;br /&gt;
|http://sourceforge.net/projects/date-converter/ sqli&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== real estate    ==&lt;br /&gt;
|http://www.opensourcetechnologies.com/demos/real-estate.html RFI&lt;br /&gt;
|210610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  cinema   ==&lt;br /&gt;
|SQL injection&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Jreservation  ==&lt;br /&gt;
|http://jforjoomla.com/ SQLi Vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   joomdocs  ==&lt;br /&gt;
|http://joomclan.com/index.php/JoomDocs/ xss vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Live Chat    ==&lt;br /&gt;
|http://www.joompolitan.com/livechat.html Multiple Remote Vulnerabilities &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Turtushout 0.11    ==&lt;br /&gt;
| http://www.turtus.org.ua/files?func=fileinfo&amp;amp;id=13 SQL Injection (again)&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  BF Survey Pro Free   ==&lt;br /&gt;
|BF Survey Pro Free SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|Product marker as retired by the developer&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MisterEstate   ==&lt;br /&gt;
|http://www.misterestate.com/ Blind SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  RSMonials    ==&lt;br /&gt;
|http://www.rswebsols.com/downloads/category/14-download-rsmonials-all?download=23%3Adownload-rsmonials-component XSS Exploit&lt;br /&gt;
|190610&lt;br /&gt;
|Believed to be 1.5.1 version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Answers v2.3beta   ==&lt;br /&gt;
|Multiple Vulnerabilities http://extensions.joomla.org/extensions/communication/forum/12652&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Gallery XML 1.1   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/photos-a-images/photo-gallery/12504&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JFaq 1.2   ==&lt;br /&gt;
|JFaq 1.2 Multiple Vulnerabilities&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Listbingo 1.3   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/ads-a-affiliates/classified-ads/12062&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Alpha User Points    ==&lt;br /&gt;
|www.alphaplug.com LFI&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   recruitmentmanager  ==&lt;br /&gt;
|http://recruitment.focusdev.co.uk Upload Vulnerability&lt;br /&gt;
|130610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Info Line (MT_ILine)    ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/news-display/news-tickers-a-scrollers/8425 reports of shell scripts in download file&lt;br /&gt;
|120610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ads manager  Annonce   ==&lt;br /&gt;
|http://joomla.clubnautiquemarine.fr/ &lt;br /&gt;
Upload Vulnerability&lt;br /&gt;
| 05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  lead article    ==&lt;br /&gt;
|http://www.leadya.co.il/ SQLi&lt;br /&gt;
|050610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  djartgallery   ==&lt;br /&gt;
|http://www.design-joomla.eu Multiple Vul&lt;br /&gt;
|05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Gallery 2 Bridge    ==&lt;br /&gt;
|[http://trac.4theweb.nl/g2bridge g2bridge] LFI vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jsjobs   ==&lt;br /&gt;
|[http://www.joomsky.com jsjobs] SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Poll  ==&lt;br /&gt;
|http://slideshow.joomlaextensions.co.in/ SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MediQnA   ==&lt;br /&gt;
|MediQnA LFI vulnerability version : v1.1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Job  ==&lt;br /&gt;
|http://joomlaextensions.co.in/ LFI SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  SectionEx   ==&lt;br /&gt;
|Stack Ideas section Ex LFI&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ActiveHelper LiveHelp    ==&lt;br /&gt;
|XSS in [http://extensions.joomla.org/extensions/communication/chat/12492 LiveHelp] &lt;br /&gt;
|200510&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  JE Quotation Form   ==&lt;br /&gt;
|http://joomlaextensions.co.in/free-download/doc_download/11-je-quotation-form.html  LFI&lt;br /&gt;
|&lt;br /&gt;
|developers statement of [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form resolution]  '''note''', now known as [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form JE Quote Form] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  konsultasi   ==&lt;br /&gt;
|SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Seber Cart    ==&lt;br /&gt;
|Local File Disclosure Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|[http://www.sebercart.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=158 Developer Update 140510]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Camp26 Visitor    ==&lt;br /&gt;
|RFI www.camp26.biz&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   JE Property  ==&lt;br /&gt;
|JE Property Finder Upload Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Noticeboard  ==&lt;br /&gt;
|Noticeboard for Joomla &amp;quot;controller&amp;quot; Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==SmartSite     ==&lt;br /&gt;
|SmartSite com_smartsite Local File Inclusion Vulnerability &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  htmlcoderhelper graphics   ==&lt;br /&gt;
|htmlcoderhelper graphics v1.0.6 LFI Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
== Ultimate Portfolio    ==&lt;br /&gt;
|Ultimate Portfolio  Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Archery Scores   ==&lt;br /&gt;
| [http://lispeltuut.org/ Archery Scores (com_archeryscores) v1.0.6 LFI Vulnerability]&lt;br /&gt;
&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  ZiMB Manager   ==&lt;br /&gt;
|Joomla Component ZiMB Manager Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Matamko   ==&lt;br /&gt;
|Matamko Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Root   ==&lt;br /&gt;
|Multiple Root Local File Inclusion Vulnerability http://joomlacomponent.inetlanka.com/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Map   ==&lt;br /&gt;
|Multiple Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Contact Us Draw Root Map  ==&lt;br /&gt;
|Draw Root Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  iF surfALERT   ==&lt;br /&gt;
|[http://www.inertialfate.za.net/ iF surfALERT] Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   GBU FACEBOOK  ==&lt;br /&gt;
|GBU FACEBOOK SQL injection vulnerability http://www.gbugrafici.nl/gbufacebook/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   jnewspaper  ==&lt;br /&gt;
|jnewspaper (cid) SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
== MT Fire Eagle ==&lt;br /&gt;
&lt;br /&gt;
|LFI http://joomlacode.org/gf/project/jfireeagle/frs/ http://www.moto-treks.com&lt;br /&gt;
| 190410&lt;br /&gt;
| product considered retired and to be replaced by dev&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Sweetykeeper   ==&lt;br /&gt;
|Sweetykeeper Local File Inclusion Vulnerability  http://www.joomlacorner.com/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  jvehicles   ==&lt;br /&gt;
|SQL Injection http://jvehicles.com&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  worldrates   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  cvmaker   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  advertising   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   horoscope  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   webtv  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  diary   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Memory Book   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  JprojectMan   ==&lt;br /&gt;
|LFI http://extensions.joomla.org/extensions/communities-a-groupware/project-a-task-management/5676&lt;br /&gt;
|110410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   econtentsite  ==&lt;br /&gt;
|LFI&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    Jvehicles ==&lt;br /&gt;
|ID&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    gigcalender   ==&lt;br /&gt;
&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/calendars-a-events/events/97)http://extensions.joomla.org/extensions/calendars-a-events/events/97 gigcalender]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    heza content   ==&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427)http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427  heza content]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  SqlReport   ==&lt;br /&gt;
|Sqlreport has a sql/RFI exploit. awaiting confirmation on exact developer.&lt;br /&gt;
|Feb 20&lt;br /&gt;
|'''Not Known'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Yelp ==&lt;br /&gt;
| SQLi - Unable to locate developer. Possibly a custom extension.&lt;br /&gt;
|Feb 01 &lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; | '''  Not Known'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''This list is change protected, for updates or additions [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=87230 lafrance] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD]&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
== Codes used ==&lt;br /&gt;
SQLi - SQL injection [http://en.wikipedia.org/wiki/Code_injection#SQL_injection wikipedia]&lt;br /&gt;
&lt;br /&gt;
LFI - Local File Inclusion [http://www.scribd.com/doc/6498408/Remote-and-Local-File-Inclusion-Explained scribd]&lt;br /&gt;
&lt;br /&gt;
RFI - Remote file inclusion [http://en.wikipedia.org/wiki/Remote_File_Inclusion wikipedia]&lt;br /&gt;
&lt;br /&gt;
DT - Directory Traversal [http://en.wikipedia.org/wiki/Directory_traversal wikipedia] (incl 777 folders)&lt;br /&gt;
&lt;br /&gt;
ID = Information Disclosure: account information or sensitive information publicly viewable, or passed to 3rd party without knowledge&lt;br /&gt;
&lt;br /&gt;
== Future Actions &amp;amp; WIP ==&lt;br /&gt;
&lt;br /&gt;
[http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions RSS feed] completed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to feed VEL direct to twitter&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The RSS feed is currently fed by item entry order and not by date fixed. &lt;br /&gt;
List as discussed in  [[jtopic:455746]] by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD] editing by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Security]]&lt;br /&gt;
[[Category:Component Management]]&lt;/div&gt;</summary>
		<author><name>Mandville</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Vulnerable_Extensions_List</id>
		<title>Vulnerable Extensions List</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Vulnerable_Extensions_List"/>
				<updated>2013-02-28T02:44:24Z</updated>
		
		<summary type="html">&lt;p&gt;Mandville: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- ***all wiki editors*** - do NOT touch without notice   --&amp;gt;&lt;br /&gt;
'''List prior to Jnuary 2011 ([[Archived vel|now archived]])''' Please check here also. &lt;br /&gt;
&amp;lt;!-- if you have altered the above line then revert your changes and contact me   --&amp;gt;&lt;br /&gt;
Please also check the [[Investigation of exploits|Extension Investigation List]].&lt;br /&gt;
 &lt;br /&gt;
== Check and Report.  ==&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions in the [[jforum:432|security forum]]  clearly marked with the first word in the title being ''Vulnerable'' where the security moderators or JSST team will respond. &lt;br /&gt;
This list is change protected,''' for additions or updates email''' ''vel @ joomla.org'' &lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
== How to use this list ==&lt;br /&gt;
'''Items will be removed after a suitable period and not on resolution.'''&lt;br /&gt;
&lt;br /&gt;
All known vulnerable extensions are the listed in the first column &amp;quot;Extension&amp;quot;. Any in a &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;red box &amp;lt;/span&amp;gt;are where we have not been given a fix. Any in a &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;turquoise box&amp;lt;/span&amp;gt; contain a link to the notice about an &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;update with link.&amp;lt;/span&amp;gt; Any that are in an uncolored box are a &amp;quot;Contact the Developer About This Extension&amp;quot;.&lt;br /&gt;
Alert Advisory details are in the center column.&lt;br /&gt;
If the &amp;quot;Extension Update Link &amp;amp; Date Column has &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;'''Not Known''' &amp;lt;/span&amp;gt; then it is where no update is known.&lt;br /&gt;
&lt;br /&gt;
'''This list is compiled from found information and may not be an up to date accurate list''' ''We do '''NOT''' promise to test or validate these reports. We do '''NOT''' guarantee the quality or effectiveness of any updates reported to us or listed here.''&lt;br /&gt;
To sign up for the feed please [http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions follow this link]&lt;br /&gt;
* We do not list BETA products, or extensions for J1.0.x&lt;br /&gt;
&lt;br /&gt;
== Developers - How to get yourself removed from the VEL ==&lt;br /&gt;
&lt;br /&gt;
Resolved items will be removed after a suitable period and not on resolution&lt;br /&gt;
&lt;br /&gt;
Please solve the issues and:&lt;br /&gt;
&lt;br /&gt;
* '''If JED listed''' &lt;br /&gt;
&lt;br /&gt;
To have your extension republished, please follow these steps:&lt;br /&gt;
&lt;br /&gt;
1- Solve the issues.&lt;br /&gt;
&lt;br /&gt;
2- Attach the new zip file at your actual JED listing.&lt;br /&gt;
&lt;br /&gt;
3- Change the extension version at JED listing.&lt;br /&gt;
&lt;br /&gt;
4- Make sure to include a notice in the JED description to the fact that the new release is a &amp;quot;Security Release&amp;quot; and those who use the extension should upgrade immediately.&lt;br /&gt;
&lt;br /&gt;
5- Email the VEL team with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website&lt;br /&gt;
&lt;br /&gt;
6- Create a [http://bit.ly/velunlist JED listing owner ticket] to the JED with a notice and ask that your listing be republished. Include the full details of your new version number and security notice page&lt;br /&gt;
&lt;br /&gt;
VEL email can be found above and the JED support link is in your notice of &amp;quot;unpublication&amp;quot; [http://extensions.joomla.org/component/maqmahelpdesk/ and here] &lt;br /&gt;
&lt;br /&gt;
* '''If not JED listed.''' &lt;br /&gt;
Inform us by '''email''' with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website.&lt;br /&gt;
&lt;br /&gt;
== January 2012 and onwards Reported Vulnerable Extensions ==&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  1.6.8 update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Collector    ==&lt;br /&gt;
|Various [steevo.fr]&lt;br /&gt;
|230113&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  tz guestbook   ==&lt;br /&gt;
|Various &lt;br /&gt;
|100113&lt;br /&gt;
|developer release statement [http://www.templaza.com/item/256-tz-guestbook-v1-1-2-security-release for 1.1.2]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== extplorer    ==&lt;br /&gt;
| 2.1.2, 2.1.1, 2.1.0 and 2.1.0RC5 are vulnerable to an authentication bypass&lt;br /&gt;
|251212&lt;br /&gt;
|developer [http://extplorer.net/news/12  update to 2.1.3 statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JooProperty    ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|101212&lt;br /&gt;
|developer release new version 1.13.1 -  [http://jooproperty.com/en/forum/last-jooproperty-release/277-important-security-fix-released-please-update.html#277 upgrade notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ag google analytic    ==&lt;br /&gt;
|Various&lt;br /&gt;
|061212&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== sh404sef &amp;lt;3.7.0 ==&lt;br /&gt;
|Undisclosed sh404SEF 3.4.x, 3.5.x, 3.6.x for Joomla 2.5&lt;br /&gt;
|26112&lt;br /&gt;
|developer [http://anything-digital.com/sh404sef/news/releases/sh404sef-3_7_0_1485-released.html statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Login Failed Log     ==&lt;br /&gt;
|23112&lt;br /&gt;
|ID - information disclosure&lt;br /&gt;
|developer [http://www.jm-experts.com/extensions-tools/login-failed-log release statement] to ver 1.5.4&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== jNews==&lt;br /&gt;
|&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joobi.co/index.php?option=com_content&amp;amp;view=article&amp;amp;id=8560:security-release-update-to-jnews-79x&amp;amp;catid=93:jnews&amp;amp;Itemid=225 statement to version  7.9.1] 151112&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Joombah Jobs    ==&lt;br /&gt;
|Upload restriction issues&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joombah.com/home/item/joombah-jobs-security-release-update-now statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== commedia    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|231012&lt;br /&gt;
|developer update [http://www.ecolora.com/index.php/15-commedia-a-mp3browser-new/77-commedia-3-2-is-not-vulnerable#english statement to version 3.2] 271012&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Kunena ==&lt;br /&gt;
|SQLi + ID&lt;br /&gt;
|221012&lt;br /&gt;
|Developer states [http://www.kunena.org/forum/announcement/id-52 current version not exploitable] by reported methods&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Icagenda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|Developer  [http://www.joomlic.com/en/extensions/icagenda   statement for 1.2.9] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JTag [joomlatag]   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==   Freestyle Support  ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|developer update [http://freestyle-joomla.com/help/announcements?announceid=60 statement 251012]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ACEFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|AceFTP 2.0.0 released. Developer [http://www.joomace.net/blog/aceftp/aceftp-200-has-been-released statement] 101012&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  MijoFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|*''reported fixed prior to notification''*&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  spider calendar lite   ==&lt;br /&gt;
|RFI &lt;br /&gt;
|180912&lt;br /&gt;
|developer release version 1.5 [http://web-dorado.com/products/joomla-calendar-module.html  version]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RokModule   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|Rereported 180912&lt;br /&gt;
|Developer states: no known exploits for our current versions [http://www.rockettheme.com/extensions-downloads/free/1012-rokmodule of RokModule Joomla 2.5 - v1.3 Joomla 1.5 - v1.4]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ICagenda   ==&lt;br /&gt;
| SQLi&lt;br /&gt;
|developer [http://www.joomlic.com/en/extensions/icagenda security release] - v1.2.1&lt;br /&gt;
|080912&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  En Masse cart   ==&lt;br /&gt;
|RFI&lt;br /&gt;
|060812&lt;br /&gt;
|Developer upgrade statement [http://www.matamko.com/news-update/14-en-masse-releases/142-announcement-for-security-release-enmasse-313.html   to 3.1.3]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   JCE (joomla content editor)  ==&lt;br /&gt;
|Upload Restriction &amp;lt;2.2.4 &lt;br /&gt;
|050812&lt;br /&gt;
|Developer states current version not exploitable &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RSGallery2  ==&lt;br /&gt;
|SQLi XSS&lt;br /&gt;
| 31 07 12&lt;br /&gt;
|Devleoper statement versions 3.2.0 for Joomla 2.5 and version 2.3.0 for Joomla 1.5  [http://www.rsgallery2.nl/topicseen./announcements/rsgallery2_3.2.0_and_2.3.0_released_16845.msg44046.html released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  osproperty   ==&lt;br /&gt;
|Unrestricted uploads&lt;br /&gt;
|160712&lt;br /&gt;
|Developer release [http://joomservices.com/components/ossolution-property.html version  2.0.3] 180712&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== KSAdvertiser     ==&lt;br /&gt;
| RFI &lt;br /&gt;
|160712&lt;br /&gt;
|The security update version 1.5.72 advise can be found here:&lt;br /&gt;
[http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=251:kiss-advertiser-sicherheitsupdate&amp;amp;catid=69&amp;amp;Itemid=361&amp;amp;lang=de German] [http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=252:kiss-advertiser-security-update&amp;amp;catid=21&amp;amp;Itemid=362&amp;amp;lang=en English]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Shipping by State for Virtuemart   ==&lt;br /&gt;
|elevated permissions (http://web-expert.gr/en)&lt;br /&gt;
|160612&lt;br /&gt;
| [http://web-expert.gr/en/commersial/virtuemart-shipping-by-state-component Upgrade to v2.5 download] commercial product 300612&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ownbiblio 1.5.3   ==&lt;br /&gt;
|SQLi + &lt;br /&gt;
|250512&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  Ninjaxplorer &amp;lt;=1.0.6   ==&lt;br /&gt;
|developer notification&lt;br /&gt;
|250412&lt;br /&gt;
|developer statement [http://ninjaforge.com/blog/318-security-vulnerability-discovered-in-ninjaxplorer-upgrade-immediately upgrade to 1.0.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Phoca Fav Icon    ==&lt;br /&gt;
|Permissions Rewrite&lt;br /&gt;
|150412&lt;br /&gt;
| [http://www.phoca.cz/news/30-phoca-news/633-phoca-favicon-203-released developer update 2.0.3 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  estateagent improved   ==&lt;br /&gt;
|sqli (eaimproved.eu)&lt;br /&gt;
|110412&lt;br /&gt;
|developer states previous version, not current version&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  bearleague   ==&lt;br /&gt;
|110412&lt;br /&gt;
|sql &lt;br /&gt;
|(no longer maintained)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JLive! Chat v4.3.1   ==&lt;br /&gt;
|DT &lt;br /&gt;
|060412&lt;br /&gt;
|Developer reports [http://www.cmsfruit.com/security-measures.html  as unproven]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   virtuemart 2.0.2  ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|050412&lt;br /&gt;
|developers [http://virtuemart.net/news/list-all-news/417-happy-easter-new-virtuemart-204-released-security-update-sqli release statement]Current version 2.0.6 released&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JE testimonial    ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|230312&lt;br /&gt;
|Developer states '''malicious report.'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JaggyBlog   ==&lt;br /&gt;
|excessive file permission &lt;br /&gt;
|090212&lt;br /&gt;
|version 1.3.1 [http://www.jaggysnake.co.uk/products/jaggyblog released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Quickl Form   ==&lt;br /&gt;
|xss&lt;br /&gt;
|260112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  com_advert   ==&lt;br /&gt;
|sqli - unknown developer&lt;br /&gt;
|240112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla Discussions Component    ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|Discussions 1.4.1 released  [http://www.codingfish.com/news/38-joomla/101-discussions-141-released developer statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== HD Video Share (contushdvideoshare)  ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|updated [http://www.hdvideoshare.net version 2.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== January 2011 - Jan 2012  Reported Vulnerable Extensions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions either in the [[jforum:432]] security topic clearly marked with the first word in the title being ''Vulnerable Report'' where the security moderators or JSST team will respond or via email to the VEL team. For a guide to the [http://docs.joomla.org/Vulnerable_Extensions_List#Codes_used codes]&lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Dshop    ==&lt;br /&gt;
|sqli (possibly dhrusya.com)&lt;br /&gt;
|201111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  QContacts 1.0.6   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|131211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jobprofile  1.0 ==&lt;br /&gt;
|  SQL Injection Vulnerability&lt;br /&gt;
|051211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JX Finder 2.0.1   ==&lt;br /&gt;
| XSS Vulnerabilities&lt;br /&gt;
|011211&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  wdbanners   ==&lt;br /&gt;
|Unknown Exploit&lt;br /&gt;
|301111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  JB Captify Content  J1.5 and J1.7     ==&lt;br /&gt;
|Security checks missing -Versions prior to JB_mod_captifyContent_J1.5_J1.7_1.0.1.zip&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [http://joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JB Microblog   ==&lt;br /&gt;
|Security checks missing - J1.7 only. Versions prior to 1.10.3 &lt;br /&gt;
|14111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Slideshow &amp;lt;3.5.1,   ==&lt;br /&gt;
|Security checks missing&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Bamboobox   ==&lt;br /&gt;
|Security checks missing - J1.5 all versions prior to 1.2.2 &lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  RokModule    ==&lt;br /&gt;
|SQLI - exploits     RokStock RokWeather RokNewspager&lt;br /&gt;
|121111&lt;br /&gt;
|developer release statement [http://www.rockettheme.com/blog/extensions/1300-important-security-vulnerability-fixed    RokModule v1.3 for Joomla 1.7   RokModule v1.4 for Joomla 1.5]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  hm community   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
|011111&lt;br /&gt;
|developer release [http://joomlaextensions.co.in/product/HM-Community 1.01]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Alameda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|01111&lt;br /&gt;
|developer statement [http://www.blueflyingfish.com/alameda/index.php?option=com_content&amp;amp;view=category&amp;amp;id=5&amp;amp;Itemid=28 and Latest version number v1.0.1.]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Techfolio 1.0    ==&lt;br /&gt;
|Techfolio 1.0 SQLI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Barter Sites 1.3  ==&lt;br /&gt;
|Barter Sites 1.3 SQL Injection &amp;amp; Persistent XSS vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer [http://my.barter-sites.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=6&amp;amp;Itemid=25 release 1.3.1] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Jeema SMS 3.2  ==&lt;br /&gt;
|Jeema SMS 3.2 Multiple Vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer resolution notice [http://jeema.net/about-us/securty-releases.html for 3.5.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Vik Real Estate 1.0   ==&lt;br /&gt;
|Vik Real Estate 1.0  Multiple Blind SqlI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== yj contact    ==&lt;br /&gt;
|LFI (youjoomla contact)&lt;br /&gt;
|241011&lt;br /&gt;
|developer update statement [http://www.youjoomla.com/yj-contact-us-1.0.1-released.html 261011]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   NoNumber Framework  ==&lt;br /&gt;
| Advanced Module Manager * AdminBar Docker * Add to Menu * Articles Anywhere * What? Nothing!* Tooltips* Tabber* Sourcerer* Slider* Timed Styles* Modules Anywhere* Modalizer* ReReplacer* Snippets* DB Replacer* CustoMenu* Content Templater* CDN for Joomla!* Cache Cleaner* Better Preview&lt;br /&gt;
|181011&lt;br /&gt;
|see http://feeds.feedburner.com/nonumber/news for updates of various extensions&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Time Returns    ==&lt;br /&gt;
|SQLi takeaweb.it&lt;br /&gt;
|151011&lt;br /&gt;
|No longer developed. New version 2.0.1 for Joomla 1.6/1.7 (old version are no longer supported) http://www.takeaweb.it&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|300811&lt;br /&gt;
|developer advice [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64&amp;amp;Itemid=59 page] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jumi    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|300811&lt;br /&gt;
|Developer states proper use of joomla administration/extension documentation reading&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla content editor    ==&lt;br /&gt;
|JCE lfi/rfi vulnerability&lt;br /&gt;
|&lt;br /&gt;
|JCE 2.0.11 and JCE 1.5.7.14 [http://www.joomlacontenteditor.net/news/item/jce-2011-released have been released]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Google Website Optimizer  ==&lt;br /&gt;
|Numerous vulnerabilities. Website Optimizer, Pearl Group&lt;br /&gt;
|290811&lt;br /&gt;
|developer update [http://www.pearl-group.com/optimizer-changelog statement to ver. 1.4.0] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Almond Classifieds   ==&lt;br /&gt;
|777 Folder settings (all folders it uses are set to 777 including previously 755 locked folders) &lt;br /&gt;
|260811&lt;br /&gt;
|developer resolution [http://www.almondsoft.com/acj/ notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== joomtouch    ==&lt;br /&gt;
|LFI/RFI&lt;br /&gt;
|180811&lt;br /&gt;
|developers [http://www.joomtouch.com/ultime/4-risolta-la-vulnerabilita-di-joomtouch.html resolution notice  1.0.3]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RAXO All-mode PRO   ==&lt;br /&gt;
|Timthumb  RFI &lt;br /&gt;
|110811&lt;br /&gt;
|[http://raxo.org/forum/viewtopic.php?f=2&amp;amp;t=60#p2056 developer upgrade 1.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  V-portfolio   ==&lt;br /&gt;
|DT - open folders&lt;br /&gt;
|110811&lt;br /&gt;
| [http://vsmart-extensions.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=61 developer resolution statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== obSuggest    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|310711&lt;br /&gt;
|developer [http://foobla.com/news/latest/obsuggest-1.8-security-release.html release statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple Page    ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|developer update [http://omar84.com/latest-news/65-simple-page-options-1517-security-release statement] v1.5.17 has been released&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/components/je-story-submit.html devloper security update] notice to ver 1.9&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   appointment booking pro  ==&lt;br /&gt;
|LFI 22071&lt;br /&gt;
|&lt;br /&gt;
|[http://appointmentbookingpro.com/index.php?option=com_kunena&amp;amp;Itemid=66&amp;amp;func=view&amp;amp;catid=25&amp;amp;id=8129#8129 developer update security announcement] Current 2.0.1 and 1.4.x versions, are '''not''' vulnerable,&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  acajoom   ==&lt;br /&gt;
|xss (admin permission required)&lt;br /&gt;
|220711&lt;br /&gt;
|updated to 5.20&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  gTranslate   ==&lt;br /&gt;
|ID - &lt;br /&gt;
|220711&lt;br /&gt;
|[http://edo.webmaster.am/gtranslate-changelog developer security release] 1.5 x.25 and 1.6 x.26.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  alpharegistration    ==&lt;br /&gt;
|http://www.alphaplug.com/ Please contact the developer for any questions on this extension&lt;br /&gt;
|170711 220711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jforce    ==&lt;br /&gt;
|DT - &lt;br /&gt;
|170711&lt;br /&gt;
| [http://www.jforce.com/blog/270-jforce-security-release.html developer states The new version number v1.5r1362 resolves the problem] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Flash Magazine Deluxe Joomla   ==&lt;br /&gt;
|ID [http://www.joomplace.com/joomla-components/flash-magazine-deluxe-component.html multiple vulnerabilities]&lt;br /&gt;
|170711&lt;br /&gt;
|[http://www.joomplace.com/news-blog/flashmagazine-deluxe-2-1-4-security-release.html developer release] 2.1.4&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== AVreloaded    ==&lt;br /&gt;
|SQLi - version 1.2.6&lt;br /&gt;
|150711&lt;br /&gt;
|[http://allvideos.fritz-elfert.de/ 1.2.7 released developer release statement 160711] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  Sobi   ==&lt;br /&gt;
|SQLI - &lt;br /&gt;
|130711&lt;br /&gt;
|[http://www.sigsiu.net/changelog developer fix and update statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  fabrik   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|120711&lt;br /&gt;
|[http://fabrikar.com/downloads/details/36/89 Developers Update statement 2.1]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  xmap   ==&lt;br /&gt;
|sqli 1.2.11 &lt;br /&gt;
|120711&lt;br /&gt;
|upgrade to 1.2.12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Atomic Gallery     ==&lt;br /&gt;
|Creates 777 folders [http://www.atomicon.nl/atomicongallery Atomic gallery] &lt;br /&gt;
|110711&lt;br /&gt;
|developer [http://www.atomicon.nl/atomicongallery#changelog release statement/changelog]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  myApi   ==&lt;br /&gt;
|ID [http://extensions.joomla.org/component/mtree/social-web/facebook-integration/11624 Contains &amp;quot;Call-Home&amp;quot; function. Sends private user information to developer.] &lt;br /&gt;
|020711&lt;br /&gt;
|[http://www.myapi.co.uk/ Developer states Use version 1.3.4.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  mdigg   ==&lt;br /&gt;
|SQL I (not listed in JED)&lt;br /&gt;
|020711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Calc Builder   ==&lt;br /&gt;
|sqli + ID&lt;br /&gt;
|180611&lt;br /&gt;
| [http://components.moonsoft.es/downloadcalcbuilder  dev security release 0.0.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Cool Debate    ==&lt;br /&gt;
|Cool Debate 1.03 LFI&lt;br /&gt;
|&lt;br /&gt;
| version [http://www.acoolsip.com/development/a-cool-debate.html 1.0.8 released.] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Scriptegrator Plugin 1.5.5==&lt;br /&gt;
|LFI&lt;br /&gt;
|140611&lt;br /&gt;
| [http://www.greatjoomla.com/news/index.html  Update - Core Design Scriptegrator plugin 2.0.9 &amp;amp;] 1.5.6&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Joomnik Gallery   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/joomnik/ developer update to 0.9.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JMS fileseller   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|0611&lt;br /&gt;
|[http://joommasters.com/commercial-extensions/components/jms-fileseller.html developer upgrade announcement to v1.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sh404SEF   ==&lt;br /&gt;
|low-level XSS security issue&lt;br /&gt;
|300511&lt;br /&gt;
|[http://dev.anything-digital.com/Forum/Announcements/11147-sh404SEF-2.2.6-now-available-for-Joomla-1.5/ Dev upgrade statement to 2.2.6]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story submit    ==&lt;br /&gt;
|LFI/RFI &lt;br /&gt;
|&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/modules/je-content-menu.html?page=shop.product_details&amp;amp;flypage=flypage.tpl&amp;amp;product_id=77&amp;amp;category_id=13&amp;amp;vmcchk=1 developer states Version 1.8]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   FCKeditor   ==&lt;br /&gt;
|File Upload Vulnerability&lt;br /&gt;
|230511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== KeyCaptcha    ==&lt;br /&gt;
|ID &lt;br /&gt;
|190511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ask A Question AddOn v1.1   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|160511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Global Flash Gallery     ==&lt;br /&gt;
|flash-gallery.com xss &lt;br /&gt;
|130511&lt;br /&gt;
|[http://flash-gallery.com/help/joomla-extension/faq/security-update-0.5.0/ dev release 0.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== com_google     ==&lt;br /&gt;
|LFI [http://freejoomlacomponent.appspot.com/ com_google]&lt;br /&gt;
|080511&lt;br /&gt;
|[http://freejoomlacomponent.appspot.com/securityrelease.html devs update to 1.5.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  docman   ==&lt;br /&gt;
|com-docman Input Validation Error &lt;br /&gt;
|160511&lt;br /&gt;
|[http://forum.joomla.org/viewtopic.php?p=2502904#p2502904 devs resolution statement, report for old version]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Newsletter Subscriber    ==&lt;br /&gt;
|XSS &lt;br /&gt;
|120511&lt;br /&gt;
|[http://mavrosxristoforos.com/joomla-extensions/free/newsletter-subscriber Deveopler update]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Akeeba   ==&lt;br /&gt;
|akkeba backup and joomlapack&lt;br /&gt;
|170411&lt;br /&gt;
|[https://www.akeebabackup.com/home/item/1091-akeeba-backup-3-2-7.html dev update to 3.2.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Facebook Graph Connect   ==&lt;br /&gt;
|SID. call home device with user credentials&lt;br /&gt;
|120411&lt;br /&gt;
|[http://www.sikkimonline.info/security-notice dev update notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== booklibrary    ==&lt;br /&gt;
|SQLi ordasoft booklibrary&lt;br /&gt;
|180311&lt;br /&gt;
|[http://ordasoft.com/Book-Library/security-upgrade-instructions-for-book-library.html developer upgrade instructions]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== semantic    ==&lt;br /&gt;
|com semantic http://www.scms.es/joomla creates hidden admin users &lt;br /&gt;
|150311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JOMSOCIAL 2.0.x 2.1.x   ==&lt;br /&gt;
|SID, open folders&lt;br /&gt;
|120311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  flexicontent   ==&lt;br /&gt;
|forced 777, malicious files &lt;br /&gt;
|250311&lt;br /&gt;
|[http://www.flexicontent.org/home/item/192-flexicontent-154-is-finally-out.html devs resolve statement], [http://www.flexicontent.org/downloads/latest-version.html Changelog]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== jLabs Google Analytics Counter     ==&lt;br /&gt;
|jLabs Google Analytics Counter  SID&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  xcloner   ==&lt;br /&gt;
|Unspecified&lt;br /&gt;
|260211&lt;br /&gt;
|[http://www.xcloner.com/xcloner-news/important-security-upgrade/ dev announcement of security release]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== smartformer    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|230211 (repeat of 041110)&lt;br /&gt;
|[http://www.itoris.com/joomla-form-builder-smartformer.html v2.4.1 security fix for Joomla 1.5.x]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== xmap 1.2.10    ==&lt;br /&gt;
|Malicious payload in zip&lt;br /&gt;
|230211&lt;br /&gt;
|[http://joomla.vargas.co.cr/en/news/4-xmap/95-security-notice developer resolution notic]e Clean version available from [http://joomlacode.org/gf/project/xmap/frs/ joomlacode] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Frontend-User-Access 3.4.1  ==&lt;br /&gt;
|Frontend-User-Access 3.4.1 from http://www.pages-and-items.com LFI&lt;br /&gt;
|030211&lt;br /&gt;
|update to [http://extensions.joomla.org/extensions/access-a-security/frontend-access-control/6874 Frontend-User-Access 3.4.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  com properties 7134   ==&lt;br /&gt;
| http://com-property.com/ malicious files in script&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/property/frs/?action=FrsReleaseBrowse&amp;amp;frs_package_id=5815 Dev update statement]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  B2 Portfolio ==&lt;br /&gt;
|B2 portfolio 1.0 SQLi pulseextensions.com&lt;br /&gt;
|250111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  allcinevid   ==&lt;br /&gt;
|SQLI http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/15367&lt;br /&gt;
|220111&lt;br /&gt;
|[http://www.joomtraders.com/our-blog/allcinevid-1.0-sql-injection.html Developers resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== People Component    ==&lt;br /&gt;
|People component http://www.ptt-solution.com/vmchk/people-component.html sqli&lt;br /&gt;
|150111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jimtawl    ==&lt;br /&gt;
|Jimtawl LFI &lt;br /&gt;
|251110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Maian Media SILVER  ==&lt;br /&gt;
|Maian Media SQLi&lt;br /&gt;
|151110&lt;br /&gt;
|Developer states unproven in free edition, paid/SILVER version is being upgraded. [http://www.aretimes.com/index.php?option=com_content&amp;amp;view=category&amp;amp;layout=blog&amp;amp;id=40&amp;amp;Itemid=113 dev article]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  alfurqan  ==&lt;br /&gt;
|alfurqan 1.5 sqli&lt;br /&gt;
|151110&lt;br /&gt;
|developer update [http://forums.islamis4u.com/index.php/topic%2c83.0.html statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ccboard   ==&lt;br /&gt;
|[http://extensions.joomla.org/extensions/communication/forum/6823 ccboard XSS and SQLi]&lt;br /&gt;
|131110&lt;br /&gt;
| on my site at [http://codeclassic.org/component/content/article/1-latest-news/83-ccboard-13-released.html] Please find the respective update information&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   ProDesk v 1.5  ==&lt;br /&gt;
|LFI &lt;br /&gt;
|091110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sponsorwall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
|developer  [http://demo.pulseextensions.com/sponsor-wall.html resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Flip wall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
| developer http://demo.pulseextensions.com/flip-wall.html update notice  [http://www.example.com link title]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Freestyle FAQ 1.5.6     ==&lt;br /&gt;
|http://freestyle-joomla.com/fssdownloads/viewcategory/2 Freestyle FAQ 1.5.6 ‎SQL Injection&lt;br /&gt;
|&lt;br /&gt;
|[http://freestyle-joomla.com/index.php?announceid=43 new version (1.9.0) is available which fixes] the security issues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   iJoomla Magazine 3.0.1  ==&lt;br /&gt;
|iJoomla Magazine 3.0.1 RFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Clantools   ==&lt;br /&gt;
| &lt;br /&gt;
|http://www.joomla-clantools.de/downloads/doc_download/7-clantools-123.html clantool sqli&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jphone   ==&lt;br /&gt;
|jphone LFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  PicSell    ==&lt;br /&gt;
|[http://vm.xmlswf.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=104&amp;amp;Itemid=131Picsell LFD, 777]&lt;br /&gt;
|020910&lt;br /&gt;
|new version [http://vm.xmlswf.com/picsell released 150312]  version number 11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Zoom Portfolio   ==&lt;br /&gt;
|SID&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   zina   ==&lt;br /&gt;
|[http://www.pancake.org/zina/ SQL Injection]&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Team's   ==&lt;br /&gt;
|[http://www.joomlamo.com Teams extension] SQL Injection &lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Amblog    ==&lt;br /&gt;
|[http://robitbt.hu/jm/index.php?option=com_amdownloader&amp;amp;task=showfiles&amp;amp;pathid=8 Amblog] SQLi&lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   wmtpic  ==&lt;br /&gt;
|www.webmaster-tips.net various&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Jomtube    ==&lt;br /&gt;
|http://www.jomtube.com/ SID&lt;br /&gt;
|220710&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Rapid Recipe    ==&lt;br /&gt;
|http://www.rapid-source.com Persistent XSS Vulnerability last known fix version 1.7.2 &lt;br /&gt;
|july 10,2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Health &amp;amp; Fitness Stats   ==&lt;br /&gt;
|http://joomla-extensions.instantiate.co.uk/jcomponents/healthstats Persistent XSS Vulnerability july 10,2010 &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  staticxt   ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/edition/custom-code-in-content/2184  no version number provided&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   quickfaq  ==&lt;br /&gt;
|http://www.schlu.net sqli&lt;br /&gt;
|090710&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==    Minify4Joomla  ==&lt;br /&gt;
|http://waltercedric.com/ LFI and xss&lt;br /&gt;
|090710&lt;br /&gt;
|No longer available to download&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   IXXO Cart   ==&lt;br /&gt;
|http://www.php-shop-system.com/ SQLi LFI XSS Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|developer resolution [http://support.ixxoglobal.com/index.php?/News/NewsItem/View/22/ixxo-cart-new-release-v41190 notice] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  PaymentsPlus   ==&lt;br /&gt;
|http://paymentsplus.com.au/ 2.1.5 Blind SQL Injection Vulnerability&lt;br /&gt;
|090710 &lt;br /&gt;
|current version 2.20, 2.1.5 not listed on dev site&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ArtForms   ==&lt;br /&gt;
|http://joomlacode.org/gf/project/jartforms/ ArtForms 2.1b7.2 RC2 Multiple Remote Vulnerabilities&lt;br /&gt;
|090710&lt;br /&gt;
| Old beta extension &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  autartimonial   ==&lt;br /&gt;
|autartica.be Sqli Vulnerability&lt;br /&gt;
|060710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== eventcal 1.6.4    ==&lt;br /&gt;
|http://joomlacode.org/gf/project/eventcal/frs/ SQL I  last update 2006-12-31 on joomlacode&lt;br /&gt;
|040710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== date converter    ==&lt;br /&gt;
|http://sourceforge.net/projects/date-converter/ sqli&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== real estate    ==&lt;br /&gt;
|http://www.opensourcetechnologies.com/demos/real-estate.html RFI&lt;br /&gt;
|210610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  cinema   ==&lt;br /&gt;
|SQL injection&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Jreservation  ==&lt;br /&gt;
|http://jforjoomla.com/ SQLi Vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   joomdocs  ==&lt;br /&gt;
|http://joomclan.com/index.php/JoomDocs/ xss vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Live Chat    ==&lt;br /&gt;
|http://www.joompolitan.com/livechat.html Multiple Remote Vulnerabilities &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Turtushout 0.11    ==&lt;br /&gt;
| http://www.turtus.org.ua/files?func=fileinfo&amp;amp;id=13 SQL Injection (again)&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  BF Survey Pro Free   ==&lt;br /&gt;
|BF Survey Pro Free SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|Product marker as retired by the developer&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MisterEstate   ==&lt;br /&gt;
|http://www.misterestate.com/ Blind SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  RSMonials    ==&lt;br /&gt;
|http://www.rswebsols.com/downloads/category/14-download-rsmonials-all?download=23%3Adownload-rsmonials-component XSS Exploit&lt;br /&gt;
|190610&lt;br /&gt;
|Believed to be 1.5.1 version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Answers v2.3beta   ==&lt;br /&gt;
|Multiple Vulnerabilities http://extensions.joomla.org/extensions/communication/forum/12652&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Gallery XML 1.1   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/photos-a-images/photo-gallery/12504&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JFaq 1.2   ==&lt;br /&gt;
|JFaq 1.2 Multiple Vulnerabilities&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Listbingo 1.3   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/ads-a-affiliates/classified-ads/12062&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Alpha User Points    ==&lt;br /&gt;
|www.alphaplug.com LFI&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   recruitmentmanager  ==&lt;br /&gt;
|http://recruitment.focusdev.co.uk Upload Vulnerability&lt;br /&gt;
|130610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Info Line (MT_ILine)    ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/news-display/news-tickers-a-scrollers/8425 reports of shell scripts in download file&lt;br /&gt;
|120610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ads manager  Annonce   ==&lt;br /&gt;
|http://joomla.clubnautiquemarine.fr/ &lt;br /&gt;
Upload Vulnerability&lt;br /&gt;
| 05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  lead article    ==&lt;br /&gt;
|http://www.leadya.co.il/ SQLi&lt;br /&gt;
|050610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  djartgallery   ==&lt;br /&gt;
|http://www.design-joomla.eu Multiple Vul&lt;br /&gt;
|05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Gallery 2 Bridge    ==&lt;br /&gt;
|[http://trac.4theweb.nl/g2bridge g2bridge] LFI vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jsjobs   ==&lt;br /&gt;
|[http://www.joomsky.com jsjobs] SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Poll  ==&lt;br /&gt;
|http://slideshow.joomlaextensions.co.in/ SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MediQnA   ==&lt;br /&gt;
|MediQnA LFI vulnerability version : v1.1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Job  ==&lt;br /&gt;
|http://joomlaextensions.co.in/ LFI SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  SectionEx   ==&lt;br /&gt;
|Stack Ideas section Ex LFI&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ActiveHelper LiveHelp    ==&lt;br /&gt;
|XSS in [http://extensions.joomla.org/extensions/communication/chat/12492 LiveHelp] &lt;br /&gt;
|200510&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  JE Quotation Form   ==&lt;br /&gt;
|http://joomlaextensions.co.in/free-download/doc_download/11-je-quotation-form.html  LFI&lt;br /&gt;
|&lt;br /&gt;
|developers statement of [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form resolution]  '''note''', now known as [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form JE Quote Form] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  konsultasi   ==&lt;br /&gt;
|SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Seber Cart    ==&lt;br /&gt;
|Local File Disclosure Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|[http://www.sebercart.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=158 Developer Update 140510]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Camp26 Visitor    ==&lt;br /&gt;
|RFI www.camp26.biz&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   JE Property  ==&lt;br /&gt;
|JE Property Finder Upload Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Noticeboard  ==&lt;br /&gt;
|Noticeboard for Joomla &amp;quot;controller&amp;quot; Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==SmartSite     ==&lt;br /&gt;
|SmartSite com_smartsite Local File Inclusion Vulnerability &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  htmlcoderhelper graphics   ==&lt;br /&gt;
|htmlcoderhelper graphics v1.0.6 LFI Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
== Ultimate Portfolio    ==&lt;br /&gt;
|Ultimate Portfolio  Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Archery Scores   ==&lt;br /&gt;
| [http://lispeltuut.org/ Archery Scores (com_archeryscores) v1.0.6 LFI Vulnerability]&lt;br /&gt;
&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  ZiMB Manager   ==&lt;br /&gt;
|Joomla Component ZiMB Manager Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Matamko   ==&lt;br /&gt;
|Matamko Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Root   ==&lt;br /&gt;
|Multiple Root Local File Inclusion Vulnerability http://joomlacomponent.inetlanka.com/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Map   ==&lt;br /&gt;
|Multiple Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Contact Us Draw Root Map  ==&lt;br /&gt;
|Draw Root Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  iF surfALERT   ==&lt;br /&gt;
|[http://www.inertialfate.za.net/ iF surfALERT] Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   GBU FACEBOOK  ==&lt;br /&gt;
|GBU FACEBOOK SQL injection vulnerability http://www.gbugrafici.nl/gbufacebook/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   jnewspaper  ==&lt;br /&gt;
|jnewspaper (cid) SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
== MT Fire Eagle ==&lt;br /&gt;
&lt;br /&gt;
|LFI http://joomlacode.org/gf/project/jfireeagle/frs/ http://www.moto-treks.com&lt;br /&gt;
| 190410&lt;br /&gt;
| product considered retired and to be replaced by dev&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Sweetykeeper   ==&lt;br /&gt;
|Sweetykeeper Local File Inclusion Vulnerability  http://www.joomlacorner.com/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  jvehicles   ==&lt;br /&gt;
|SQL Injection http://jvehicles.com&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  worldrates   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  cvmaker   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  advertising   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   horoscope  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   webtv  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  diary   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Memory Book   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  JprojectMan   ==&lt;br /&gt;
|LFI http://extensions.joomla.org/extensions/communities-a-groupware/project-a-task-management/5676&lt;br /&gt;
|110410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   econtentsite  ==&lt;br /&gt;
|LFI&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    Jvehicles ==&lt;br /&gt;
|ID&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    gigcalender   ==&lt;br /&gt;
&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/calendars-a-events/events/97)http://extensions.joomla.org/extensions/calendars-a-events/events/97 gigcalender]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    heza content   ==&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427)http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427  heza content]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  SqlReport   ==&lt;br /&gt;
|Sqlreport has a sql/RFI exploit. awaiting confirmation on exact developer.&lt;br /&gt;
|Feb 20&lt;br /&gt;
|'''Not Known'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Yelp ==&lt;br /&gt;
| SQLi - Unable to locate developer. Possibly a custom extension.&lt;br /&gt;
|Feb 01 &lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; | '''  Not Known'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''This list is change protected, for updates or additions [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=87230 lafrance] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD]&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
== Codes used ==&lt;br /&gt;
SQLi - SQL injection [http://en.wikipedia.org/wiki/Code_injection#SQL_injection wikipedia]&lt;br /&gt;
&lt;br /&gt;
LFI - Local File Inclusion [http://www.scribd.com/doc/6498408/Remote-and-Local-File-Inclusion-Explained scribd]&lt;br /&gt;
&lt;br /&gt;
RFI - Remote file inclusion [http://en.wikipedia.org/wiki/Remote_File_Inclusion wikipedia]&lt;br /&gt;
&lt;br /&gt;
DT - Directory Traversal [http://en.wikipedia.org/wiki/Directory_traversal wikipedia] (incl 777 folders)&lt;br /&gt;
&lt;br /&gt;
ID = Information Disclosure: account information or sensitive information publicly viewable, or passed to 3rd party without knowledge&lt;br /&gt;
&lt;br /&gt;
== Future Actions &amp;amp; WIP ==&lt;br /&gt;
&lt;br /&gt;
[http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions RSS feed] completed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to feed VEL direct to twitter&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The RSS feed is currently fed by item entry order and not by date fixed. &lt;br /&gt;
List as discussed in  [[jtopic:455746]] by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD] editing by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Security]]&lt;br /&gt;
[[Category:Component Management]]&lt;/div&gt;</summary>
		<author><name>Mandville</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Vulnerable_Extensions_List</id>
		<title>Vulnerable Extensions List</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Vulnerable_Extensions_List"/>
				<updated>2013-01-23T08:55:04Z</updated>
		
		<summary type="html">&lt;p&gt;Mandville: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- ***all wiki editors*** - do NOT touch without notice   --&amp;gt;&lt;br /&gt;
'''List prior to Jnuary 2011 ([[Archived vel|now archived]])''' Please check here also. &lt;br /&gt;
&amp;lt;!-- if you have altered the above line then revert your changes and contact me   --&amp;gt;&lt;br /&gt;
Please also check the [[Investigation of exploits|Extension Investigation List]].&lt;br /&gt;
 &lt;br /&gt;
== Check and Report.  ==&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions in the [[jforum:432|security forum]]  clearly marked with the first word in the title being ''Vulnerable'' where the security moderators or JSST team will respond. &lt;br /&gt;
This list is change protected,''' for additions or updates email''' ''vel @ joomla.org'' &lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
== How to use this list ==&lt;br /&gt;
'''Items will be removed after a suitable period and not on resolution.'''&lt;br /&gt;
&lt;br /&gt;
All known vulnerable extensions are the listed in the first column &amp;quot;Extension&amp;quot;. Any in a &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;red box &amp;lt;/span&amp;gt;are where we have not been given a fix. Any in a &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;turquoise box&amp;lt;/span&amp;gt; contain a link to the notice about an &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;update with link.&amp;lt;/span&amp;gt; Any that are in an uncolored box are a &amp;quot;Contact the Developer About This Extension&amp;quot;.&lt;br /&gt;
Alert Advisory details are in the center column.&lt;br /&gt;
If the &amp;quot;Extension Update Link &amp;amp; Date Column has &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;'''Not Known''' &amp;lt;/span&amp;gt; then it is where no update is known.&lt;br /&gt;
&lt;br /&gt;
'''This list is compiled from found information and may not be an up to date accurate list''' ''We do '''NOT''' promise to test or validate these reports. We do '''NOT''' guarantee the quality or effectiveness of any updates reported to us or listed here.''&lt;br /&gt;
To sign up for the feed please [http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions follow this link]&lt;br /&gt;
* We do not list BETA products, or extensions for J1.0.x&lt;br /&gt;
&lt;br /&gt;
== Developers - How to get yourself removed from the VEL ==&lt;br /&gt;
&lt;br /&gt;
Resolved items will be removed after a suitable period and not on resolution&lt;br /&gt;
&lt;br /&gt;
Please solve the issues and:&lt;br /&gt;
&lt;br /&gt;
* '''If JED listed''' &lt;br /&gt;
&lt;br /&gt;
To have your extension republished, please follow these steps:&lt;br /&gt;
&lt;br /&gt;
1- Solve the issues.&lt;br /&gt;
&lt;br /&gt;
2- Attach the new zip file at your actual JED listing.&lt;br /&gt;
&lt;br /&gt;
3- Change the extension version at JED listing.&lt;br /&gt;
&lt;br /&gt;
4- Make sure to include a notice in the JED description to the fact that the new release is a &amp;quot;Security Release&amp;quot; and those who use the extension should upgrade immediately.&lt;br /&gt;
&lt;br /&gt;
5- Email the VEL team with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website&lt;br /&gt;
&lt;br /&gt;
6- Create a [http://bit.ly/velunlist JED listing owner ticket] to the JED with a notice and ask that your listing be republished. Include the full details of your new version number and security notice page&lt;br /&gt;
&lt;br /&gt;
VEL email can be found above and the JED support link is in your notice of &amp;quot;unpublication&amp;quot; [http://extensions.joomla.org/component/maqmahelpdesk/ and here] &lt;br /&gt;
&lt;br /&gt;
* '''If not JED listed.''' &lt;br /&gt;
Inform us by '''email''' with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website.&lt;br /&gt;
&lt;br /&gt;
== January 2012 and onwards Reported Vulnerable Extensions ==&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Collector    ==&lt;br /&gt;
|Various [steevo.fr]&lt;br /&gt;
|230113&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  tz guestbook   ==&lt;br /&gt;
|Various &lt;br /&gt;
|100113&lt;br /&gt;
|developer release statement [http://www.templaza.com/item/256-tz-guestbook-v1-1-2-security-release for 1.1.2]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== extplorer    ==&lt;br /&gt;
| 2.1.2, 2.1.1, 2.1.0 and 2.1.0RC5 are vulnerable to an authentication bypass&lt;br /&gt;
|251212&lt;br /&gt;
|developer [http://extplorer.net/news/12  update to 2.1.3 statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JooProperty    ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|101212&lt;br /&gt;
|developer release new version 1.13.1 -  [http://jooproperty.com/en/forum/last-jooproperty-release/277-important-security-fix-released-please-update.html#277 upgrade notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ag google analytic    ==&lt;br /&gt;
|Various&lt;br /&gt;
|061212&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== sh404sef &amp;lt;3.7.0 ==&lt;br /&gt;
|Undisclosed sh404SEF 3.4.x, 3.5.x, 3.6.x for Joomla 2.5&lt;br /&gt;
|26112&lt;br /&gt;
|developer [http://anything-digital.com/sh404sef/news/releases/sh404sef-3_7_0_1485-released.html statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Login Failed Log     ==&lt;br /&gt;
|23112&lt;br /&gt;
|ID - information disclosure&lt;br /&gt;
|developer [http://www.jm-experts.com/extensions-tools/login-failed-log release statement] to ver 1.5.4&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== jNews==&lt;br /&gt;
|&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joobi.co/index.php?option=com_content&amp;amp;view=article&amp;amp;id=8560:security-release-update-to-jnews-79x&amp;amp;catid=93:jnews&amp;amp;Itemid=225 statement to version  7.9.1] 151112&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Joombah Jobs    ==&lt;br /&gt;
|Upload restriction issues&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joombah.com/home/item/joombah-jobs-security-release-update-now statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== commedia    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|231012&lt;br /&gt;
|developer update [http://www.ecolora.com/index.php/15-commedia-a-mp3browser-new/77-commedia-3-2-is-not-vulnerable#english statement to version 3.2] 271012&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Kunena ==&lt;br /&gt;
|SQLi + ID&lt;br /&gt;
|221012&lt;br /&gt;
|Developer states [http://www.kunena.org/forum/announcement/id-52 current version not exploitable] by reported methods&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Icagenda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|Developer  [http://www.joomlic.com/en/extensions/icagenda   statement for 1.2.9] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JTag [joomlatag]   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==   Freestyle Support  ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|developer update [http://freestyle-joomla.com/help/announcements?announceid=60 statement 251012]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ACEFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|AceFTP 2.0.0 released. Developer [http://www.joomace.net/blog/aceftp/aceftp-200-has-been-released statement] 101012&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  MijoFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|*''reported fixed prior to notification''*&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  spider calendar lite   ==&lt;br /&gt;
|RFI &lt;br /&gt;
|180912&lt;br /&gt;
|developer release version 1.5 [http://web-dorado.com/products/joomla-calendar-module.html  version]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RokModule   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|Rereported 180912&lt;br /&gt;
|Developer states: no known exploits for our current versions [http://www.rockettheme.com/extensions-downloads/free/1012-rokmodule of RokModule Joomla 2.5 - v1.3 Joomla 1.5 - v1.4]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ICagenda   ==&lt;br /&gt;
| SQLi&lt;br /&gt;
|developer [http://www.joomlic.com/en/extensions/icagenda security release] - v1.2.1&lt;br /&gt;
|080912&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  En Masse cart   ==&lt;br /&gt;
|RFI&lt;br /&gt;
|060812&lt;br /&gt;
|Developer upgrade statement [http://www.matamko.com/news-update/14-en-masse-releases/142-announcement-for-security-release-enmasse-313.html   to 3.1.3]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   JCE (joomla content editor)  ==&lt;br /&gt;
|Upload Restriction &amp;lt;2.2.4 &lt;br /&gt;
|050812&lt;br /&gt;
|Developer states current version not exploitable &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RSGallery2  ==&lt;br /&gt;
|SQLi XSS&lt;br /&gt;
| 31 07 12&lt;br /&gt;
|Devleoper statement versions 3.2.0 for Joomla 2.5 and version 2.3.0 for Joomla 1.5  [http://www.rsgallery2.nl/topicseen./announcements/rsgallery2_3.2.0_and_2.3.0_released_16845.msg44046.html released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  osproperty   ==&lt;br /&gt;
|Unrestricted uploads&lt;br /&gt;
|160712&lt;br /&gt;
|Developer release [http://joomservices.com/components/ossolution-property.html version  2.0.3] 180712&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== KSAdvertiser     ==&lt;br /&gt;
| RFI &lt;br /&gt;
|160712&lt;br /&gt;
|The security update version 1.5.72 advise can be found here:&lt;br /&gt;
[http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=251:kiss-advertiser-sicherheitsupdate&amp;amp;catid=69&amp;amp;Itemid=361&amp;amp;lang=de German] [http://www.kiss-software.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=252:kiss-advertiser-security-update&amp;amp;catid=21&amp;amp;Itemid=362&amp;amp;lang=en English]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Shipping by State for Virtuemart   ==&lt;br /&gt;
|elevated permissions (http://web-expert.gr/en)&lt;br /&gt;
|160612&lt;br /&gt;
| [http://web-expert.gr/en/commersial/virtuemart-shipping-by-state-component Upgrade to v2.5 download] commercial product 300612&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ownbiblio 1.5.3   ==&lt;br /&gt;
|SQLi + &lt;br /&gt;
|250512&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  Ninjaxplorer &amp;lt;=1.0.6   ==&lt;br /&gt;
|developer notification&lt;br /&gt;
|250412&lt;br /&gt;
|developer statement [http://ninjaforge.com/blog/318-security-vulnerability-discovered-in-ninjaxplorer-upgrade-immediately upgrade to 1.0.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Phoca Fav Icon    ==&lt;br /&gt;
|Permissions Rewrite&lt;br /&gt;
|150412&lt;br /&gt;
| [http://www.phoca.cz/news/30-phoca-news/633-phoca-favicon-203-released developer update 2.0.3 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  estateagent improved   ==&lt;br /&gt;
|sqli (eaimproved.eu)&lt;br /&gt;
|110412&lt;br /&gt;
|developer states previous version, not current version&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  bearleague   ==&lt;br /&gt;
|110412&lt;br /&gt;
|sql &lt;br /&gt;
|(no longer maintained)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JLive! Chat v4.3.1   ==&lt;br /&gt;
|DT &lt;br /&gt;
|060412&lt;br /&gt;
|Developer reports [http://www.cmsfruit.com/security-measures.html  as unproven]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   virtuemart 2.0.2  ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|050412&lt;br /&gt;
|developers [http://virtuemart.net/news/list-all-news/417-happy-easter-new-virtuemart-204-released-security-update-sqli release statement]Current version 2.0.6 released&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JE testimonial    ==&lt;br /&gt;
|SQLi &lt;br /&gt;
|230312&lt;br /&gt;
|Developer states '''malicious report.'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JaggyBlog   ==&lt;br /&gt;
|excessive file permission &lt;br /&gt;
|090212&lt;br /&gt;
|version 1.3.1 [http://www.jaggysnake.co.uk/products/jaggyblog released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Quickl Form   ==&lt;br /&gt;
|xss&lt;br /&gt;
|260112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  com_advert   ==&lt;br /&gt;
|sqli - unknown developer&lt;br /&gt;
|240112&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla Discussions Component    ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|Discussions 1.4.1 released  [http://www.codingfish.com/news/38-joomla/101-discussions-141-released developer statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== HD Video Share (contushdvideoshare)  ==&lt;br /&gt;
|sqli &lt;br /&gt;
|180112&lt;br /&gt;
|updated [http://www.hdvideoshare.net version 2.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== January 2011 - Jan 2012  Reported Vulnerable Extensions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions either in the [[jforum:432]] security topic clearly marked with the first word in the title being ''Vulnerable Report'' where the security moderators or JSST team will respond or via email to the VEL team. For a guide to the [http://docs.joomla.org/Vulnerable_Extensions_List#Codes_used codes]&lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
== Simple File Upload 1.3  ==&lt;br /&gt;
|RFI&lt;br /&gt;
|010112&lt;br /&gt;
| Developer update [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64:simple-file-upload-download&amp;amp;catid=40:project-simple-file-upload&amp;amp;Itemid=59   statement] to 1.3.5&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Dshop    ==&lt;br /&gt;
|sqli (possibly dhrusya.com)&lt;br /&gt;
|201111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  QContacts 1.0.6   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|131211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jobprofile  1.0 ==&lt;br /&gt;
|  SQL Injection Vulnerability&lt;br /&gt;
|051211&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JX Finder 2.0.1   ==&lt;br /&gt;
| XSS Vulnerabilities&lt;br /&gt;
|011211&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  wdbanners   ==&lt;br /&gt;
|Unknown Exploit&lt;br /&gt;
|301111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  JB Captify Content  J1.5 and J1.7     ==&lt;br /&gt;
|Security checks missing -Versions prior to JB_mod_captifyContent_J1.5_J1.7_1.0.1.zip&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [http://joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JB Microblog   ==&lt;br /&gt;
|Security checks missing - J1.7 only. Versions prior to 1.10.3 &lt;br /&gt;
|14111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Slideshow &amp;lt;3.5.1,   ==&lt;br /&gt;
|Security checks missing&lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== JB Bamboobox   ==&lt;br /&gt;
|Security checks missing - J1.5 all versions prior to 1.2.2 &lt;br /&gt;
|141111&lt;br /&gt;
|All extensions available on the [joomlabamboo.com site have been updated] and this potential security issue has been resolved.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  RokModule    ==&lt;br /&gt;
|SQLI - exploits     RokStock RokWeather RokNewspager&lt;br /&gt;
|121111&lt;br /&gt;
|developer release statement [http://www.rockettheme.com/blog/extensions/1300-important-security-vulnerability-fixed    RokModule v1.3 for Joomla 1.7   RokModule v1.4 for Joomla 1.5]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  hm community   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
|011111&lt;br /&gt;
|developer release [http://joomlaextensions.co.in/product/HM-Community 1.01]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Alameda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|01111&lt;br /&gt;
|developer statement [http://www.blueflyingfish.com/alameda/index.php?option=com_content&amp;amp;view=category&amp;amp;id=5&amp;amp;Itemid=28 and Latest version number v1.0.1.]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Techfolio 1.0    ==&lt;br /&gt;
|Techfolio 1.0 SQLI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Barter Sites 1.3  ==&lt;br /&gt;
|Barter Sites 1.3 SQL Injection &amp;amp; Persistent XSS vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer [http://my.barter-sites.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=6&amp;amp;Itemid=25 release 1.3.1] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Jeema SMS 3.2  ==&lt;br /&gt;
|Jeema SMS 3.2 Multiple Vulnerabilities&lt;br /&gt;
|291011&lt;br /&gt;
|developer resolution notice [http://jeema.net/about-us/securty-releases.html for 3.5.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Vik Real Estate 1.0   ==&lt;br /&gt;
|Vik Real Estate 1.0  Multiple Blind SqlI&lt;br /&gt;
|291011&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== yj contact    ==&lt;br /&gt;
|LFI (youjoomla contact)&lt;br /&gt;
|241011&lt;br /&gt;
|developer update statement [http://www.youjoomla.com/yj-contact-us-1.0.1-released.html 261011]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   NoNumber Framework  ==&lt;br /&gt;
| Advanced Module Manager * AdminBar Docker * Add to Menu * Articles Anywhere * What? Nothing!* Tooltips* Tabber* Sourcerer* Slider* Timed Styles* Modules Anywhere* Modalizer* ReReplacer* Snippets* DB Replacer* CustoMenu* Content Templater* CDN for Joomla!* Cache Cleaner* Better Preview&lt;br /&gt;
|181011&lt;br /&gt;
|see http://feeds.feedburner.com/nonumber/news for updates of various extensions&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Time Returns    ==&lt;br /&gt;
|SQLi takeaweb.it&lt;br /&gt;
|151011&lt;br /&gt;
|No longer developed. New version 2.0.1 for Joomla 1.6/1.7 (old version are no longer supported) http://www.takeaweb.it&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple File Upload   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|300811&lt;br /&gt;
|developer advice [http://wasen.net/index.php?option=com_content&amp;amp;view=article&amp;amp;id=64&amp;amp;Itemid=59 page] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jumi    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|300811&lt;br /&gt;
|Developer states proper use of joomla administration/extension documentation reading&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Joomla content editor    ==&lt;br /&gt;
|JCE lfi/rfi vulnerability&lt;br /&gt;
|&lt;br /&gt;
|JCE 2.0.11 and JCE 1.5.7.14 [http://www.joomlacontenteditor.net/news/item/jce-2011-released have been released]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Google Website Optimizer  ==&lt;br /&gt;
|Numerous vulnerabilities. Website Optimizer, Pearl Group&lt;br /&gt;
|290811&lt;br /&gt;
|developer update [http://www.pearl-group.com/optimizer-changelog statement to ver. 1.4.0] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Almond Classifieds   ==&lt;br /&gt;
|777 Folder settings (all folders it uses are set to 777 including previously 755 locked folders) &lt;br /&gt;
|260811&lt;br /&gt;
|developer resolution [http://www.almondsoft.com/acj/ notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== joomtouch    ==&lt;br /&gt;
|LFI/RFI&lt;br /&gt;
|180811&lt;br /&gt;
|developers [http://www.joomtouch.com/ultime/4-risolta-la-vulnerabilita-di-joomtouch.html resolution notice  1.0.3]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  RAXO All-mode PRO   ==&lt;br /&gt;
|Timthumb  RFI &lt;br /&gt;
|110811&lt;br /&gt;
|[http://raxo.org/forum/viewtopic.php?f=2&amp;amp;t=60#p2056 developer upgrade 1.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  V-portfolio   ==&lt;br /&gt;
|DT - open folders&lt;br /&gt;
|110811&lt;br /&gt;
| [http://vsmart-extensions.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=61 developer resolution statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== obSuggest    ==&lt;br /&gt;
|LFI&lt;br /&gt;
|310711&lt;br /&gt;
|developer [http://foobla.com/news/latest/obsuggest-1.8-security-release.html release statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Simple Page    ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|developer update [http://omar84.com/latest-news/65-simple-page-options-1517-security-release statement] v1.5.17 has been released&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|230711&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/components/je-story-submit.html devloper security update] notice to ver 1.9&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   appointment booking pro  ==&lt;br /&gt;
|LFI 22071&lt;br /&gt;
|&lt;br /&gt;
|[http://appointmentbookingpro.com/index.php?option=com_kunena&amp;amp;Itemid=66&amp;amp;func=view&amp;amp;catid=25&amp;amp;id=8129#8129 developer update security announcement] Current 2.0.1 and 1.4.x versions, are '''not''' vulnerable,&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  acajoom   ==&lt;br /&gt;
|xss (admin permission required)&lt;br /&gt;
|220711&lt;br /&gt;
|updated to 5.20&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  gTranslate   ==&lt;br /&gt;
|ID - &lt;br /&gt;
|220711&lt;br /&gt;
|[http://edo.webmaster.am/gtranslate-changelog developer security release] 1.5 x.25 and 1.6 x.26.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  alpharegistration    ==&lt;br /&gt;
|http://www.alphaplug.com/ Please contact the developer for any questions on this extension&lt;br /&gt;
|170711 220711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Jforce    ==&lt;br /&gt;
|DT - &lt;br /&gt;
|170711&lt;br /&gt;
| [http://www.jforce.com/blog/270-jforce-security-release.html developer states The new version number v1.5r1362 resolves the problem] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Flash Magazine Deluxe Joomla   ==&lt;br /&gt;
|ID [http://www.joomplace.com/joomla-components/flash-magazine-deluxe-component.html multiple vulnerabilities]&lt;br /&gt;
|170711&lt;br /&gt;
|[http://www.joomplace.com/news-blog/flashmagazine-deluxe-2-1-4-security-release.html developer release] 2.1.4&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== AVreloaded    ==&lt;br /&gt;
|SQLi - version 1.2.6&lt;br /&gt;
|150711&lt;br /&gt;
|[http://allvideos.fritz-elfert.de/ 1.2.7 released developer release statement 160711] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  Sobi   ==&lt;br /&gt;
|SQLI - &lt;br /&gt;
|130711&lt;br /&gt;
|[http://www.sigsiu.net/changelog developer fix and update statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  fabrik   ==&lt;br /&gt;
|sqli &lt;br /&gt;
|120711&lt;br /&gt;
|[http://fabrikar.com/downloads/details/36/89 Developers Update statement 2.1]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  xmap   ==&lt;br /&gt;
|sqli 1.2.11 &lt;br /&gt;
|120711&lt;br /&gt;
|upgrade to 1.2.12&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Atomic Gallery     ==&lt;br /&gt;
|Creates 777 folders [http://www.atomicon.nl/atomicongallery Atomic gallery] &lt;br /&gt;
|110711&lt;br /&gt;
|developer [http://www.atomicon.nl/atomicongallery#changelog release statement/changelog]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  myApi   ==&lt;br /&gt;
|ID [http://extensions.joomla.org/component/mtree/social-web/facebook-integration/11624 Contains &amp;quot;Call-Home&amp;quot; function. Sends private user information to developer.] &lt;br /&gt;
|020711&lt;br /&gt;
|[http://www.myapi.co.uk/ Developer states Use version 1.3.4.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  mdigg   ==&lt;br /&gt;
|SQL I (not listed in JED)&lt;br /&gt;
|020711&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Calc Builder   ==&lt;br /&gt;
|sqli + ID&lt;br /&gt;
|180611&lt;br /&gt;
| [http://components.moonsoft.es/downloadcalcbuilder  dev security release 0.0.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Cool Debate    ==&lt;br /&gt;
|Cool Debate 1.03 LFI&lt;br /&gt;
|&lt;br /&gt;
| version [http://www.acoolsip.com/development/a-cool-debate.html 1.0.8 released.] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Scriptegrator Plugin 1.5.5==&lt;br /&gt;
|LFI&lt;br /&gt;
|140611&lt;br /&gt;
| [http://www.greatjoomla.com/news/index.html  Update - Core Design Scriptegrator plugin 2.0.9 &amp;amp;] 1.5.6&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Joomnik Gallery   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/joomnik/ developer update to 0.9.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JMS fileseller   ==&lt;br /&gt;
|LFI &lt;br /&gt;
|0611&lt;br /&gt;
|[http://joommasters.com/commercial-extensions/components/jms-fileseller.html developer upgrade announcement to v1.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sh404SEF   ==&lt;br /&gt;
|low-level XSS security issue&lt;br /&gt;
|300511&lt;br /&gt;
|[http://dev.anything-digital.com/Forum/Announcements/11147-sh404SEF-2.2.6-now-available-for-Joomla-1.5/ Dev upgrade statement to 2.2.6]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JE Story submit    ==&lt;br /&gt;
|LFI/RFI &lt;br /&gt;
|&lt;br /&gt;
|[http://joomlaextensions.co.in/extensions/modules/je-content-menu.html?page=shop.product_details&amp;amp;flypage=flypage.tpl&amp;amp;product_id=77&amp;amp;category_id=13&amp;amp;vmcchk=1 developer states Version 1.8]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   FCKeditor   ==&lt;br /&gt;
|File Upload Vulnerability&lt;br /&gt;
|230511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== KeyCaptcha    ==&lt;br /&gt;
|ID &lt;br /&gt;
|190511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ask A Question AddOn v1.1   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|160511&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Global Flash Gallery     ==&lt;br /&gt;
|flash-gallery.com xss &lt;br /&gt;
|130511&lt;br /&gt;
|[http://flash-gallery.com/help/joomla-extension/faq/security-update-0.5.0/ dev release 0.5.0 statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== com_google     ==&lt;br /&gt;
|LFI [http://freejoomlacomponent.appspot.com/ com_google]&lt;br /&gt;
|080511&lt;br /&gt;
|[http://freejoomlacomponent.appspot.com/securityrelease.html devs update to 1.5.1]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  docman   ==&lt;br /&gt;
|com-docman Input Validation Error &lt;br /&gt;
|160511&lt;br /&gt;
|[http://forum.joomla.org/viewtopic.php?p=2502904#p2502904 devs resolution statement, report for old version]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Newsletter Subscriber    ==&lt;br /&gt;
|XSS &lt;br /&gt;
|120511&lt;br /&gt;
|[http://mavrosxristoforos.com/joomla-extensions/free/newsletter-subscriber Deveopler update]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Akeeba   ==&lt;br /&gt;
|akkeba backup and joomlapack&lt;br /&gt;
|170411&lt;br /&gt;
|[https://www.akeebabackup.com/home/item/1091-akeeba-backup-3-2-7.html dev update to 3.2.7]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Facebook Graph Connect   ==&lt;br /&gt;
|SID. call home device with user credentials&lt;br /&gt;
|120411&lt;br /&gt;
|[http://www.sikkimonline.info/security-notice dev update notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== booklibrary    ==&lt;br /&gt;
|SQLi ordasoft booklibrary&lt;br /&gt;
|180311&lt;br /&gt;
|[http://ordasoft.com/Book-Library/security-upgrade-instructions-for-book-library.html developer upgrade instructions]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== semantic    ==&lt;br /&gt;
|com semantic http://www.scms.es/joomla creates hidden admin users &lt;br /&gt;
|150311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  JOMSOCIAL 2.0.x 2.1.x   ==&lt;br /&gt;
|SID, open folders&lt;br /&gt;
|120311&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  flexicontent   ==&lt;br /&gt;
|forced 777, malicious files &lt;br /&gt;
|250311&lt;br /&gt;
|[http://www.flexicontent.org/home/item/192-flexicontent-154-is-finally-out.html devs resolve statement], [http://www.flexicontent.org/downloads/latest-version.html Changelog]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== jLabs Google Analytics Counter     ==&lt;br /&gt;
|jLabs Google Analytics Counter  SID&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==  xcloner   ==&lt;br /&gt;
|Unspecified&lt;br /&gt;
|260211&lt;br /&gt;
|[http://www.xcloner.com/xcloner-news/important-security-upgrade/ dev announcement of security release]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== smartformer    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|230211 (repeat of 041110)&lt;br /&gt;
|[http://www.itoris.com/joomla-form-builder-smartformer.html v2.4.1 security fix for Joomla 1.5.x]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== xmap 1.2.10    ==&lt;br /&gt;
|Malicious payload in zip&lt;br /&gt;
|230211&lt;br /&gt;
|[http://joomla.vargas.co.cr/en/news/4-xmap/95-security-notice developer resolution notic]e Clean version available from [http://joomlacode.org/gf/project/xmap/frs/ joomlacode] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   Frontend-User-Access 3.4.1  ==&lt;br /&gt;
|Frontend-User-Access 3.4.1 from http://www.pages-and-items.com LFI&lt;br /&gt;
|030211&lt;br /&gt;
|update to [http://extensions.joomla.org/extensions/access-a-security/frontend-access-control/6874 Frontend-User-Access 3.4.2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  com properties 7134   ==&lt;br /&gt;
| http://com-property.com/ malicious files in script&lt;br /&gt;
|&lt;br /&gt;
|[http://joomlacode.org/gf/project/property/frs/?action=FrsReleaseBrowse&amp;amp;frs_package_id=5815 Dev update statement]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  B2 Portfolio ==&lt;br /&gt;
|B2 portfolio 1.0 SQLi pulseextensions.com&lt;br /&gt;
|250111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  allcinevid   ==&lt;br /&gt;
|SQLI http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/15367&lt;br /&gt;
|220111&lt;br /&gt;
|[http://www.joomtraders.com/our-blog/allcinevid-1.0-sql-injection.html Developers resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== People Component    ==&lt;br /&gt;
|People component http://www.ptt-solution.com/vmchk/people-component.html sqli&lt;br /&gt;
|150111&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Jimtawl    ==&lt;br /&gt;
|Jimtawl LFI &lt;br /&gt;
|251110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Maian Media SILVER  ==&lt;br /&gt;
|Maian Media SQLi&lt;br /&gt;
|151110&lt;br /&gt;
|Developer states unproven in free edition, paid/SILVER version is being upgraded. [http://www.aretimes.com/index.php?option=com_content&amp;amp;view=category&amp;amp;layout=blog&amp;amp;id=40&amp;amp;Itemid=113 dev article]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  alfurqan  ==&lt;br /&gt;
|alfurqan 1.5 sqli&lt;br /&gt;
|151110&lt;br /&gt;
|developer update [http://forums.islamis4u.com/index.php/topic%2c83.0.html statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ccboard   ==&lt;br /&gt;
|[http://extensions.joomla.org/extensions/communication/forum/6823 ccboard XSS and SQLi]&lt;br /&gt;
|131110&lt;br /&gt;
| on my site at [http://codeclassic.org/component/content/article/1-latest-news/83-ccboard-13-released.html] Please find the respective update information&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   ProDesk v 1.5  ==&lt;br /&gt;
|LFI &lt;br /&gt;
|091110&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  sponsorwall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
|developer  [http://demo.pulseextensions.com/sponsor-wall.html resolution notice]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Flip wall   ==&lt;br /&gt;
|SQL injection pulseextensions.com&lt;br /&gt;
|011110&lt;br /&gt;
| developer http://demo.pulseextensions.com/flip-wall.html update notice  [http://www.example.com link title]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Freestyle FAQ 1.5.6     ==&lt;br /&gt;
|http://freestyle-joomla.com/fssdownloads/viewcategory/2 Freestyle FAQ 1.5.6 ‎SQL Injection&lt;br /&gt;
|&lt;br /&gt;
|[http://freestyle-joomla.com/index.php?announceid=43 new version (1.9.0) is available which fixes] the security issues.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   iJoomla Magazine 3.0.1  ==&lt;br /&gt;
|iJoomla Magazine 3.0.1 RFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Clantools   ==&lt;br /&gt;
| &lt;br /&gt;
|http://www.joomla-clantools.de/downloads/doc_download/7-clantools-123.html clantool sqli&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jphone   ==&lt;br /&gt;
|jphone LFI&lt;br /&gt;
|090910&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  PicSell    ==&lt;br /&gt;
|[http://vm.xmlswf.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=104&amp;amp;Itemid=131Picsell LFD, 777]&lt;br /&gt;
|020910&lt;br /&gt;
|new version [http://vm.xmlswf.com/picsell released 150312]  version number 11&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Zoom Portfolio   ==&lt;br /&gt;
|SID&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   zina   ==&lt;br /&gt;
|[http://www.pancake.org/zina/ SQL Injection]&lt;br /&gt;
|020910&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Team's   ==&lt;br /&gt;
|[http://www.joomlamo.com Teams extension] SQL Injection &lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Amblog    ==&lt;br /&gt;
|[http://robitbt.hu/jm/index.php?option=com_amdownloader&amp;amp;task=showfiles&amp;amp;pathid=8 Amblog] SQLi&lt;br /&gt;
|120810&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   wmtpic  ==&lt;br /&gt;
|www.webmaster-tips.net various&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Jomtube    ==&lt;br /&gt;
|http://www.jomtube.com/ SID&lt;br /&gt;
|220710&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Rapid Recipe    ==&lt;br /&gt;
|http://www.rapid-source.com Persistent XSS Vulnerability last known fix version 1.7.2 &lt;br /&gt;
|july 10,2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Health &amp;amp; Fitness Stats   ==&lt;br /&gt;
|http://joomla-extensions.instantiate.co.uk/jcomponents/healthstats Persistent XSS Vulnerability july 10,2010 &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  staticxt   ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/edition/custom-code-in-content/2184  no version number provided&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   quickfaq  ==&lt;br /&gt;
|http://www.schlu.net sqli&lt;br /&gt;
|090710&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==    Minify4Joomla  ==&lt;br /&gt;
|http://waltercedric.com/ LFI and xss&lt;br /&gt;
|090710&lt;br /&gt;
|No longer available to download&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==   IXXO Cart   ==&lt;br /&gt;
|http://www.php-shop-system.com/ SQLi LFI XSS Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|developer resolution [http://support.ixxoglobal.com/index.php?/News/NewsItem/View/22/ixxo-cart-new-release-v41190 notice] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  PaymentsPlus   ==&lt;br /&gt;
|http://paymentsplus.com.au/ 2.1.5 Blind SQL Injection Vulnerability&lt;br /&gt;
|090710 &lt;br /&gt;
|current version 2.20, 2.1.5 not listed on dev site&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ArtForms   ==&lt;br /&gt;
|http://joomlacode.org/gf/project/jartforms/ ArtForms 2.1b7.2 RC2 Multiple Remote Vulnerabilities&lt;br /&gt;
|090710&lt;br /&gt;
| Old beta extension &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  autartimonial   ==&lt;br /&gt;
|autartica.be Sqli Vulnerability&lt;br /&gt;
|060710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== eventcal 1.6.4    ==&lt;br /&gt;
|http://joomlacode.org/gf/project/eventcal/frs/ SQL I  last update 2006-12-31 on joomlacode&lt;br /&gt;
|040710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== date converter    ==&lt;br /&gt;
|http://sourceforge.net/projects/date-converter/ sqli&lt;br /&gt;
|010710&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== real estate    ==&lt;br /&gt;
|http://www.opensourcetechnologies.com/demos/real-estate.html RFI&lt;br /&gt;
|210610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  cinema   ==&lt;br /&gt;
|SQL injection&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Jreservation  ==&lt;br /&gt;
|http://jforjoomla.com/ SQLi Vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   joomdocs  ==&lt;br /&gt;
|http://joomclan.com/index.php/JoomDocs/ xss vulnerability&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   Live Chat    ==&lt;br /&gt;
|http://www.joompolitan.com/livechat.html Multiple Remote Vulnerabilities &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Turtushout 0.11    ==&lt;br /&gt;
| http://www.turtus.org.ua/files?func=fileinfo&amp;amp;id=13 SQL Injection (again)&lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  BF Survey Pro Free   ==&lt;br /&gt;
|BF Survey Pro Free SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|Product marker as retired by the developer&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MisterEstate   ==&lt;br /&gt;
|http://www.misterestate.com/ Blind SQL Injection Exploit &lt;br /&gt;
|190610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  RSMonials    ==&lt;br /&gt;
|http://www.rswebsols.com/downloads/category/14-download-rsmonials-all?download=23%3Adownload-rsmonials-component XSS Exploit&lt;br /&gt;
|190610&lt;br /&gt;
|Believed to be 1.5.1 version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Answers v2.3beta   ==&lt;br /&gt;
|Multiple Vulnerabilities http://extensions.joomla.org/extensions/communication/forum/12652&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Gallery XML 1.1   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/photos-a-images/photo-gallery/12504&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  JFaq 1.2   ==&lt;br /&gt;
|JFaq 1.2 Multiple Vulnerabilities&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Listbingo 1.3   ==&lt;br /&gt;
|Multiple Vulnerabilities&lt;br /&gt;
http://extensions.joomla.org/extensions/ads-a-affiliates/classified-ads/12062&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Alpha User Points    ==&lt;br /&gt;
|www.alphaplug.com LFI&lt;br /&gt;
|180610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   recruitmentmanager  ==&lt;br /&gt;
|http://recruitment.focusdev.co.uk Upload Vulnerability&lt;br /&gt;
|130610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Info Line (MT_ILine)    ==&lt;br /&gt;
|http://extensions.joomla.org/extensions/news-display/news-tickers-a-scrollers/8425 reports of shell scripts in download file&lt;br /&gt;
|120610&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Ads manager  Annonce   ==&lt;br /&gt;
|http://joomla.clubnautiquemarine.fr/ &lt;br /&gt;
Upload Vulnerability&lt;br /&gt;
| 05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  lead article    ==&lt;br /&gt;
|http://www.leadya.co.il/ SQLi&lt;br /&gt;
|050610&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  djartgallery   ==&lt;br /&gt;
|http://www.design-joomla.eu Multiple Vul&lt;br /&gt;
|05/06/10&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
== Gallery 2 Bridge    ==&lt;br /&gt;
|[http://trac.4theweb.nl/g2bridge g2bridge] LFI vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  jsjobs   ==&lt;br /&gt;
|[http://www.joomsky.com jsjobs] SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Poll  ==&lt;br /&gt;
|http://slideshow.joomlaextensions.co.in/ SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  MediQnA   ==&lt;br /&gt;
|MediQnA LFI vulnerability version : v1.1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==   JE Job  ==&lt;br /&gt;
|http://joomlaextensions.co.in/ LFI SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  SectionEx   ==&lt;br /&gt;
|Stack Ideas section Ex LFI&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ActiveHelper LiveHelp    ==&lt;br /&gt;
|XSS in [http://extensions.joomla.org/extensions/communication/chat/12492 LiveHelp] &lt;br /&gt;
|200510&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==  JE Quotation Form   ==&lt;br /&gt;
|http://joomlaextensions.co.in/free-download/doc_download/11-je-quotation-form.html  LFI&lt;br /&gt;
|&lt;br /&gt;
|developers statement of [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form resolution]  '''note''', now known as [http://joomlaextensions.co.in/extensions/joomla-components/product/JE-Quote-Form JE Quote Form] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  konsultasi   ==&lt;br /&gt;
|SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  Seber Cart    ==&lt;br /&gt;
|Local File Disclosure Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|[http://www.sebercart.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=158 Developer Update 140510]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Camp26 Visitor    ==&lt;br /&gt;
|RFI www.camp26.biz&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   JE Property  ==&lt;br /&gt;
|JE Property Finder Upload Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Noticeboard  ==&lt;br /&gt;
|Noticeboard for Joomla &amp;quot;controller&amp;quot; Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==SmartSite     ==&lt;br /&gt;
|SmartSite com_smartsite Local File Inclusion Vulnerability &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  htmlcoderhelper graphics   ==&lt;br /&gt;
|htmlcoderhelper graphics v1.0.6 LFI Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
== Ultimate Portfolio    ==&lt;br /&gt;
|Ultimate Portfolio  Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Archery Scores   ==&lt;br /&gt;
| [http://lispeltuut.org/ Archery Scores (com_archeryscores) v1.0.6 LFI Vulnerability]&lt;br /&gt;
&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  ZiMB Manager   ==&lt;br /&gt;
|Joomla Component ZiMB Manager Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Matamko   ==&lt;br /&gt;
|Matamko Local File Inclusion Vulnerability&lt;br /&gt;
|210410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Root   ==&lt;br /&gt;
|Multiple Root Local File Inclusion Vulnerability http://joomlacomponent.inetlanka.com/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Map   ==&lt;br /&gt;
|Multiple Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   Contact Us Draw Root Map  ==&lt;br /&gt;
|Draw Root Map Local File Inclusion Vulnerability joomlacomponent.inetlanka.com&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==  iF surfALERT   ==&lt;br /&gt;
|[http://www.inertialfate.za.net/ iF surfALERT] Local File Inclusion Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   GBU FACEBOOK  ==&lt;br /&gt;
|GBU FACEBOOK SQL injection vulnerability http://www.gbugrafici.nl/gbufacebook/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
&lt;br /&gt;
==   jnewspaper  ==&lt;br /&gt;
|jnewspaper (cid) SQL Injection Vulnerability&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;   |&lt;br /&gt;
== MT Fire Eagle ==&lt;br /&gt;
&lt;br /&gt;
|LFI http://joomlacode.org/gf/project/jfireeagle/frs/ http://www.moto-treks.com&lt;br /&gt;
| 190410&lt;br /&gt;
| product considered retired and to be replaced by dev&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Sweetykeeper   ==&lt;br /&gt;
|Sweetykeeper Local File Inclusion Vulnerability  http://www.joomlacorner.com/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  jvehicles   ==&lt;br /&gt;
|SQL Injection http://jvehicles.com&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  worldrates   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  cvmaker   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  advertising   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   horoscope  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   webtv  ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  diary   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  Memory Book   ==&lt;br /&gt;
|http://dev.pucit.edu.pk/&lt;br /&gt;
|120410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==  JprojectMan   ==&lt;br /&gt;
|LFI http://extensions.joomla.org/extensions/communities-a-groupware/project-a-task-management/5676&lt;br /&gt;
|110410&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==   econtentsite  ==&lt;br /&gt;
|LFI&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    Jvehicles ==&lt;br /&gt;
|ID&lt;br /&gt;
|040410&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    gigcalender   ==&lt;br /&gt;
&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/calendars-a-events/events/97)http://extensions.joomla.org/extensions/calendars-a-events/events/97 gigcalender]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
==    heza content   ==&lt;br /&gt;
|SQLi [http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427)http://extensions.joomla.org/extensions/structure-a-navigation/sections-a-categories/10427  heza content]&lt;br /&gt;
|13 march 2010&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  SqlReport   ==&lt;br /&gt;
|Sqlreport has a sql/RFI exploit. awaiting confirmation on exact developer.&lt;br /&gt;
|Feb 20&lt;br /&gt;
|'''Not Known'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Yelp ==&lt;br /&gt;
| SQLi - Unable to locate developer. Possibly a custom extension.&lt;br /&gt;
|Feb 01 &lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; | '''  Not Known'''&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==     ==&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;endFeed /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''This list is change protected, for updates or additions [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=87230 lafrance] or [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD]&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
== Codes used ==&lt;br /&gt;
SQLi - SQL injection [http://en.wikipedia.org/wiki/Code_injection#SQL_injection wikipedia]&lt;br /&gt;
&lt;br /&gt;
LFI - Local File Inclusion [http://www.scribd.com/doc/6498408/Remote-and-Local-File-Inclusion-Explained scribd]&lt;br /&gt;
&lt;br /&gt;
RFI - Remote file inclusion [http://en.wikipedia.org/wiki/Remote_File_Inclusion wikipedia]&lt;br /&gt;
&lt;br /&gt;
DT - Directory Traversal [http://en.wikipedia.org/wiki/Directory_traversal wikipedia] (incl 777 folders)&lt;br /&gt;
&lt;br /&gt;
ID = Information Disclosure: account information or sensitive information publicly viewable, or passed to 3rd party without knowledge&lt;br /&gt;
&lt;br /&gt;
== Future Actions &amp;amp; WIP ==&lt;br /&gt;
&lt;br /&gt;
[http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions RSS feed] completed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to feed VEL direct to twitter&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The RSS feed is currently fed by item entry order and not by date fixed. &lt;br /&gt;
List as discussed in  [[jtopic:455746]] by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=67439 PhilD] editing by [http://forum.joomla.org/memberlist.php?mode=viewprofile&amp;amp;u=28000 Mandville]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Security]]&lt;br /&gt;
[[Category:Component Management]]&lt;/div&gt;</summary>
		<author><name>Mandville</name></author>	</entry>

	<entry>
		<id>http://docs.joomla.org/Vulnerable_Extensions_List</id>
		<title>Vulnerable Extensions List</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/Vulnerable_Extensions_List"/>
				<updated>2013-01-14T00:08:48Z</updated>
		
		<summary type="html">&lt;p&gt;Mandville: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- ***all wiki editors*** - do NOT touch without notice   --&amp;gt;&lt;br /&gt;
'''List prior to Jnuary 2011 ([[Archived vel|now archived]])''' Please check here also. &lt;br /&gt;
&amp;lt;!-- if you have altered the above line then revert your changes and contact me   --&amp;gt;&lt;br /&gt;
Please also check the [[Investigation of exploits|Extension Investigation List]].&lt;br /&gt;
 &lt;br /&gt;
== Check and Report.  ==&lt;br /&gt;
'''Please check with the extension publisher in case of any questions over the security of their product.'''&lt;br /&gt;
Report Vulnerable extensions in the [[jforum:432|security forum]]  clearly marked with the first word in the title being ''Vulnerable'' where the security moderators or JSST team will respond. &lt;br /&gt;
This list is change protected,''' for additions or updates email''' ''vel @ joomla.org'' &lt;br /&gt;
*If you are seeing this page on any site other than [http://docs.joomla.org/Vulnerable_Extensions_List the Offical Joomla Documentation] you may be seeing an out of date version or experiencing [http://en.wikipedia.org/wiki/Plagiarism plagiary] and the links may not work properly&lt;br /&gt;
&lt;br /&gt;
== How to use this list ==&lt;br /&gt;
'''Items will be removed after a suitable period and not on resolution.'''&lt;br /&gt;
&lt;br /&gt;
All known vulnerable extensions are the listed in the first column &amp;quot;Extension&amp;quot;. Any in a &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;red box &amp;lt;/span&amp;gt;are where we have not been given a fix. Any in a &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;turquoise box&amp;lt;/span&amp;gt; contain a link to the notice about an &amp;lt;span style=&amp;quot;background:#cef2e0; color:black&amp;quot;&amp;gt;update with link.&amp;lt;/span&amp;gt; Any that are in an uncolored box are a &amp;quot;Contact the Developer About This Extension&amp;quot;.&lt;br /&gt;
Alert Advisory details are in the center column.&lt;br /&gt;
If the &amp;quot;Extension Update Link &amp;amp; Date Column has &amp;lt;span style=&amp;quot;background:red; color:white&amp;quot;&amp;gt;'''Not Known''' &amp;lt;/span&amp;gt; then it is where no update is known.&lt;br /&gt;
&lt;br /&gt;
'''This list is compiled from found information and may not be an up to date accurate list''' ''We do '''NOT''' promise to test or validate these reports. We do '''NOT''' guarantee the quality or effectiveness of any updates reported to us or listed here.''&lt;br /&gt;
To sign up for the feed please [http://feeds.joomla.org/JoomlaSecurityVulnerableExtensions follow this link]&lt;br /&gt;
* We do not list BETA products, or extensions for J1.0.x&lt;br /&gt;
&lt;br /&gt;
== Developers - How to get yourself removed from the VEL ==&lt;br /&gt;
&lt;br /&gt;
Resolved items will be removed after a suitable period and not on resolution&lt;br /&gt;
&lt;br /&gt;
Please solve the issues and:&lt;br /&gt;
&lt;br /&gt;
* '''If JED listed''' &lt;br /&gt;
&lt;br /&gt;
To have your extension republished, please follow these steps:&lt;br /&gt;
&lt;br /&gt;
1- Solve the issues.&lt;br /&gt;
&lt;br /&gt;
2- Attach the new zip file at your actual JED listing.&lt;br /&gt;
&lt;br /&gt;
3- Change the extension version at JED listing.&lt;br /&gt;
&lt;br /&gt;
4- Make sure to include a notice in the JED description to the fact that the new release is a &amp;quot;Security Release&amp;quot; and those who use the extension should upgrade immediately.&lt;br /&gt;
&lt;br /&gt;
5- Email the VEL team with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website&lt;br /&gt;
&lt;br /&gt;
6- Create a [http://bit.ly/velunlist JED listing owner ticket] to the JED with a notice and ask that your listing be republished. Include the full details of your new version number and security notice page&lt;br /&gt;
&lt;br /&gt;
VEL email can be found above and the JED support link is in your notice of &amp;quot;unpublication&amp;quot; [http://extensions.joomla.org/component/maqmahelpdesk/ and here] &lt;br /&gt;
&lt;br /&gt;
* '''If not JED listed.''' &lt;br /&gt;
Inform us by '''email''' with a notice of resolution, the latest version number '''and''' a link to the security release statement on your website.&lt;br /&gt;
&lt;br /&gt;
== January 2012 and onwards Reported Vulnerable Extensions ==&lt;br /&gt;
&amp;lt;startFeed /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  '''Extension'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| '''Details'''&lt;br /&gt;
!  '''Date Added'''&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; |'''Extension Update Link &amp;amp; Date'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  tz guestbook   ==&lt;br /&gt;
|Various &lt;br /&gt;
|100113&lt;br /&gt;
|developer release statement [http://www.templaza.com/item/256-tz-guestbook-v1-1-2-security-release for 1.1.2]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== extplorer    ==&lt;br /&gt;
| 2.1.2, 2.1.1, 2.1.0 and 2.1.0RC5 are vulnerable to an authentication bypass&lt;br /&gt;
|251212&lt;br /&gt;
|developer [http://extplorer.net/news/12  update to 2.1.3 statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JooProperty    ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|101212&lt;br /&gt;
|developer release new version 1.13.1 -  [http://jooproperty.com/en/forum/last-jooproperty-release/277-important-security-fix-released-please-update.html#277 upgrade notice] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  Multiple Customfields Filter for Virtuemart   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|18212&lt;br /&gt;
|developers [http://myext.eu/en/update/47-v1-66  update statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot;  |&lt;br /&gt;
&lt;br /&gt;
==  ag google analytic    ==&lt;br /&gt;
|Various&lt;br /&gt;
|061212&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== sh404sef &amp;lt;3.7.0 ==&lt;br /&gt;
|Undisclosed sh404SEF 3.4.x, 3.5.x, 3.6.x for Joomla 2.5&lt;br /&gt;
|26112&lt;br /&gt;
|developer [http://anything-digital.com/sh404sef/news/releases/sh404sef-3_7_0_1485-released.html statement]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Login Failed Log     ==&lt;br /&gt;
|23112&lt;br /&gt;
|ID - information disclosure&lt;br /&gt;
|developer [http://www.jm-experts.com/extensions-tools/login-failed-log release statement] to ver 1.5.4&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
== jNews==&lt;br /&gt;
|&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joobi.co/index.php?option=com_content&amp;amp;view=article&amp;amp;id=8560:security-release-update-to-jnews-79x&amp;amp;catid=93:jnews&amp;amp;Itemid=225 statement to version  7.9.1] 151112&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Joombah Jobs    ==&lt;br /&gt;
|Upload restriction issues&lt;br /&gt;
|131112&lt;br /&gt;
|developer update [http://www.joombah.com/home/item/joombah-jobs-security-release-update-now statement] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== commedia    ==&lt;br /&gt;
|RFI&lt;br /&gt;
|231012&lt;br /&gt;
|developer update [http://www.ecolora.com/index.php/15-commedia-a-mp3browser-new/77-commedia-3-2-is-not-vulnerable#english statement to version 3.2] 271012&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Kunena ==&lt;br /&gt;
|SQLi + ID&lt;br /&gt;
|221012&lt;br /&gt;
|Developer states [http://www.kunena.org/forum/announcement/id-52 current version not exploitable] by reported methods&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Icagenda   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|Developer  [http://www.joomlic.com/en/extensions/icagenda   statement for 1.2.9] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:red; color:white&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  JTag [joomlatag]   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
==   Freestyle Support  ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|&lt;br /&gt;
|developer update [http://freestyle-joomla.com/help/announcements?announceid=60 statement 251012]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ACEFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|AceFTP 2.0.0 released. Developer [http://www.joomace.net/blog/aceftp/aceftp-200-has-been-released statement] 101012&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==  MijoFTP   ==&lt;br /&gt;
|DT &lt;br /&gt;
|011012&lt;br /&gt;
|*''reported fixed prior to notification''*&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  spider calendar lite   ==&lt;br /&gt;
|RFI &lt;br /&gt;
|180912&lt;br /&gt;
|developer release version 1.5 [http://web-dorado.com/products/joomla-calendar-module.html  version]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RokModule   ==&lt;br /&gt;
|SQLi&lt;br /&gt;
|Rereported 180912&lt;br /&gt;
|Developer states: no known exploits for our current versions [http://www.rockettheme.com/extensions-downloads/free/1012-rokmodule of RokModule Joomla 2.5 - v1.3 Joomla 1.5 - v1.4]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  ICagenda   ==&lt;br /&gt;
| SQLi&lt;br /&gt;
|developer [http://www.joomlic.com/en/extensions/icagenda security release] - v1.2.1&lt;br /&gt;
|080912&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  En Masse cart   ==&lt;br /&gt;
|RFI&lt;br /&gt;
|060812&lt;br /&gt;
|Developer upgrade statement [http://www.matamko.com/news-update/14-en-masse-releases/142-announcement-for-security-release-enmasse-313.html   to 3.1.3]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   JCE (joomla content editor)  ==&lt;br /&gt;
|Upload Restriction &amp;lt;2.2.4 &lt;br /&gt;
|050812&lt;br /&gt;
|Developer states current version not exploitable &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==   RSGallery2  ==&lt;br /&gt;
|SQLi XSS&lt;br /&gt;
| 31 07 12&lt;br /&gt;
|Devleoper statement versions 3.2.0 for Joomla 2.5 and version 2.3.0 for Joomla 1.5  [http://www.rsgallery2.nl/topicseen./announcements/rsgallery2_3.2.0_and_2.3.0_released_16845.msg44046.html released] &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#cef2e0; color:black&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==  osproperty   ==&lt;br /&gt;
|Unrestricted uploads&lt;br /&gt;
|160712&lt;br /&gt;
|Developer release [http://joomservices.com/components/osso