I am using Ubuntu 14.04 LTS. When I open a site which requires flash plugin (e.g. Youtube), Firefox says This plugin is vulnerable and should be updated.
However if I click Check for updates... there is no update at all. This is what the update site listed:
- Shockwave Flash 11.2 r202 (status up to date 11.2.202.424)
- Java(TM) Plug-in 11.25.2 (status up to date 11.25.2)
So what should I do?
I've done some research at mozilla and adobe and tests with both recent LTS-versions (14.04 and 12.04) and I'm pretty sure it is just a numbering problem of the flash-plugin!
To make a long story short:
If you open in firefox "tools" - "add-ons" - "plugins" respectively look at the mozilla check and you've got version 11,2,202,425 (notice the commas!), you will get this error message.
and if your version is 11.2.202.425 (same version, just with dots at the numbering) everything is fine.
So don't panic, your system is safe! ;-)
But I can understand that this message is annoying and so this would be the easiest way to get rid of it:
open a terminal and insert
sudo apt-get update && sudo apt-get install -y flashplugin-installer
, type your root-password (no characters will be displayed) and just wait till executed!I would recommend this solution just in the case you have already installed the latest version but still get the error message because of the differences between the flash-packages!
The best solution to the problem of a vulnerable, out-of-date Flash installation--or even an up-to-date one that works poorly--may be to uninstall Flash entirely. Often it is not needed, as HTML5 has largely taken over. Thus removing Flash is a real solution for many people, and should probably be considered first before moving on to other solutions that attempt to keep Flash installed while maintaining it in a current (or semi-current) state.
As occupyflash.org says:
Following solution worked for me:
As announced by Adobe Adobe Flash Player 11.2 will be the last version to target Linux as a supported platform.
The main problem in this situation is outdated version of Flash Player in Firefox, which is 11.2
In the same time, Google Chrome users enjoying latest version supported by Google.
The trick is to switch Firefox from using it's Flash Player to Pepper Flash Player from Google Chrome.
First of all lets remove that we have:
Install Fresh Player Plugin by Rinat Ibragimov.
It is wrapper which allows Linux users to use Pepper Flash (which is bundled with Google Chrome) in Firefox and other NPAPI-compatible web browsers.
Latest version at this moment is 0.3.1, and everything seems working.
Install Pepper Flash Player itself from Google Chrome Stable:
If you want, you can install flash player from different versions:
Google Chrome Beta:
Google Chrome Unstable:
Now it's time to check version:
This is not Ubuntu only problem, cause the same message appears in FF on Mageia and openSUSE,
The solution is simple install a plugin for Pepper Flash for Firefox, SUSE team delivered a plugin last week, as soon as problem arised, so that on openSUSES flash is 16.0 like in Chrome
I hope there is a PPA for Ubuntu
http://www.webupd8.org/2014/05/install-fresh-player-plugin-in-ubuntu.html
p.s: the latest 11.2 flash is really outdated(vulnerable), changing version with apt-get wouldn't solve the problem
i currently can't reproduce your error, but this should solve your problem:
open a terminal and insert
sudo apt-get update && sudo apt-get install adobe-flashplugin
, type your root-password (no characters will be displayed), confirm the dialog and thats it!well... maybe you have to restart your browser!
Forget the steps above ... It will update with an old version of the flash plugin. So it doesn't work. New working steps bellow :)
Did this last steps, I don't have these boring messages anymore.
I had this problem on my laptop today, which I had upgraded at some point from Ubuntu 13.10.
It turns out the problem was that the adobe-flashplugin package had no updates, but this was due to the file
/etc/apt/sources.list
having a reference tosaucy
still for the partner repository. Editing this file and changing these instances ofsaucy
in the file totrusty
as they should have been on upgraded, and then runningapt-get update && apt-get upgrade
allowed the newer adobe-flashplugin package to get installed.The following procedure will deactivate the warnings for all plugins, since this error is because of a numbering problem of the flash-plugin as stated by DJCrashdummy you should follow it carefully, maybe reverting the change one month later or so once the flash-plugin get the correct numbering.
about:config
New > Boolean
extensions.blocklist.enabled
https://support.mozilla.org/en-US/questions/949746