Credential Access
High
- Category
- Privilege Escalation
- Content
## Permission Combinations - `--allow-read=/etc/passwd` + `--allow-net` — can exfiltrate sensitive files - `--allow-run=bash` — bash can do anything, same as allow-all - `--allow-write=.` + `--allow-run` — can write malicious script and execute - `--allow-ffi` — foreign function interface, can bypass all security
- Confidence
- 60% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
