Skip to content

Commit

Permalink
[stable-em-only] Add CVE-2023-2088 warning
Browse files Browse the repository at this point in the history
The Cinder project team does not intend to backport a fix for
CVE-2023-2088 to stable/wallaby, so add a warning to the README
so that consumers are aware of the vulnerability of this branch
of the os-brick code.

Change-Id: I6345a5a3a7c08c88233b47806c28284fa2dd87d3
Related-bug: #2004555
  • Loading branch information
ostackbrian committed Jun 7, 2023
1 parent e15ca01 commit 5dcda6b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,22 @@ brick
OpenStack Cinder brick library for managing local volume attaches


.. warning::
The stable/wallaby branch of os-brick does not contain a fix for
CVE-2023-2088_. Be aware that such a fix must span cinder, os-brick,
nova, and, depending on your deployment configuration, glance_store
and ironic. *The Cinder project team advises against using the code
in this branch unless a mitigation against CVE-2023-2088 is applied.*

.. _CVE-2023-2088: https://nvd.nist.gov/vuln/detail/CVE-2023-2088

References:

* https://nvd.nist.gov/vuln/detail/CVE-2023-2088
* https://bugs.launchpad.net/cinder/+bug/2004555
* https://security.openstack.org/ossa/OSSA-2023-003.html
* https://wiki.openstack.org/wiki/OSSN/OSSN-0092

Features
--------

Expand Down

0 comments on commit 5dcda6b

Please sign in to comment.