blob: e02b8e4f927c594355d04c71e5025eea33739e00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201203-17">
<title>HPLIP: Multiple vulnerabilities</title>
<synopsis>Multiple vulnerabilities have been found in HPLIP, the worst of
which may allow execution of arbitrary code.
</synopsis>
<product type="ebuild">hplip</product>
<announced>March 16, 2012</announced>
<revised>March 16, 2012: 1</revised>
<bug>352085</bug>
<bug>388655</bug>
<access>local, remote</access>
<affected>
<package name="net-print/hplip" auto="yes" arch="*">
<unaffected range="ge">3.11.10</unaffected>
<vulnerable range="lt">3.11.10</vulnerable>
</package>
</affected>
<background>
<p>The Hewlett-Packard Linux Imaging and Printing system (HPLIP) provides
drivers for HP's inkjet and laser printers, scanners and fax machines.
</p>
</background>
<description>
<p>Two vulnerabilities have been found in HPLIP:</p>
<ul>
<li>The "hpmud_get_pml()" function in pml.c contains a boundary error
which could cause a stack-based buffer overflow (CVE-2010-4267).
</li>
<li>The "send_data_to_stdout()" function in hpcupsfax.cpp creates
insecure temporary files (CVE-2011-2722).
</li>
</ul>
</description>
<impact type="high">
<p>A remote attacker might send specially crafted SNMP reponses, possibly
resulting in execution of arbitrary code or a Denial of Service
condition. Furthermore, a local attacker could perform symlink attacks to
overwrite arbitrary files.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All HPLIP users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-print/hplip-3.11.10"
</code>
</resolution>
<references>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-4267">CVE-2010-4267</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-2722">CVE-2011-2722</uri>
</references>
<metadata timestamp="Fri, 07 Oct 2011 23:38:15 +0000" tag="requester">
underling
</metadata>
<metadata timestamp="Fri, 16 Mar 2012 11:04:44 +0000" tag="submitter">ackle</metadata>
</glsa>
|