Python

15 Year Old Python Bug Let Hacker Execute Code in Code 350k Python Projects

Trellix Advanced Threat Research Team observed an unpatched 15 year old Python bug found in the Python’s tarfile module tracked as CVE-2007-4559 with CVSS score: 6.8.

“The vulnerability is a path traversal attack in the extract and extractall functions in the tarfile module that allow an attacker to overwrite arbitrary files by adding the “..” sequence to filenames in a TAR archive”, said Trellix security researcher Kasimir Schulz.

Upon the successful exploitation of the vulnerability, an attacker can gain code execution from the file write.

The Tarfile Vulnerability

Reports say tarfiles are a collection of multiple different files and metadata which is later used to unarchive the tarfile. In this case, attackers can exploit the flaw by uploading a malicious tarfile which make it possible to escape the directory that a file is intended to be extracted to and achieve code execution.

The tarfile module allows users add a filter that can be used to parse and modify a file’s metadata before it is added to the tar archive. This facilitates attackers to create their exploits with little lines of code.

“Failure to write any safety code to sanitize the members files before calling for tarfile.extract() tarfile.extractall() results in a directory traversal vulnerability, enabling a bad actor access to the file system” – Charles McFarland Trellix security researcher

The vulnerability is rooted from the extract function in Python’s tarfile module, explicitly trusts the information in the TarInfo object and joins the path that is passed to the extract function and the name in the TarInfo object allowing an attacker to perform a directory traversal attack.

Path Joining with the Filename

Additionally, the extractall function relies on the extract function, experts say, the extractall function is also vulnerable to the directory traversal attack.

“An attacker to take advantage of this vulnerability they need to add “..” with the separator for the operating system (“/” or “\”) into the file name to escape the directory the file is supposed to be extracted to”, Trellix

Vulnerability is Incredibly Easy to Exploit

Researchers say this vulnerability is easy to exploit, doesn’t need much knowledge about complicated security. As a result Python’s tarfile module has become a very big supply chain issue frightening infrastructure around the world. 

Download Free SWG – Secure Web Filtering – E-book

Guru Baran

Gurubaran KS is a cybersecurity analyst, and Journalist with a strong focus on emerging threats and digital defense strategies. He is the Co-Founder and Editor-in-Chief of Cyber Security News, where he leads editorial coverage on global cybersecurity developments.

Recent Posts

Notepad++ Vulnerability Allows Attackers to Crash Application, Leak Memory Data

A security vulnerability has been identified in Notepad++, one of the most widely used open-source…

57 minutes ago

ClickUp’s Hardcoded API Key Exposes 959 Emails from Fortune 500 Giants

A publicly accessible JavaScript file on ClickUp's homepage has been silently leaking nearly a thousand…

1 hour ago

Critical Gemini CLI Vulnerability Enables Remote Code Execution Attacks

Google has fixed a critical security flaw in the Gemini CLI that could allow attackers…

2 hours ago

New Vidar Malware Campaign Uses Fake YouTube Software Downloads to Steal Corporate Credentials

A credential-stealing malware named Vidar has quietly emerged as one of the most active threats…

4 hours ago

New Malware Uses Obfuscation and Staged Payload Delivery to Evade Detection

A newly discovered malware campaign is targeting government employees in Pakistan using carefully crafted spear-phishing…

4 hours ago

Hackers Using Fake Income Tax Department’s Notice to Deploy Malware

A new phishing campaign is actively targeting Indian taxpayers and businesses by impersonating the Income…

4 hours ago