The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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
python39:3.9/python39-pysocks
to version 0:1.7.1-4.module+el8.9.0+19644+d68f775d or higher.
This issue was patched in RHSA-2024:2985
.
Note: Versions mentioned in the description apply only to the upstream python39:3.9/python39-pysocks
package and not the python39:3.9/python39-pysocks
package as distributed by RHEL
.
See How to fix?
for RHEL:8
relevant fixed versions and status.
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions Cipher.update_into
would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects (such as bytes
) to be mutated, thus violating fundamental rules of Python and resulting in corrupted output. This now correctly raises an exception. This issue has been present since update_into
was originally introduced in cryptography 1.8.