Thursday, April 13, 2017
New Adobe CRITICAL Security Updates Acrobat Pro and Reader 11 0 03
New Adobe CRITICAL Security Updates Acrobat Pro and Reader 11 0 03
-
[Updated 2013-05-21 @8:38 AM: I removed the paragraphs and image regarding a low resolution icon for Adobe Reader. What I had witnessed was, I have discovered, yet another bug in Apples Finder application. Ive witnessed the exact same phenomenon with other newly installed apps. Refreshing or relaunching the Finder removes the problem. Not good Apple! Apologies to Adobe.]
On schedule, Adobe has posted critical security updates of both Acrobat Pro and Reader. The download links are below.
Thankfully, Adobe has (belatedly) provided an updated Security Bulletin as well, which is also linked below. The updates patch 27 security vulnerabilities.
Security Bulletin:
http://www.adobe.com/support/security/bulletins/apsb13-15.html
Adobe Reader XI (11.0.03):
http://get2.adobe.com/reader/
Adobe Acrobat Pro XI (11.0.03):
http://www.macupdate.com/download/1833/AcrobatUpd11003.dmg
Here are the security CVE vulnerabilities patched by these updates:
These updates resolve memory corruption vulnerabilities that could lead to code execution (CVE-2013-2718, CVE-2013-2719, CVE-2013-2720, CVE-2013-2721, CVE-2013-2722, CVE-2013-2723, CVE-2013-2725, CVE-2013-2726, CVE-2013-2731, CVE-2013-2732, CVE-2013-2734, CVE-2013-2735, CVE-2013-2736, CVE-2013-3337, CVE-2013-3338, CVE-2013-3339, CVE-2013-3340, CVE-2013-3341).
These updates resolve an integer underflow vulnerability that could lead to code execution (CVE-2013-2549).
These updates resolve a use-after-free vulnerability that could lead to a bypass of Adobe Readers sandbox protection (CVE-2013-2550).
These updates resolve an information leakage issue involving a Javascript API (CVE-2013-2737).
These updates resolve a stack overflow vulnerability that could lead to code execution (CVE-2013-2724).
These updates resolve buffer overflow vulnerabilities that could lead to code execution (CVE-2013-2730, CVE-2013-2733).
These updates resolve integer overflow vulnerabilities that could lead to code execution (CVE-2013-2727, CVE-2013-2729).
These updates resolve a flaw in the way Reader handles domains that have been blacklisted in the operating system (CVE-2013-3342).

--
Go to link Download
Saturday, March 25, 2017
NTFS Adobe Acrobat Reader Real Player Fedora Core 5
NTFS Adobe Acrobat Reader Real Player Fedora Core 5
1. Installing NTFS Support : -
1. Log in to linux in Super User mode or do so by typing "su" command at the console
2. Type "uname -rm" at the console to know the kernel version and processor type.
3. Go to the website "http://www.linux-ntfs.org/content/view/187/" and download the RPM package for NTFS driver relevant to your Linux kernel .
4. After downloading the driver go to the directory where you have downloaded the RPM directory and type "rpm -ivh kernel-module-ntfs-2.6.XX-XXXXXXXX.rpm" to install the driver.
5. Make a directory where you would like to have NTFS partition mounted Ex:- if you would like to have it mounted at /windows "mkdir /windows" .
6. type "/sbin/fdisk -l" to view available partitions and NTFS partion drive number
7. now edit /etc/fstab file using gedit and add line "/dev/hda1 /windows ntfs ro,defaults,umask=0222 0 0" at the end of the file replace /dev/hda1 with your ntfs partition as displayed by fdisk and /windows with your directory which you would like to mount ntfs volume onto.
8. Restart the linux to see change
2. Installing Real Player 10 and Adobe Acrobat Reader
1. Fedora Core 5 uses GCC 4.1 , Now many applications including Real player 10 and Adobe Acrobat 7.0 requires GCC 3.2 as they were compiled on these libraries hence for compatibility installation of this library is necessary.
GCC 3.2 Can be found on CD-3 of Fedora Core 5 , DVD or online
2. These Files are
compat-libstdc -33
compat-libstdc -296
3. To Install it using automatic yum package manager type" yum install compat-libstdc -33 compat-libstdc -296" after logging in Super User mode or after "su " at console
4. The library can also be downloaded as rpm from "http://rpmfind.net//linux/RPM/fedora/5/i386/compat-libstdc -33-3.2.3-55.fc5.i386.html" After downloading it can be installed as "rpm -ivh compatXXXXXX.rpm" after logging in super user mode.
5. After installing GCC 3.2 Library. Go to "http://www.real.com/linux" Download real player package and install it using "rpm -ivh RealXXXX.rpm" after logging inSuper User mode
6. Similarly install Adobe Acrobat Reader by downloading rpm package from "http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.8/enu/AdobeReader_enu-7.0.8-1.i386.rpm" and using rpm to install the package
Go to link Download