Blame SOURCES/0005-security-Document-assignment-of-CVE-2021-20286.patch

997148
From 171ffdde8be590f784086a021a7e6f36c4ecdb4b Mon Sep 17 00:00:00 2001
997148
From: Eric Blake <eblake@redhat.com>
997148
Date: Fri, 12 Mar 2021 17:00:58 -0600
997148
Subject: [PATCH] security: Document assignment of CVE-2021-20286
997148
997148
Now that we finally have a CVE number, it's time to document
997148
the problem (it's low severity, but still a denial of service).
997148
997148
Fixes: fb4440de9cc7 (opt_go: Tolerate unplanned server death)
997148
(cherry picked from commit 40308a005eaa6b2e8f98da8952d0c0cacc51efde)
997148
---
997148
 docs/libnbd-security.pod | 8 +++++++-
997148
 1 file changed, 7 insertions(+), 1 deletion(-)
997148
997148
diff --git a/docs/libnbd-security.pod b/docs/libnbd-security.pod
997148
index d8ead87..0cae846 100644
997148
--- a/docs/libnbd-security.pod
997148
+++ b/docs/libnbd-security.pod
997148
@@ -22,6 +22,12 @@ L<https://www.redhat.com/archives/libguestfs/2019-September/msg00128.html>
997148
 See the full announcement here:
997148
 L<https://www.redhat.com/archives/libguestfs/2019-October/msg00060.html>
997148
 
997148
+=head2 CVE-2021-20286
997148
+denial of service when using L<nbd_set_opt_mode(3)>
997148
+
997148
+See the full announcement here:
997148
+L<https://listman.redhat.com/archives/libguestfs/2021-March/msg00092.html>
997148
+
997148
 =head1 SEE ALSO
997148
 
997148
 L<libnbd(3)>.
997148
@@ -34,4 +40,4 @@ Richard W.M. Jones
997148
 
997148
 =head1 COPYRIGHT
997148
 
997148
-Copyright (C) 2019 Red Hat Inc.
997148
+Copyright (C) 2019-2021 Red Hat Inc.
997148
-- 
997148
2.31.1
997148