Skip to content

Fix CVE-2024-44082 / OSSA-2024-003 #1268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ kolla_image_tags:
ubuntu-jammy: 2023.1-ubuntu-jammy-20240701T123544
haproxy_ssh:
ubuntu-jammy: 2023.1-ubuntu-jammy-20240509T102329
ironic:
rocky-9: 2023.1-rocky-9-20240906T144646
ubuntu-jammy: 2023.1-ubuntu-jammy-20240906T144646
kolla_toolbox:
rocky-9: 2023.1-rocky-9-20240809T102431
letsencrypt:
Expand Down
12 changes: 12 additions & 0 deletions releasenotes/notes/fix-cve-2024-44082-122ef225f674d864.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
security:
- |
Fixes `CVE-2024-44082
<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-44082>`_ 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 description
<https://security.openstack.org/ossa/OSSA-2024-003.html>`_ for more
details.
Loading