<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[Bash 远程任意代码执行安全漏洞（最严重漏洞）]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Sat, 27 Sep 2014 10:34:38 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	背景：群里说到，没有注意，自己升级了下自己的vps服务器，后来公司要求也升级下线上服务器，才知事情严重，为过好国庆升级是必要 的，听说苹果系统说自己系统尽管也用这个bash，如果没有设置高级什么的，不存在此漏洞。<br/><br/>Bash 远程任意代码执行安全漏洞（最严重漏洞）<br/>US-CERT 意识到 Bash 存在一个安全的漏洞，该漏洞直接影响基于 Unix 的系统（如 Linux、OS X 等）。该漏洞将导致远程攻击者在受影响的系统上执行任意代码。<br/>US-CERT 建议用户和管理员重新检查这篇红帽的安全博客。更多的详情只能参考相应 Linux 发行商以获取相应补丁。<br/>你可以使用如下命令来检查系统存在此漏洞：<br/>env x=&#039;() &#123; :;&#125;; echo vulnerable&#039; bash -c &quot;echo this is a test&quot;<br/>受影响的系统包括：<br/>CentOS<br/>Debian<br/>Redhat<br/>Ubuntu<br/>红帽系可通过更新 bash 并重启系统来解决这个问题：<br/># yum update bash<br/>或者：<br/># yum update bash-4.1.2-15.el6_5.1<br/>此举只是更新了 bash 包，还需要重启系统才能生效。<br/><br/>Ubuntu 用户可以通过如下命令打补丁，无需重启：<br/>apt-get update<br/>apt-get install bash<br/><br/>______________________________<br/>[root@jackxiang ~]# rpm -qa&#124;grep bash<br/>bash-4.1.2-15.el6_5.1.x86_64<br/><br/><textarea name="code" class="C" rows="15" cols="100">
[root@jackxiang ~]# env x=&#039;() &#123; :;&#125;; echo vulnerable&#039; bash -c &quot;echo this is a test&quot;
bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x&#039;
this is a test
</textarea>
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] Bash 远程任意代码执行安全漏洞（最严重漏洞）]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>