External Script Fetching
High
- Category
- Supply Chain
- Content
case "$ACTION" in "surah_by_number") curl -s "${BASE_URL}/surah/${PARAM}/ar" | python3 -c " import sys, json data = json.loads(sys.stdin.read()) if data['code'] == 200:- Confidence
- 90% confidence
- Finding
- Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.
