CPython Bugs and Risky Features
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore critical CPython bugs and potentially risky features in this 37-minute conference talk from EuroPython 2022. Delve into security vulnerabilities that can impact Python administrators and organizations. Learn about the dangers of running the Python interpreter in random directories, how installed modules can inject code into any Python script execution without being imported, and a socket.inet_aton issue originating from glibc. Discover the risks associated with these cases and potential mitigation strategies. Access the full talk recording and accompanying slides for a comprehensive understanding of these important Python security considerations.
Syllabus
CPython bugs & risky features - presented by disconnect3d
Taught by
EuroPython Conference
Related Courses
Porting Python to WebAssemblyCNCF [Cloud Native Computing Foundation] via YouTube How We Are Making CPython Faster - Past, Present and Future
EuroPython Conference via YouTube How We Are Supercharging F-Strings in Python 3.12
EuroPython Conference via YouTube Tales of Python Security
EuroPython Conference via YouTube Demystifying Python’s Internals - Diving into CPython by Implementing a Pipe Operator
EuroPython Conference via YouTube