diff options
Diffstat (limited to 'metadata/glsa/glsa-201206-36.xml')
-rw-r--r-- | metadata/glsa/glsa-201206-36.xml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201206-36.xml b/metadata/glsa/glsa-201206-36.xml new file mode 100644 index 000000000000..d676390d93ab --- /dev/null +++ b/metadata/glsa/glsa-201206-36.xml @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201206-36"> + <title>logrotate: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities were found in logrotate, which could lead + to arbitrary system command execution. + </synopsis> + <product type="ebuild">logrotate</product> + <announced>2012-06-25</announced> + <revised count="1">2012-06-25</revised> + <bug>356811</bug> + <bug>372973</bug> + <access>local</access> + <affected> + <package name="app-admin/logrotate" auto="yes" arch="*"> + <unaffected range="ge">3.8.0</unaffected> + <vulnerable range="lt">3.8.0</vulnerable> + </package> + </affected> + <background> + <p>logrotate rotates, compresses, and mails system logs.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in logrotate. Please + review the CVE identifiers referenced below for details. + </p> + </description> + <impact type="high"> + <p>A local attacker could use this flaw to truncate arbitrary system file, + to change file owner or mode on arbitrary system files, to conduct + symlink attacks and send arbitrary system files, to execute arbitrary + system commands, to cause abort in subsequent logrotate runs, to disclose + sensitive information, to execute arbitrary code or cause a Denial of + Service condition. + </p> + + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All logrotate users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-admin/logrotate-3.8.0" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1098">CVE-2011-1098</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1154">CVE-2011-1154</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1155">CVE-2011-1155</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1549">CVE-2011-1549</uri> + </references> + <metadata timestamp="2011-10-07T23:37:29Z" tag="requester"> + underling + </metadata> + <metadata timestamp="2012-06-25T19:17:59Z" tag="submitter">craig</metadata> +</glsa> |