Context-Inappropriate Capability
Medium
- Confidence
- 97% confidence
- Finding
- The script writes several predictable filenames into /tmp and later reads them via shell-invoked commands during awk replacement. Because /tmp is shared and attacker-writable on multi-user systems, an attacker can pre-create symlinks or race these files to cause arbitrary file overwrite, unintended reads, or content injection into the generated dashboard. The use of fixed names rather than secure temporary files makes this materially unsafe.
