blob: 6fe7f34940ebb451ee127b6d52c6c28a5c4aa2ce (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202007-14">
<title>yaml-cpp: Denial of service</title>
<synopsis>A vulnerability in yaml-cpp could lead to a Denial of Service
condition.
</synopsis>
<product type="ebuild">yaml-cpp</product>
<announced>2020-07-26</announced>
<revised count="1">2020-07-26</revised>
<bug>626662</bug>
<access>remote</access>
<affected>
<package name="dev-cpp/yaml-cpp" auto="yes" arch="*">
<unaffected range="ge">0.6.3-r2</unaffected>
<vulnerable range="lt">0.6.3-r2</vulnerable>
</package>
</affected>
<background>
<p>yaml-cpp is a YAML parser and emitter in C++.</p>
</background>
<description>
<p>The function Scanner::peek in scanner.cpp may have an assertion failure.</p>
</description>
<impact type="normal">
<p>An attacker could cause a possible Denial of Service condition.</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All yaml-cpp users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-cpp/yaml-cpp-0.6.3-r2"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2017-11692">CVE-2017-11692</uri>
</references>
<metadata tag="requester" timestamp="2020-07-26T16:16:28Z">sam_c</metadata>
<metadata tag="submitter" timestamp="2020-07-26T23:48:42Z">sam_c</metadata>
</glsa>
|