os.system() or os exec-family call
High
- Category
- Dangerous Code Execution
- Content
return { "success": True, "data": { "orderId": f"ORD{os.popen('date +%Y%m%d%H%M%S').read().strip()}", "amount": amount, "detail": detail, "cashierUrl": f"https://excashier.alipay.com/pc.htm?outTradeNo={phone}_{amount}",- Confidence
- 94% confidence
- Finding
- "orderId": f"ORD{os.popen('date +%Y%m%d%H%M%S').read().strip()}",
