summaryrefslogtreecommitdiff
blob: d6a3b02c2958da0219f49761358476c5d0c2fad4 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201403-02">
  <title>LibYAML: Arbitrary code execution</title>
  <synopsis>A Vulnerability in LibYAML could result in execution of arbitrary
    code.
  </synopsis>
  <product type="ebuild">libyaml</product>
  <announced>2014-03-08</announced>
  <revised count="1">2014-03-08</revised>
  <bug>499920</bug>
  <access>remote</access>
  <affected>
    <package name="dev-libs/libyaml" auto="yes" arch="*">
      <unaffected range="ge">0.1.5</unaffected>
      <vulnerable range="lt">0.1.5</vulnerable>
    </package>
  </affected>
  <background>
    <p>LibYAML is a YAML 1.1 parser and emitter written in C.</p>
  </background>
  <description>
    <p>A heap-based buffer overflow flaw was found in the way libyaml parsed
      YAML tags.
    </p>
  </description>
  <impact type="normal">
    <p>A remote attacker could provide a specially-crafted YAML document which
      when parsed by LibYAML, would cause the application to crash or,
      potentially, execute arbitrary code with the privileges the user who is
      running the application.
    </p>
  </impact>
  <workaround>
    <p>There is no known workaround at this time.</p>
  </workaround>
  <resolution>
    <p>All LibYAML users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=dev-libs/libyaml-0.1.5"
    </code>
    
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-6393">CVE-2013-6393</uri>
  </references>
  <metadata tag="requester" timestamp="2014-02-18T09:37:47Z">Zlogene</metadata>
  <metadata tag="submitter" timestamp="2014-03-08T18:35:33Z">
    BlueKnight
  </metadata>
</glsa>