Vulnerability Description
typed_ast 1.3.0 and 1.3.1 has a handle_keywordonly_args out-of-bounds read. An attacker with the ability to cause a Python interpreter to parse Python source (but not necessarily execute it) may be able to crash the interpreter process. This could be a concern, for example, in a web-based service that parses (but does not execute) Python code. (This issue also affected certain Python 3.8.0-alpha prereleases.)
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Python | Typed Ast | 1.3.0 |
Related Weaknesses (CWE)
References
- https://bugs.python.org/issue36495PatchVendor Advisory
- https://github.com/python/cpython/commit/a4d78362397fc3bced6ea80fbc7b5f4827aec55PatchThird Party Advisory
- https://github.com/python/cpython/commit/dcfcd146f8e6fc5c2fc16a4c192a0c5f5ca8c53PatchThird Party Advisory
- https://github.com/python/typed_ast/commit/156afcb26c198e162504a57caddfe0acd9ed7PatchThird Party Advisory
- https://github.com/python/typed_ast/commit/dc317ac9cff859aa84eeabe03fb5004982545PatchThird Party Advisory
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedorapro
- https://bugs.python.org/issue36495PatchVendor Advisory
- https://github.com/python/cpython/commit/a4d78362397fc3bced6ea80fbc7b5f4827aec55PatchThird Party Advisory
- https://github.com/python/cpython/commit/dcfcd146f8e6fc5c2fc16a4c192a0c5f5ca8c53PatchThird Party Advisory
- https://github.com/python/typed_ast/commit/156afcb26c198e162504a57caddfe0acd9ed7PatchThird Party Advisory
- https://github.com/python/typed_ast/commit/dc317ac9cff859aa84eeabe03fb5004982545PatchThird Party Advisory
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedorapro
FAQ
What is CVE-2019-19274?
CVE-2019-19274 is a vulnerability with a CVSS score of 7.5 (HIGH). typed_ast 1.3.0 and 1.3.1 has a handle_keywordonly_args out-of-bounds read. An attacker with the ability to cause a Python interpreter to parse Python source (but not necessarily execute it) may be ab...
How severe is CVE-2019-19274?
CVE-2019-19274 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2019-19274?
Check the references section above for vendor advisories and patch information. Affected products include: Python Typed Ast.