Skip to content

Commit 3a97322

Browse files
committed
Fix CVE-2024-44082 / OSSA-2024-003
Fixes CVE-2024-44082 [1] with updated container images for Ironic services. Note that Ironic Python Agent images also need to be updated to fully fix this vulnerability. If this is not possible, a new configuration option ``[conductor]conductor_always_validates_images`` is available. See the OSSA-2024-003 announcement [2] for more details. [1] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-44082 [2] https://security.openstack.org/ossa/OSSA-2024-003.html
1 parent 96eb985 commit 3a97322

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ kolla_image_tags:
1414
ubuntu-jammy: 2023.1-ubuntu-jammy-20240701T123544
1515
haproxy_ssh:
1616
ubuntu-jammy: 2023.1-ubuntu-jammy-20240509T102329
17+
ironic:
18+
rocky-9: 2023.1-rocky-9-20240906T144646
19+
ubuntu-jammy: 2023.1-ubuntu-jammy-20240906T144646
1720
kolla_toolbox:
1821
rocky-9: 2023.1-rocky-9-20240809T102431
1922
letsencrypt:
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
security:
3+
- |
4+
Fixes `CVE-2024-44082
5+
<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-44082>`_ with updated
6+
container images for Ironic services. Note that Ironic Python Agent images
7+
also need to be updated to fully fix this vulnerability. If this is not
8+
possible, a new configuration option
9+
``[conductor]conductor_always_validates_images`` is available. See the
10+
`OSSA-2024-003 description
11+
<https://security.openstack.org/ossa/OSSA-2024-003.html>`_ for more
12+
details.

0 commit comments

Comments
 (0)