• caglararli@hotmail.com
  • 05386281520

Possible SSRF in image tag that takes (partial) user input?

Çağlar Arlı      -    10 Views

Possible SSRF in image tag that takes (partial) user input?

A webapp has an img tag that partially takes userinput like so:

<img src="/blah/blah/$USERINPUT.jpg">

where the first / is from the root of the domain.

Could there be a vulnerability here? Potentially using ../ and then attempting path traversal?