Buffer Overflow Affecting python27 package, versions <0:2.7.18-2.141.amzn1


0.0
medium

Snyk CVSS

    Attack Complexity High
    Availability High

    Threat Intelligence

    EPSS 4.04% (92nd percentile)
Expand this section
NVD
9.8 critical
Expand this section
SUSE
5.9 medium
Expand this section
Red Hat
5.9 medium

Do your applications use this vulnerable package?

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 applications
  • Snyk ID SNYK-AMZN201803-PYTHON27-1725497
  • published 27 Sep 2021
  • disclosed 19 Jan 2021

How to fix?

Upgrade Amazon-Linux:2018.03 python27 to version 0:2.7.18-2.141.amzn1 or higher.
This issue was patched in ALAS-2021-1484.

NVD Description

Note: Versions mentioned in the description apply only to the upstream python27 package and not the python27 package as distributed by Amazon-Linux. See How to fix? for Amazon-Linux:2018.03 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.

References