blob: cdcee2db105b25db260c2e6a9c2c805a3cfde478 (
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="200507-05">
<title>zlib: Buffer overflow</title>
<synopsis>
A buffer overflow has been discovered in zlib, potentially resulting in the
execution of arbitrary code.
</synopsis>
<product type="ebuild">zlib</product>
<announced>2005-07-06</announced>
<revised count="01">2005-07-06</revised>
<bug>98121</bug>
<access>remote</access>
<affected>
<package name="sys-libs/zlib" auto="yes" arch="*">
<unaffected range="ge">1.2.2-r1</unaffected>
<vulnerable range="lt">1.2.2-r1</vulnerable>
</package>
</affected>
<background>
<p>
zlib is a widely used free and patent unencumbered data
compression library.
</p>
</background>
<description>
<p>
Tavis Ormandy of the Gentoo Linux Security Audit Team discovered a
buffer overflow in zlib. A bounds checking operation failed to take
invalid data into account, allowing a specifically malformed deflate
data stream to overrun a buffer.
</p>
</description>
<impact type="high">
<p>
An attacker could construct a malformed data stream, embedding it
within network communication or an application file format, potentially
resulting in the execution of arbitrary code when decoded by the
application using the zlib library.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All zlib users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=sys-libs/zlib-1.2.2-r1"</code>
</resolution>
<references>
<uri link="https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2096">CAN-2005-2096</uri>
</references>
<metadata tag="submitter" timestamp="2005-07-04T06:51:26Z">
taviso
</metadata>
<metadata tag="bugReady" timestamp="2005-07-06T14:21:00Z">
koon
</metadata>
</glsa>
|