D
D
DVoropaev2019-04-03 21:44:38
Burglary protection
DVoropaev, 2019-04-03 21:44:38

What is this type of vulnerability called?

From the user, the site receives an IP, and then pings it and returns the result of the ping utility to the user.
However, input validation is not implemented, which makes it possible to force the server to execute a command by appending it with an ampersand.
if we tell the site:
8.8.8.8 & ls
then along with the results of the ping we will also get a list of directories

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
Tyranron, 2019-04-03
@DVoropaev

RCE (Remote Code Execution/Evaluation) .

S
Sergey, 2019-04-03
@gangstarcj

It's called sloppiness.
List of types of vulnerabilities www.captcha.ru/articles/antihack Choose any
But more like XSS and SQL Injection (replace sql with bash)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question