Closed (fixed)
Project:
MP3 Player
Version:
7.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
19 Sep 2010 at 23:52 UTC
Updated:
12 Jun 2014 at 06:25 UTC
Jump to comment: Most recent
Some time ago, a security issue was reported with this module here:
http://seclists.org/fulldisclosure/2010/Feb/1
A colleague of mine was unable to reproduce the issue, but it would be nice if the maintainer could verify if there is a vulnerability or not before full release, and provide a patch if so.
Comments
Comment #1
univate commentedI reviewed that link and if this is a problem, which does look like it is, it would only be an issue if have untrusted user uploading or administering mp3 content.
Comment #2
jboeger commentedI have this module running at TimObrien.net
Some IP address is hitting /sites/all/modules/mp3player/mp3player/player.swf
Up to 943,992 hits / 10.22GB
I just blocked the offending IP address from htaccess
file (I'm at cloud sites) but hoping for better solution.
Comment #3
gregglesComment #4
markie commentedpatch available at https://drupal.org/node/2050425 pulls the mp3player out of the module and places it in the libraries area. This allows users to download a secure version of the swf (which has been updated multiple times).
Comment #5
markie commentednew branch created with fix.. 6.x-2.x
Comment #6
markie commentedmoved to 7.x-2.x for further development. 7.x-1.x no longer supported.