This script is possibly vulnerable to HTTP Parameter Pollution attacks.
HPP attacks consist of injecting encoded query string delimiters into other existing parameters. If the web application does not properly sanitize the user input, a malicious user can compromise the logic of the application to perform either clientside or server-side attacks.
This script is possibly vulnerable to Cross Site Scripting (XSS) attacks.
Cross site scripting (also referred to as XSS) is a vulnerability that allows an attacker to send malicious code (usually in the form of Javascript) to another user. Because a browser cannot know if the script should be trusted or not, it will execute the script in the user context allowing the attacker to access any cookies or session tokens retained by the browser.
Если серверная - sql inj, клиентские обычно xxs, или же PTK - удаленное выполнение кода, вообщем попрощатся можно со всем в таком случае (если это конечно Ваше web app)
The remote service encrypts traffic using an old deprecated protocol with known weaknesses.
Affected items
Server
The impact of this vulnerability
An attacker may be able to exploit these issues to conduct man-in-the-middle attacks or decrypt communications between the affected service and clients.
How to fix this vulnerability
Disable SSL 2.0 and use SSL 3.0 or TLS 1.0 instead.
↑ А как быть с этим?
SSL 2.0 deprecated protocol
Vulnerability description
The remote service encrypts traffic using an old deprecated protocol with known weaknesses.
Affected items
Server
The impact of this vulnerability
An attacker may be able to exploit these issues to conduct man-in-the-middle attacks or decrypt communications between the affected service and clients.
How to fix this vulnerability
Disable SSL 2.0 and use SSL 3.0 or TLS 1.0 instead.
слабый криптографический ключ, возможность проведения mitm (перехвата зашифрованного трафика).. в случае удачной компрометации криптоключа
p.s. ну если совсем все так печально, там при запуски сканера (при первом) вставлена ссылка не спроста... вот найди ее и просканируй, половна вопросов надеюсь отпадут если посмотришь хотябы сорс страниц после скана.,
↑
Ты тестил только одним сканером? Протести ещё парочкой! Вдруг срабатывания ложные..
да хоть 10-ю, толку не много даст без логики какой либо вообще, если спрашивается обозначения... ладно еще применение уязвимостей, вот тут то все и начинается... а так, чисто на красные полосочки с желтыми посмотреть..
Если через параметр можно протащить пэйлоад в виде ¶m2, то считается, что HTTP Pollution Есть.
По факту, это лишь означает, что в значении параметра можно протащить спецсимволы, которые не преобразятся а отразятся в чистом виде в теле Веб-страницы. Так что по сути - копай через этот параметр XSS.