CVE-2025-50817

Severity CVSS v4.0:
Pending analysis
Type:
CWE-77 Command Injection
Publication date:
14/08/2025
Last modified:
15/08/2025

Description

A vulnerability in the Python-Future 1.0.0 module allows for arbitrary code execution via the unintended import of a file named test.py. When the module is loaded, it automatically imports test.py, if present in the same directory or in the sys.path. This behavior can be exploited by an attacker who has the ability to write files to the server, allowing the execution of arbitrary code.