diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-201410-02.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-201410-02.xml')
-rw-r--r-- | glsa-201410-02.xml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/glsa-201410-02.xml b/glsa-201410-02.xml new file mode 100644 index 00000000..269257fd --- /dev/null +++ b/glsa-201410-02.xml @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201410-02"> + <title>Perl, Perl Locale-Maketext module: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in the Perl + Locale-Maketext module, allowing remote attackers to inject and execute + arbitrary Perl code. + </synopsis> + <product type="ebuild">Locale-Maketext</product> + <announced>October 12, 2014</announced> + <revised>December 29, 2014: 2</revised> + <bug>446376</bug> + <access>remote</access> + <affected> + <package name="perl-core/Locale-Maketext" auto="yes" arch="*"> + <unaffected range="ge">1.230.0</unaffected> + <vulnerable range="lt">1.230.0</vulnerable> + </package> + <package name="dev-lang/perl" auto="yes" arch="*"> + <unaffected range="ge">5.17.7</unaffected> + <vulnerable range="lt">5.17.7</vulnerable> + </package> + </affected> + <background> + <p>Locale-Maketext - Perl framework for localization</p> + </background> + <description> + <p>Two vulnerabilities have been reported in the Locale-Maketext module for + Perl, which can be exploited by malicious users to compromise an + application using the module. + </p> + + <p>The vulnerabilities are caused due to the “_compile()” function not + properly sanitising input, which can be exploited to inject and execute + arbitrary Perl code. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could possibly execute arbitrary code with the + privileges of the process, or cause a Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All users of the Locale-Maketext module should upgrade to the latest + version: + </p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose + ">=perl-core/Locale-Maketext-1.230.0" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-6329">CVE-2012-6329</uri> + </references> + <metadata tag="requester" timestamp="Tue, 01 Jan 2013 20:38:14 +0000">ackle</metadata> + <metadata tag="submitter" timestamp="Mon, 29 Dec 2014 20:02:06 +0000"> + pinkbyte + </metadata> +</glsa> |