In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade RHEL:8
python27:2.7/python2-virtualenv
to version 0:15.1.0-19.module+el8.1.0+3507+d69c168d or higher.
This issue was patched in RHSA-2021:1761
.
Note: Versions mentioned in the description apply only to the upstream python27:2.7/python2-virtualenv
package and not the python27:2.7/python2-virtualenv
package as distributed by RHEL
.
See How to fix?
for RHEL:8
relevant fixed versions and status.
Python 3.x through 3.9.1 has a buffer overflow in PyCArg_repr in _ctypes/callproc.c, which may lead to remote code execution in certain Python applications that accept floating-point numbers as untrusted input, as demonstrated by a 1e300 argument to c_double.from_param. This occurs because sprintf is used unsafely.