All these CVEs are related to expat library (before version 2.4.5).
Python source code internally comes with a bundled expat source code. So one can build expat python module using this or use an externally built expat library already installed in the system.
For AIX Toolbox python, we use an externally built expat library and link to it dynamically. Right now in Toolbox we have expat 2.4.6, so as long as the machine has this expat rpm installed , then there is no need to worry about these CVEs.
------------------------------
Ayappan P
------------------------------
Original Message:
Sent: Mon September 19, 2022 01:26 AM
From: Karel Bouška
Subject: Python3 vulnerability
ooops sorry, I forgot to attach it. The vulnerability is described in the below link:
https://www.ibm.com/support/pages/node/6607878
------------------------------
Karel Bouška
------------------------------
Original Message:
Sent: Mon September 19, 2022 01:17 AM
From: Michael Neuling
Subject: Python3 vulnerability
Do you have a CVE number for the vulnerability you are referring to?
------------------------------
Michael Neuling