Skip to content

Commit 3219465

Browse files
authored
Merge pull request #81 from stackhpc/upstream/xena-2024-09-16
Synchronise xena with upstream
2 parents 02b08ff + 823f1f6 commit 3219465

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ Team and repository tags
1111
Overview
1212
========
1313

14+
*WARNING:* The Ironic-Python-Agent version in this branch is vulnerable to
15+
CVE-2024-44082. Do not run this in production unless using a patched
16+
conductor with ``[conductor]/conductor_always_validate_images`` set to
17+
``True``.
18+
1419
An agent for controlling and deploying Ironic controlled baremetal nodes.
1520

1621
The ironic-python-agent works with the agent driver in Ironic to provision
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
security:
3+
- |
4+
Ironic-Python-Agent versions prior to the 2023.1 release are vulnerable to
5+
CVE-2024-44082, tracked in
6+
`bug 2071740 <https://bugs.launchpad.net/bugs/2071740>_`. Deployers of
7+
Ironic versions Zed or older must apply CVE-2024-44082 fixes to their
8+
Ironic environment and leave (default for all releases Zed and older)
9+
``[conductor]/conductor_always_validates_images`` set to ``True``. This
10+
ensures the conductor will security check the image because
11+
Ironic-Python-Agent will not.

0 commit comments

Comments
 (0)