subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
os.environ["LD_LIBRARY_PATH"] = "/tmp/evil/lib" # Execute with modified PATH subprocess.run(["helper"], shell=True)- Confidence
- 99% confidence
- Finding
- subprocess.run(["helper"], shell=True)
