How to solve the 73890 vulnerability in Ubuntu7.10

Source: Internet
Author: User
Tags unpack
Because adobe upgraded Flash Player to adobeflashpalyer9.3, flashpalyer cannot be installed in Ubuntu because it cannot pass the MD5 security review and is identified as insecure by the operating system. ThiscausesUbuntutonotinstalltheflashplugin, detectingachangeintheflashplugininstall

Because adobe upgraded Flash Player to adobeflashpalyer9.3, flashpalyer cannot be installed in Ubuntu because it cannot pass the MD5 security review and is identified as insecure by the operating system.

Original ENGLISH
This causes Ubuntu to not install the flash plugin, detecting achange in the flash plugin installer file (via MD5 checksums ). see bug 173890. this bug has been fixed in the next release of Ubuntu (hard 8.04) and it shoshould soon come as an update to Ubuntu 7.10.

Solution

Step 1 sudo apt-get install flashplugin-nonfree

First try to install Flash Player

Step 2
Sudo nano/var/lib/dpkg/info/flashplugin-nonfree.postinst

Step 3:

# Verify MD5 checksum of (copied or downloaded) tarball
Rm-rf install_flash_player_9_linux/
Echo "821cc72359a937caef85bb4cc74ef5cd install_flash_player_9_linux.tar.gz" | md5sum-c>/dev/null 2> & 1 \
| Fp_exit_with_error "md5sum mismatch install_flash_player_9_linux.tar.gz"

# Unpacking and checking the plugin
Tar xzf install_flash_player_9_linux.tar.gz | fp_exit_with_error "cannot unpack plugin"
Echo "be5a2f9032f8fc8bccbbf5d96c5028f9 install_flash_player_9_linux/libflashplayer. so" | md5sum-c>/dev/null 2> & 1 \
| Fp_exit_with_error "plugin changed, not trusted"
Echo "a81fd3b03b8c6d6e5a14298110718d3f install_flash_player_9_linux/flashplayer. xpt" | md5sum-c>/dev/null 2> & 1 \
| Fp_exit_with_error "plugin changed, not trusted"


Replace it with the following code:

# Verify MD5 checksum of (copied or downloaded) tarball
Rm-rf install_flash_player_9_linux/
Echo "93b7c48eaa415237b807a3ae1de65cf9 install_flash_player_9_linux.tar.gz" | md5sum-c>/dev/null 2> & 1 \
| Fp_exit_with_error "md5sum mismatch install_flash_player_9_linux.tar.gz"

# Unpacking and checking the plugin
Tar xzf install_flash_player_9_linux.tar.gz | fp_exit_with_error "cannot unpack plugin"
# Echo "a81fd3b03b8c6d6e5a14298110718d3f install_flash_player_9_linux/flashplayer. xpt" | md5sum-c>/dev/$
# Echo "13ce705df5d47422a9192b29827544e8 install_flash_player_9_linux/libflashplayer. so" | md5sum-c>/de $
# | Fp_exit_with_error "plugin changed, not trusted"

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.