kettek / shupload

Personal image hosting and sharing by the power of HTTP, Go, and an optional bit of JavaScript!
GNU General Public License v3.0
8 stars 3 forks source link

Security Fix for Distributed denial of service - huntr.dev #6

Closed huntr-helper closed 3 years ago

huntr-helper commented 3 years ago

@DEMON1A (https://huntr.dev/users/DEMON1A) has fixed a potential Distributed denial of service vulnerability in your repository πŸ”¨. For more information, visit our website (https://huntr.dev/) or click the bounty URL below...

Q | A Version Affected | * Bug Fix | YES Original Pull Request | https://github.com/418sec/shupload/pull/1 Vulnerability README | https://github.com/418sec/huntr/blob/master/bounties/other/shupload/1/README.md

User Comments:

πŸ“Š Metadata *

Bounty URL: https://www.huntr.dev/bounties/1-other-shupload/

βš™οΈ Description *

πŸ’» Technical Description *

if (len(h.Filename) > 100) {
  return
}

πŸ› Proof of Concept (PoC) *

πŸ”₯ Proof of Fix (PoF) *

Shupload-POF

πŸ‘ User Acceptance Testing (UAT)

πŸ”— Relates to...

JamieSlome commented 3 years ago

@kettek, if you want more security fixes and patches like this in the future, you can let security researchers know that they can win bounties protecting your repository by copying this small code snippet into your README.md:

[![huntr](https://cdn.huntr.dev/huntr_security_badge.svg)](https://huntr.dev)

πŸ‘‡ πŸ‘‡ πŸ‘‡

huntr