Page 1 of 1

Urgent: Patch Adobe Flashto Protect against Zero-Day Exploit

Posted: Thu 22 Sep 2011, 08:14
by James C

Posted: Thu 22 Sep 2011, 09:32
by wuwei
Thanks for the warning, James.

Posted: Thu 22 Sep 2011, 12:16
by Lobster

Posted: Thu 22 Sep 2011, 16:30
by faifpuhp
Done! (Man, that was fast...)

You know, there's no reason that Adobe couldn't have a ton of experimental versions with known exploits laying around, specifically to let people take over your computer. Not saying they would! But there's no reason they couldn't, and it would look like an innocent mistake on their part :D Like a poison in two parts, where either alone is innocuous.

Posted: Fri 23 Sep 2011, 03:43
by big_bass
flash updater script

keep updated always

just un compress it then
and click on flash-updater

it asks if you want to install click ok
it take a few minutes because it downloads the file then installs it in the background
when its done a box pops up for 3 seconds and says its done

hope this makes it easier
http://www.murga-linux.com/puppy/viewto ... h&id=46494

Posted: Fri 23 Sep 2011, 06:25
by DPUP5520
Didn't download the latest version, it redownloaded 10.3.183.7 so maybe the site just doesn't update flash all that quick. Also it might be a good idea to

Code: Select all

rm -fr /usr
or whatever the command would be since it does no good in there anyway and just takes up space.

Posted: Fri 23 Sep 2011, 06:54
by faifpuhp
DPUP5520 wrote: Also it might be a good idea to

Code: Select all

rm -fr /usr
or whatever the command would be
?! You'll want to explain that one, most of the time (in other distros, for example) you probably would not want to do that...

Posted: Fri 23 Sep 2011, 07:14
by DPUP5520
sorry I put the / there by mistake i mean to put

Code: Select all

rm -fr usr 
which would delete the usr folder from /usr/lib/mozilla/plugins folder, I think.

Posted: Fri 23 Sep 2011, 07:17
by nooby
dpup wow you mean we still ahve the old one then?
I felt so happy that now I have a patched version but if I get you
we still ahve the old one? So what to do?

Posted: Fri 23 Sep 2011, 07:30
by faifpuhp
DPUP5520 wrote:sorry I put the / there by mistake i mean to put

Code: Select all

rm -fr usr 
which would delete the usr folder from /usr/lib/mozilla/plugins folder, I think.
perhaps

Code: Select all

rm -fr ../plugins/usr 
just to be sure? that way if you're not in the right folder, it (probably) won't delete anything

Posted: Fri 23 Sep 2011, 07:32
by DPUP5520
I suppose but if you take a look at the script it already changes to that directory so that it can download and install the lib in there and then delete the tar'd file so there should be no need for writing out the whole path though it couldn't hurt

Edit: just modified the script and tested adding in

Code: Select all

rm -fr usr
underneath line 13 does the trick

Posted: Fri 23 Sep 2011, 08:16
by faifpuhp
DPUP5520 wrote:I suppose but if you take a look at the script it already changes to that directory
I missed that part, gotcha now.