Skip to content

Commit edd75b7

Browse files
PranaliDeorekonan-abhi
authored andcommitted
Add releasenote for CVE-2024-32498 fix
Related-Bug: #2059809 Change-Id: I3259dd013ba5e3fefd0e172bf0e7cc502158c8db (cherry picked from commit 867d1dd) (cherry picked from commit b5b29a0) (cherry picked from commit 835c89c)
1 parent 2fe7575 commit edd75b7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
security:
3+
- |
4+
Images in the qcow2 format with an external data file are now
5+
rejected from glance because such images could be used in an
6+
exploit to expose host information. See `Bug #2059809
7+
<https://bugs.launchpad.net/glance/+bug/2059809>`_ for details.
8+
fixes:
9+
- |
10+
`Bug #2059809 <https://bugs.launchpad.net/glance/+bug/2059809>`_:
11+
Fixed issue where a qcow2 format image with an external data file
12+
could expose host information. Such an image format with an external
13+
data file will be rejected from glance. To achieve the same,
14+
format_inspector has been extended by adding safety checks for qcow2
15+
and vmdk files in glance. Unsafe qcow and vmdk files will be rejected
16+
by pre-examining them with a format inspector to ensure safe
17+
configurations prior to any qemu-img operations.

0 commit comments

Comments
 (0)