Tainted flow: 'request' from os.environ.get (line 273, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
) try: with urllib.request.urlopen(request) as response: sys.stdout.buffer.write(response.read()) except urllib.error.HTTPError as exc: sys.stdout.buffer.write(exc.read())- Confidence
- 90% confidence
- Finding
- Credentials or environment variables flow to a network sink. This is a high-confidence indicator of credential exfiltration.
