blob: ebada9a91c2cf8a31c4cbe2ded34ea0a6b2d0c50 (
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
65
66
67
68
69
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200807-02">
<title>Motion: Execution of arbitrary code</title>
<synopsis>
Multiple vulnerabilities in Motion might result in the execution of
arbitrary code.
</synopsis>
<product type="ebuild">motion</product>
<announced>2008-07-01</announced>
<revised count="01">2008-07-01</revised>
<bug>227053</bug>
<access>remote</access>
<affected>
<package name="media-video/motion" auto="yes" arch="*">
<unaffected range="ge">3.2.10.1</unaffected>
<vulnerable range="lt">3.2.10.1</vulnerable>
</package>
</affected>
<background>
<p>
Motion is a program that monitors the video signal from one or more
cameras and is able to detect motions.
</p>
</background>
<description>
<p>
Nico Golde reported an off-by-one error within the read_client()
function in the webhttpd.c file, leading to a stack-based buffer
overflow. Stefan Cornelius (Secunia Research) reported a boundary error
within the same function, also leading to a stack-based buffer
overflow. Both vulnerabilities require that the HTTP Control interface
is enabled.
</p>
</description>
<impact type="normal">
<p>
A remote attacker could exploit these vulnerabilities by sending an
overly long or specially crafted request to a vulnerable Motion HTTP
control interface, possibly resulting in the execution of arbitrary
code with the privileges of the motion user.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Motion users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=media-video/motion-3.2.10.1"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2654">CVE-2008-2654</uri>
</references>
<metadata tag="requester" timestamp="2008-06-24T00:58:06Z">
rbu
</metadata>
<metadata tag="submitter" timestamp="2008-06-25T11:12:50Z">
keytoaster
</metadata>
<metadata tag="bugReady" timestamp="2008-07-01T11:55:40Z">
keytoaster
</metadata>
</glsa>
|