首页
社区
课程
招聘
[原创]通过UseAfterFree实现命令执行
发表于: 2017-9-28 18:48 9067

[原创]通过UseAfterFree实现命令执行

2017-9-28 18:48
9067

漏洞程序,是一个用链表实现的简单留言板,用户可以查看消息,并对相关的消息进行:回复、删除、修改。

漏洞代码uaf.c如下:

1.leave your message, 2.read the message,3.exit; please input you choice.

1

input you name len:

4

input you name:

test

input you title len:

4

input you title:

test

input you content len:

5

input you content:

hello

1.leave your message, 2.read the message,3.exit; please input you choice.

2

input msgid will read:

1

msg author:test,msg title:test,msg content:hello

Please select the operate: 1.delete 2.modify 3.add reply 4.back

2

input new name len:

5

input new name:

daizy

input new title len:

5

input new title:

hello

input new content len:

11

input new content:

hello,daizy

Please select the operate: 1.delete 2.modify 3.add reply 4.back

4

1.leave your message, 2.read the message,3.exit; please input you choice.

2

input msgid will read:

1

msg author:daizy,msg title:hello,msg content:hello,daizy


[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

收藏
免费 1
支持
分享
最新回复 (2)
雪    币: 7006
活跃值: (4217)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
感谢分享
2017-9-29 10:16
0
雪    币: 0
活跃值: (878)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
3
感谢分享
2017-10-2 00:28
0
游客
登录 | 注册 方可回帖
返回
//