T03 · Remote Payload Retrieval and Execution
- Location
data/install.md:104- Finding
Unverified Remote Installer Piped Directly into a Shell
- Content
View full analysis
- Remediation
View remediation
/install.sh printf '%s %s\n' '' '/tmp/x-cmd-install.sh' | sha256sum -c - less /tmp/x-cmd-install.sh sh /tmp/x-cmd-install.sh ``` The URL and digest must refer to a real pinned release, and the digest must be obtained through a trusted channel independent of the downloaded artifact. ]]>
