Skip to content

Commit

Permalink
Merge pull request #1115 from stackhpc/security/CVE-2024-36039
Browse files Browse the repository at this point in the history
Bump Kolla images for CVE-2024-36039
  • Loading branch information
markgoddard committed Jul 5, 2024
2 parents 1e00166 + 122a5f1 commit 4282971
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stackhpc-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
VM_NETWORK: ${{ inputs.vm_network }}
VM_SUBNET: ${{ inputs.vm_subnet }}
VM_INTERFACE: ${{ inputs.vm_interface }}
VM_VOLUME_SIZE: ${{ inputs.upgrade && '50' || '35' }}
VM_VOLUME_SIZE: ${{ inputs.upgrade && '50' || '40' }}
VM_TAGS: '["skc-ci-aio", "PR=${{ github.event.number }}"]'

- name: Terraform Plan
Expand Down
9 changes: 3 additions & 6 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# where the key is the OS distro and the value is the tag to deploy.
kolla_image_tags:
openstack:
rocky-9: 2023.1-rocky-9-20240621T104542
ubuntu-jammy: 2023.1-ubuntu-jammy-20240621T104542
bifrost_deploy:
rocky-9: 2023.1-rocky-9-20240423T125905
ubuntu-jammy: 2023.1-ubuntu-jammy-20240423T125905
cinder:
rocky-9: 2023.1-rocky-9-20240701T123544
ubuntu-jammy: 2023.1-ubuntu-jammy-20240701T123544
cloudkitty:
rocky-9: 2023.1-rocky-9-20240509T111619
ubuntu-jammy: 2023.1-ubuntu-jammy-20240509T111619
glance:
rocky-9: 2023.1-rocky-9-20240701T123544
ubuntu-jammy: 2023.1-ubuntu-jammy-20240701T123544
Expand All @@ -21,9 +21,6 @@ kolla_image_tags:
letsencrypt:
rocky-9: 2023.1-rocky-9-20240509T102329
ubuntu-jammy: 2023.1-ubuntu-jammy-20240509T102329
magnum:
rocky-9: 2023.1-rocky-9-20240607T082105
ubuntu-jammy: 2023.1-ubuntu-jammy-20240607T082105
nova:
rocky-9: 2023.1-rocky-9-20240702T082319
ubuntu-jammy: 2023.1-ubuntu-jammy-20240702T082319
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
security:
- |
Addresses critical vulnerability CVE-2024-36039 by
bumping the PyMySQL library to 1.1.1 in all affected
Kolla images. This vulnerability allows SQL injection
through untrusted JSON objects.

0 comments on commit 4282971

Please sign in to comment.