Perl Safe模块对象引用绕过安全限制漏洞


发布日期:2010-03-08
更新日期:2010-06-08

受影响系统:
Larry Wall Perl < 5.12.1
不受影响系统:
Larry Wall Perl 5.12.1
描述:
--------------------------------------------------------------------------------
BUGTRAQ  ID: 40302
CVE(CAN) ID: CVE-2010-1168,CVE-2010-1974

Perl是一种免费且功能强大的编程语言。

Perl中所使用的Safe模块没有正确地对经过隐式bless处理的对象限制DESTROY和AUTOLOAD等方式的代码,在访问或释放这些对象时Safe可能未加限制的执行这些方式。在Safe隔离中所执行的特制Perl脚本可以利用这个漏洞绕过预期的Safe模块限制。

<*来源:Rafa&euml;l Garcia-Suarez
 
  链接:https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=576508
        http://permalink.gmane.org/gmane.comp.security.oss.general/2932
        http://blogs.perl.org/users/rafael_garcia-suarez/2010/03/new-safepm-fixes-security-hole.html
        https://www.redhat.com/support/errata/RHSA-2010-0458.html
*>

建议:
--------------------------------------------------------------------------------
厂商补丁:

Larry Wall
----------
目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载:

http://cpansearch.perl.org/src/RGARCIA/Safe-2.27/Changes

RedHat
------
RedHat已经为此发布了一个安全公告(RHSA-2010:0458-02)以及相应补丁:
RHSA-2010:0458-02:Moderate: perl security update
链接:https://www.redhat.com/support/errata/RHSA-2010-0458.html

相关内容