summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-07-26 23:49:11 +0000
committerSam James <sam@gentoo.org>2020-07-26 23:49:11 +0000
commit23f98da5817deab42a8bfece0d089964274c488b (patch)
treec768ce684586e29b0e0f7e0b656697553b190f27 /glsa-202007-14.xml
parent[ GLSA 202007-13 ] Wireshark: Multiple vulnerabilities (diff)
downloadglsa-23f98da5817deab42a8bfece0d089964274c488b.tar.gz
glsa-23f98da5817deab42a8bfece0d089964274c488b.tar.bz2
glsa-23f98da5817deab42a8bfece0d089964274c488b.zip
[ GLSA 202007-14 ] yaml-cpp: Denial of service
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'glsa-202007-14.xml')
-rw-r--r--glsa-202007-14.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/glsa-202007-14.xml b/glsa-202007-14.xml
new file mode 100644
index 00000000..6fe7f349
--- /dev/null
+++ b/glsa-202007-14.xml
@@ -0,0 +1,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 "&gt;=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>