External Script Fetching
High
- Category
- Supply Chain
- Content
"https://www.espn.com/espn/rss/news" \ "https://feeds.reuters.com/reuters/businessNews" \ "https://cointelegraph.com/rss"; do curl -s "$FEED_URL" | python3 -c " import sys, xml.etree.ElementTree as ET from datetime import datetime, timezone try:
- Confidence
- 90% confidence
- Finding
- Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.
