It looks like you're new here. If you want to get involved, click one of these buttons!
By manipulating the HTTP verb it was possible to bypass the authorization on this directory. The scanner sent a request with POST HTTP verb and managed to bypass the authorization. An application is vulnerable to HTTP Verb tampering if the following conditions hold:
it uses a security control that lists HTTP verbs
the security control fails to block verbs that are not listed
it has GET functionality that is not idempotent or will execute with an arbitrary HTTP verb
/img/
/img/48/
/img/flash/
/img/layout/
/img/layout/thickbox/
/img/leadpricing/
/img/navigation/
/img/socialNetworks/
/img/uploads/
Please cane you explain this vuln ...
HTTP Verb Tampering
Vulnerability description
By manipulating the HTTP verb it was possible to bypass the authorization on this directory. The scanner sent a request with POST HTTP verb and managed to bypass the authorization. An application is vulnerable to HTTP Verb tampering if the following conditions hold:
it uses a security control that lists HTTP verbs
the security control fails to block verbs that are not listed
it has GET functionality that is not idempotent or will execute with an arbitrary HTTP verb
Affected items/img/
/img/48/
/img/flash/
/img/layout/
/img/layout/thickbox/
/img/leadpricing/
/img/navigation/
/img/socialNetworks/
/img/uploads/
[align=center]Thanks[/align]
Vulnerability description
This version of Apache is vulnerable to HTML injection (including malicious Javascript code) through \"Expect\" header. Until now it was not classified as a security vulnerability, since an attacker has no way to influence the Expect header to send the victim to a target website. However, according to Amit Klein's paper: \"Forging HTTP request headers with Flash\" there is a working cross site scripting (XSS) attack against Apache 1.3.34, 2.0.57 and 2.2.1 (as long as the client browser is IE or Firefox, and it supports Flash 6/7+).
Affected Apache versions (up to 1.3.34/2.0.57/2.2.1).
Affected items
Web Server
The impact of this vulnerability
Malicious users may inject JavaScript, VBScript, ActiveX, HTML or Flash to fool a user in order to gather data from them. An attacker can steal the session cookie and take over the account, impersonating the user. It is also possible to modify the content of the page presented to the user.
How to fix this vulnerability
Upgrade to the latest Apache versions. This flaw has been corrected in Apache versions (1.3.35/2.0.58/2.2.2)