blob: b4500667a06a5e9a9059d8ed0271ab744462d595 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200807-14">
<title>Linux Audit: Buffer overflow</title>
<synopsis>
A buffer overflow vulnerability in Linux Audit may allow local attackers to
execute arbitrary code.
</synopsis>
<product type="ebuild">audit</product>
<announced>July 31, 2008</announced>
<revised>July 31, 2008: 01</revised>
<bug>215705</bug>
<access>local</access>
<affected>
<package name="sys-process/audit" auto="yes" arch="*">
<unaffected range="ge">1.7.3</unaffected>
<vulnerable range="lt">1.7.3</vulnerable>
</package>
</affected>
<background>
<p>
Linux Audit is a set of userspace utilities for storing and processing
auditing records.
</p>
</background>
<description>
<p>
A stack-based buffer overflow has been reported in the
audit_log_user_command() function in the file lib/audit_logging.c when
processing overly long arguments.
</p>
</description>
<impact type="normal">
<p>
A local attacker could execute a specially crafted command on the host
running Linux Audit, possibly resulting in the execution of arbitrary
code with the privileges of the user running Linux Audit.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Linux Audit users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=sys-process/audit-1.7.3"</code>
</resolution>
<references>
<uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1628">CVE-2008-1628</uri>
</references>
<metadata tag="submitter" timestamp="Mon, 21 Jul 2008 20:07:20 +0000">
p-y
</metadata>
<metadata tag="bugReady" timestamp="Mon, 21 Jul 2008 20:07:28 +0000">
p-y
</metadata>
</glsa>
|