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:3466
.
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.
A vulnerability was identified in the kjd/idna library, specifically within the idna.encode()
function, affecting version 3.6. The issue arises from the function's handling of crafted input strings, which can lead to quadratic complexity and consequently, a denial of service condition. This vulnerability is triggered by a crafted input that causes the idna.encode()
function to process the input with considerable computational load, significantly increasing the processing time in a quadratic manner relative to the input size.