A critical vulnerability has been identified in Adobe Flash Player version 10.0.42.34 and earlier. This vulnerability (CVE-2010-0186) could subvert the domain sandbox and make unauthorized cross-domain requests.
Affected software versionsAdobe Flash Player 10.0.42.34 and earlier versions
Adobe AIR 1.5.3.1920 and earlier versions
For most of you the below instruction is superfluous but nevertheless it might be useful for some noobs.
Extract the content of the zip.
Among the extracted files you will find the standalone player and the file "Install Flash Player 10 Plugin.exe".
You can now extract from the latter the browser plugin (NPSWF32.dll) bei using UniExtract or 7z.
Edited 1 time(s). Last edit at 02/14/2010 03:25PM by disrupted.
flashswitcher has been updated to latest 10.0.45.2 (available from web dev page). flashplugin(standalone) has been updated available from browser plugins page.
as always the npswf32.dll has been hexed to enable saving embedded videos in the tmp directory as *.tmp files instead of getting deleted as soon as the video has stop playing
http://kmext.sf.net/scripts/hexingflash
I don't know what hex program you use, but I use an old DOS one.
So when you find this hex string:
14 6A 02 6A 00
you patch it by changing it to:
10 6A 02 6A 01
At least that is what I think you do??? Am I close or???
Tks.
Disrupted may confirm me or not.
As far as I can see you are right
You can verify the MD5 of your patched file with that of Disrupted's one.
The tool he used is AXE.
You can use several freeware editors for this purpose. HEXEdit comes to my mind but it's just one of many.
Edited 1 time(s). Last edit at 02/15/2010 05:16AM by Yogi.
Disrupted may confirm me or not.
As far as I can see you are right
You can verify the MD5 of your patched file with that of Disrupted's one.
The tool he used is AXE.
You can use several freeware editors for this purpose. HEXEdit comes to my mind but it's just one of many.
Yogi,
Thanks... just wanted to make sure. As for the hex editor, I use a very old one.
there's no need to hex out the flash plugin if you've downloaded it or flash switcher from kmext..they have been hexed already, it was just a reference for the future if anyone needs it
that was an ancient abandonware version of axe which still works great, it comes with own free serial but there's not much point cause there are many good freeware alternatives now.
Quote disrupted(unlogged)
there's no need to hex out the flash plugin if you've downloaded it or flash switcher from kmext..they have been hexed already, it was just a reference for the future if anyone needs it
that was an ancient abandonware version of axe which still works great, it comes with own free serial but there's not much point cause there are many good freeware alternatives now.
that's not right, kmeleon or any gecko will never use the global plugin if it finds one in its plugins folder.. did you try to replace the plugin when the browser was running? you can not replace a dll when it's been called like a flash website.
try again, make sure the browser is closed(including loader if applicable), replace the dll and make sure it was over-written, you can check that by right clicking on npswf.dll and checking the versions in porperty sheet
also do this, go to about:config and search for this pref:
plugin.expose_full_path
set it to true
open about plugins page(help>about plugins)
and see the path for the npswf32.dll..it should be pointing to the one in your plugins folder