summaryrefslogtreecommitdiff
blob: 394591c6e5baf619d5d94209cb2a0572a2636fad (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200508-19">
  <title>lm_sensors: Insecure temporary file creation</title>
  <synopsis>
    lm_sensors is vulnerable to linking attacks, potentially allowing a local
    user to overwrite arbitrary files.
  </synopsis>
  <product type="ebuild">lm_sensors</product>
  <announced>2005-08-30</announced>
  <revised count="01">2005-08-30</revised>
  <bug>103568</bug>
  <access>local</access>
  <affected>
    <package name="sys-apps/lm_sensors" auto="yes" arch="*">
      <unaffected range="ge">2.9.1-r1</unaffected>
      <vulnerable range="lt">2.9.1-r1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    lm_sensors is a software package that provides drivers for
    monitoring the temperatures, voltages, and fans of Linux systems with
    hardware monitoring devices.
    </p>
  </background>
  <description>
    <p>
    Javier Fernandez-Sanguino Pena has discovered that lm_sensors
    insecurely creates temporary files with predictable filenames when
    saving configurations.
    </p>
  </description>
  <impact type="normal">
    <p>
    A local attacker could create symbolic links in the temporary file
    directory, pointing to a valid file somewhere on the filesystem. When
    the pwmconfig script of lm_sensors is executed, this would result in
    the file being overwritten with the rights of the user running the
    script, which typically is the root user.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All lm_sensors users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=sys-apps/lm_sensors-2.9.1-r1"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2672">CAN-2005-2672</uri>
  </references>
  <metadata tag="requester" timestamp="2005-08-27T09:37:19Z">
    koon
  </metadata>
  <metadata tag="bugReady" timestamp="2005-08-27T09:38:55Z">
    koon
  </metadata>
  <metadata tag="submitter" timestamp="2005-08-27T22:28:16Z">
    formula7
  </metadata>
</glsa>