summaryrefslogtreecommitdiff
blob: 0e2f2535748d6da899a884eacec05bd979cbb05c (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
70
71
72
73
74
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200405-19">
  <title>Opera telnet URI handler file creation/truncation vulnerability</title>
  <synopsis>
    A vulnerability exists in Opera's telnet URI handler that may allow a
    remote attacker to overwrite arbitrary files.
  </synopsis>
  <product type="ebuild">opera</product>
  <announced>2004-05-25</announced>
  <revised count="03">2007-12-30</revised>
  <bug>50857</bug>
  <access>remote</access>
  <affected>
    <package name="www-client/opera" auto="yes" arch="*">
      <unaffected range="ge">7.50_beta1</unaffected>
      <vulnerable range="lt">7.50_beta1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Opera is a multi-platform web browser.
    </p>
  </background>
  <description>
    <p>
    The telnet URI handler in Opera does not check for leading '-'
    characters in the host name. Consequently, a maliciously-crafted
    telnet:// link may be able to pass options to the telnet program
    itself. One example would be the following:
    </p>
    <p>
    telnet://-nMyFile
    </p>
    <p>
    If MyFile exists in the user's home directory and the user clicking on
    the link has write permissions to it, the contents of the file will be
    overwritten with the output of the telnet trace information. If MyFile
    does not exist, the file will be created in the user's home directory.
    </p>
  </description>
  <impact type="normal">
    <p>
    This exploit has two possible impacts. First, it may create new files
    in the user's home directory. Second, and far more serious, it may
    overwrite existing files that the user has write permissions to. An
    attacker with some knowledge of a user's home directory might be able
    to destroy important files stored within.
    </p>
  </impact>
  <workaround>
    <p>
    Disable the telnet URI handler from within Opera.
    </p>
  </workaround>
  <resolution>
    <p>
    All Opera users are encouraged to upgrade to the latest version of the
    program:
    </p>
    <code>
    # emerge sync
    
    # emerge -pv "&gt;=www-client/opera-7.50_beta1"
    # emerge "&gt;=www-client/opera-7.50_beta1"</code>
  </resolution>
  <references>
    <uri link="http://www.idefense.com/application/poi/display?id=104&amp;type=vulnerabilities&amp;flashstatus=true">iDEFENSE Security Advisory 05.12.04</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0473">CVE-2004-0473</uri>
  </references>
  <metadata tag="submitter">
    klieber
  </metadata>
</glsa>