<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; ImageMagick</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/imagemagick/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux下ImageMagick远程代码执行漏洞修复</title>
		<link>https://www.osyunwei.com/archives/9477.html</link>
		<comments>https://www.osyunwei.com/archives/9477.html#comments</comments>
		<pubDate>Thu, 05 May 2016 17:05:32 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ImageMagick]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=9477</guid>
		<description><![CDATA[准备知识： Linux下php安装imagick http://www.osyunwei.com/archives/5327.html 漏洞描述： ImageMagick是一款广泛流行的图像处理软件。近日，该软件被爆出存在远程代码执行漏洞，编号为CVE-2016–3714。此漏洞允许攻击者通过上传恶意构造的图像文件，在目标服务器执行任意代码。由于ImageMagick应用十分广泛，目前已确定Wordpress等知名应用受此漏洞影响。 影响范围： ImageMagick &#60;= 6.9.3-9 漏洞修复： 安装最新版本的软件 一、下载软件包： cd /usr/local/src #进入软件包存放目录 1、ImageMagick（目前最新版本） wget    http://ftp.nluug.nl/ImageMagick/ImageMagick-7.0.1-1.tar.gz 2、imagick（imagick-3.1.2及以下版本不支持ImageMagick-7.0.1-1，会提示编译错误，建议使用最新版本imagick-3.4.2） wget     http://pecl.php.net/get/imagick-3.4.2.tgz 二、安装ImageMagick 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 cd /usr/local/src #进入软件包存放目录 tar zxvf ImageMagick-7.0.1-1.tar.gz #解压 cd ImageMagick-7.0.1-1 #进入安装目录 ./configure --prefix=/usr/local/imagemagick #配置 make #编译 make install #安装 export PKG_CONFIG_PATH=/usr/local/imagemagick/lib/pkgconfig/ #设置环境变量 三、安装imagick cd /usr/local/src tar zxvf imagick-3.4.2.tgz cd [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/9477.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/9477.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
